/*start css for basic items ------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #ffffff /*url(../images/bg.gif)*/;
}
td {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
a, a:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	color: #546EA5;
	text-decoration: none;
}
a:hover {
	color: #546EA5;
	text-decoration: underline;
}	
.textBlue {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #546EA5;
}


/*start css for site structure ------------------------------------------------------------- */
div.container {
	position: relative; 
	width: 640px; 
	height: 480px;
	margin: 0 auto; 
	text-align: left;
	background: #ffffff;
}	

/*start css for page sections ------------------------------------------------------------- */
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.topNav {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 640px;
	height: 25px;
	background: #9A9900;
}
.secNav {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 10px;
	color: #E4E4BB;
	position: absolute;
	top: 77px;
	left: 0px;
	width: 640px;
	height: 22px;
	background: #9A9900;
	z-index: 90;
}
.topNav01 {
	position: absolute;
	top: 7px;
	left: 17px;
	z-index: 30;
}
.topNav02 {
	position: absolute;
	top: 7px;
	left: 56px;
	z-index: 30;
}
.topNav03 {
	position: absolute;
	top: 7px;
	left: 115px;
	z-index: 30;
}
.topNav04 {
	position: absolute;
	top: 7px;
	left: 195px;
	z-index: 30;
}
.topNav05 {
	position: absolute;
	top: 7px;
	left: 261px;
	z-index: 30;
}
a.topNavLink, a.topNavLink:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 10px;
	color: #E4E4BB;
	text-decoration: none;
}
a.topNavLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.topNavLinkOn, a.topNavLinkOn:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.topNavLinkOn:hover {
	color: #000000;
	text-decoration: none;
}
a.secNavLink, a.secNavLink:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 9px;
	color: #4D4D38;
	text-decoration: none;
}
a.secNavLink:hover {
	color: #000000;
	text-decoration: none;
}
.topNavLine {
	position: absolute;
	top: 71px;
	left: 0px;
}
.photo {
	position: absolute;
	top: 99px;
	left: 0px;
	z-index: 30;
}
.header {
	position: absolute;
	top: 99px;
	left: 175px;
}
.homeContent {
	position: absolute;
	top: 77px;
	left: 0px;
}
.content {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	position: absolute;
	top: 151px;
	left: 174px;
	border-left: 1px solid #546EA5;
}
.contentText {
	padding: 40px 0px 20px 20px;
	width: 425px;
}


/*start css for text ------------------------------------------------------------- */
.subHead {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #546EA5;
}
