/* CSS Document */

body{
	background:0;
	color:#F5F5DC;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	}
.spacer{
	font-size:0; line-height:0; clear:both;}
	

/* -- top navigation start -- */
#topNav{
	width:700px;
	height:37px;
	background-color: #FF7F00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 2px;
}

#topNav ul{
	width:625px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topNav ul li{
	height:37px;
	float:left;
	background:url(images/bg.gif) repeat-x 0 0 #FF7F00;
	color:#800202;
	font:bold 12px/37px;
}

#topNav ul li a{
	height:37px;
	float:left;
	text-decoration:none;
	display:block;
	background:url(images/bg.gif) repeat-x 0 0 #FF7F00;
	color:#FFFFFF;
	font:bold 12px/37px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}

#topNav ul li a:hover{
	background:url(images/triangle.gif) no-repeat center bottom;}

#topNav ul li a.hover{
	padding:0 18px;
	height:37px;
	float:left;
	text-decoration:none;
	display:block;
	background:url(images/triangle.gif) no-repeat center bottom;
	color:#FFFFFF;
	font:bold 12px/37px;
}

/* -- top navigation end -- */

/* -- body styles start -- */
#content{
	width:700px;
	margin:0 auto;
	padding:0 0 60px 0;
	color:#333333;
}

#content a.hover{
	text-decoration: none;
	color:#333333
}
#content a{
	text-decoration: none;
	color:#333333
}
#content a:hover{
	text-decoration: underline;
	color:#333333
}

.floatLeft{
	float:left;}

.caption{
	color:#333333;
	font-size: 16px;
}
/* -- body styles end -- */



/* copyrights styles start -- */
#copy{
	width:700px;
	margin:0 auto;
	height:55px;
	background-color: #FF7F00;
	text-decoration: none;
	text-align: center;
}
.copy p{
	margin:0 auto;
	width:450px;
	color:#FFFFFF;
	background-color:#FF7F00;
	font:normal 12px/18px;
	font-family: Arial, Helvetica, sans-serif;
}
#copy a{
	color:#FFFFFF;
	text-decoration:underline;
}

#copy a:hover{
	text-decoration:none;
}


/* copyrights styles end -- */
