/* CSS Document */

body {
	background-color: #ebebeb;
	background-image:url(file:///Rearden/Users/Kwong%201/Documents/Personal/English/Files/images/gray_background.gif);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

.mainbody{
	width: 780px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

.logoArea{
	width: 780px;
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: left;
}

.navArea{
	width: 780px;
	text-align: left;
	margin-bottom: 20px;
}

.bannerArea{
	width: 780px;
	text-align: left;
	margin-bottom: 20px;
}

.contentBody{
	width: 780px;
	text-align: left;
}

.lineArea{
	width: 780px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rightColumnBig{
	width: 506px;
	text-align: left;
	float: right;
}


.middleLineArea{
	width: 780px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

.leftColumnBig{
	width: 510px;
	text-align: left;
	float: left;
}

.rightColumnSmall{
	width: 233px;
	padding: 10px;
	text-align: left;
	float: right;
}

.newsFeed{
	width: 253px;
	text-align: left;
	float: right;
}


.headerText{
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

.secondaryText{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.orangeHeaderText{
	font-size: 22px;
	color: #dd6003;
	line-height: 28px;
	font-weight: bold;
}

.footer{
	width: 780px;
	text-align: left;
	font-size: 10px;
	color: #959595;
	margin-top: 100px;
	padding-bottom: 60px;
	margin-bottom:30px;
}

.photoBorder{
	border:1px solid #cccccc;
	padding: 5px;
	float: left;
	margin-right: 20px;
}

.leftNav{
	width: 252px;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.leftNavItem{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.leftNavItemLast{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}


a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.grayBorder {
	border: 1(value) solid #999999;
}

