/* Layout Stylesheet */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 14px;
	background-color: #D1DBE6;
	background-image: url(../images/bgc2.gif);
	background-repeat: repeat-x;
	list-style-image:url(../images/dot.gif);
	list-style-position:outside;
}
	
	
#main {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #fff;
	background-position: left bottom;
	font-family: verdana, arial, helvetica, sans-serif;
	border-right: 1px solid #FC5714;
	border-left: 1px solid #FC5714;
	border-top: 1px solid #FC5714;
	border-bottom: 4px solid #FC5714;
}
	
#top {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	margin-top: 0px;
	text-align: center;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	

#footer {
	width: 99%;
	text-align: center;
	padding: 4px; 
	font-size: 0.7em;
	color: #003333;
}

a {
	font-size: 14px; text-decoration: none;	color: #666666;	font-weight: bold;}

a:link {
	text-decoration: none;	color: #000099;	}
a:visited {
	text-decoration: none; 	color: #336666; }
a:hover {
	text-decoration: underline; color: #FF3300; }
a:active {
	text-decoration: none;	color: #990099;}

#top a {
	color: #fff;	text-decoration: none; font-weight: bold;
	padding: 4px 6px 4px 20px;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position:left center;}	

#top a:hover {
	color: #FC5714; text-decoration: none; 
	padding: 4px 6px 4px 20px;
	background-image: url(../images/ok1.gif);
	background-repeat: no-repeat;
	background-position:left center;}	 		

#top a:active {
	color: #FFFF99;	text-decoration: none;
	padding: 4px 6px 4px 20px;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position:left center;}	 

#top a:visited {
	color: #66FFFF;	text-decoration: none;
	padding: 4px 6px 4px 20px;
	/*background-image: url(../images/ok3.gif);
	background-repeat: no-repeat;
	background-position:left center;  */
}	 
 

.orange {
	color: #FF3300;	font-size: 11px;}	

.right {
	float: right;  padding: 4px;}

.clr {
	font-size: 18px;
	color: #C1340B;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.brd {
	padding: 3px;
	border: 1px solid #FF3300;
 	background-color: #09094C;
}