/* CSS Document */

#bodyStyle {
	margin: 0px; 
	background-repeat: no-repeat; 
	color: #333333; 
	background-color: #FFFFFF;
}

A	{
	color: #FFFF00;
}

A:active  { 
	color: #EDED00;
}

A:visited	{
	color: #EDED00;
}

#headerImg	{
	margin-left: 80px;
}

#topNav	{
	height: 16px;
	width: 350px;
	margin-top: 24px;
}

#topNav A	{
	margin-left: 16px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	letter-spacing: 0.03em;
	font-weight: bold;
}

/*Side navigation*/

#sideNav	{
	float: left;
	width: 84px;
	height: 100%;
	font-family: verdana, sans-serif;
	letter-spacing: 0.02em;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-top: 130px;
	text-align: center;
}

#sideNav A	{
	text-decoration: none;
	padding-right: 4px;
}

#sideNav P	{
	border-bottom: 1px solid #B9B96F;
	margin-top: 0px;
}

#sideNav A:hover	{
	text-decoration: underline;
}

#sideNav span	{
	font-size: 12px;
	font-weight: normal;
	vertical-align: super;
}

/*Side navigation*/


#mainContent	{
	margin-left: 84px;
	padding-top: 110px;
	width: 672px;
	border-right: 1px solid #007F00;
}

#mainContent A	{
	/*color: #007F00;*/
	color: #3333FF;
}

#mainContent A:active,#mainContent A:visited	{
	color: #3333FF;
}


#mainContent h1,#mainContent h2	{
	background-color: #000099;
	color: #FFFF99;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 5px auto 5px auto;
	font-size: 20px;
}

#topDesc	{
	position: absolute;
	top: 149px; left: 229px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	color: #FFFF00;
	text-align: center;
}

.topHeader	{
	margin: 0; padding: 0;
	color: #FFFF00;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;
}


.listSpace	{
	margin-bottom: 8px;
	margin-top: 2px;
}
