/* basic elements */
body { 
	font: 12px verdana, sans-serif; 
	color: #000; 
	background: #eee; 
	margin-top:10px;
	margin-bottom:10px;
	}
	
p, ul, ol, li, dl, dt, dd	 { 
	font: 12px verdana, sans-serif; 
	/*margin-top: 0px; 
	text-align: justify;*/
	}
	 /*be kind to Netscape 4*/
	 
.notes {
	font: xx-small verdana, sans-serif;
	color:#000000;
	}
	
.req {
	font: xx-small verdana, sans-serif;
	color:#FF0000;
	}
	 
sup {
	font-size:xx-small;
	}
	
h1 { 
	font: 18px arial, sans-serif;  
	color: #cc0000;
	letter-spacing: 1px;
	}
	
h2 { 
	font: 16px arial, sans-serif; 
	font-weight:bold;
	letter-spacing: 1px;  
	color: #000;
	}
	 
h3 { 
	font: 14px arial, sans-serif; 
	letter-spacing: 1px; 
	font-weight:normal; 
	color: #cc0000;
	margin-left:30px;
	}
	
blockquote {
	margin-left:30px;
	}
	
a, a:link { 
	font-weight:normal; 
	text-decoration:underline;
	color: #A02831;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #A02831;
	/*color:#E1888E;*/
	}
a:hover, a:active { 
	font-weight: normal;
	text-decoration: underline; 
	color: #676767;
	}

/*specific divs*/

#footer {
	width:728px;
	color:#666;
	margin-right:auto;
	margin-left:auto;
	}
	
#footer #ywlbar {
	width:726px;
	border:1px solid #989898;
	margin:2px 0;
	}
	
#footer #blkbar {
	width:726px;
	height:3px;
	border:1px solid #989898;
	margin:2px 0;
	}
	
#footer p {
	text-align:right;
	font-size: x-small;
	}
	
#footer a, #footer a:link { 
	font-weight: normal; 
	text-decoration:underline;
	color: #666;
	}
#footer a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color:#666;
	}
	
#footer a:hover, #footer a:active { 
	font-weight: normal;
	text-decoration: underline; 
	color: #000;
	}

#container {
	width:728px;
	margin-right:auto;
	margin-left:auto;
	/*background-color:#fff;*/
	}
	
#tiptop {
	background-color:#eee;
	padding:5px;
	}
	
/*NAVIGATION*/
#topnav {
	background-color:#666;
	color:#fff;
	border-bottom:1px solid #333;
	padding:8px 5px;
	font-size:x-small;
	text-align:left;
	}	
	
#topnav a, #topnav a:link {
	text-decoration:underline;
	color: #fff;
	font-size:x-small;
	}
	
#topnav a:visited { 
	text-decoration:underline;
	color: #fff;
	font-size:x-small;
}

#topnav a:hover, #topnav a:active { 
	text-decoration:underline;
	color:#CCCCCC;
	font-size:x-small;
}

#mainnav {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin: 2px 0 0 0;
	}

#int #mainnav {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin: 2px 0 2px 0;
	}
	
/*HOME PAGE*/	
#header {
	border:1px solid #333333;
	margin:0;
	padding:0;
	border-collapse:collapse;
	text-align:right;
	}

#header img {
	display:inline;
	}		
	
	
#hp_top_content {
	border:1px solid #676767;
	background:#fff;
	}
	
#hp_top_content p {
	margin:20px 18px 20px 5px;
	font-size: 11px;
	}
	
#hp_bot_content {
	border:1px solid #676767;
	background-color:#FFFFFF;
	}
	
#hp_bot_content p {
	margin:8px 8px 0 0;
	}
	
#hp_bot_content img {
	display:inline;
	}
	
#hp_fastcard {
	border:1px solid #676767;
	background-color:#FFFFFF;
	width:726px;
	text-align:left;
	height:48px;
	margin-top:10px;
	}
	
#hp_fastcard p {
	margin:8px 50px 8px 5px;
	font-size: 11px;
	}

/*INTERIOR PAGE*/

#int #content {
	border:1px solid #676767;
	background:#fff;
	}
	
#int #maincontent {
	padding:10px 20px 20px 20px;
	}
	
#int #sidebar h4 {
	font: x-small verdana, sans-serif; 
	letter-spacing: 1px;  
	color: #FFF;
	background-color:#666666;
	padding:2px 0 2px 20px;
	width:172px;
	font-weight:normal;
	}
	
#int #sidebar p {
	width:172px;
	padding:10px 0 10px 20px;
	border-bottom:1px dashed #666666;
	margin:0;
	font-size: x-small;
	}
	
#int #callout {
	width:494px;
	background-color:#EEEEEE;
	border:1px solid #000;
	margin:10px 0;
	}
	
#int #callout p {
	margin:5px;
	font-size: 11px;
	}

#int #callout li {
	font-size: 11px;
	}
	
table .data {
	font-size: 11px;
	}