@charset "utf-8";
/* CSS Document */

P, H1, H2, H3, H5 {
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}
Html, Body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	height:100%;
}
Div{
	border: #000000 0px solid;
}
UL {
	list-style-type:square;
	margin: 5px 30px 0 30px;
	font-size:12px;
	color:#5f5f5f;
}
.Clear {
	clear: both;
}
.Size15{
	font-size: 15px;
}
#Page, #Content {
	width: 1003px;
	overflow: hidden;
}
#Logo {
	background-image:url(../images/logo_line_bg.gif);
	background-repeat:repeat-x;
	height:75px;
	display:inline-block;	
	width:100%;
}
#spacer {
	height:20px;
}
#Seperator{
	clear: both;
	height: 1px;
	width:100%;
	background-color:#CCCCCC;
}
/*Top Nav*/
#Navigation {
	margin-top:3px;
	margin-left:10px;	
	height:24px;
	width: 100%;
}
#Navigation ul {
	margin:0; 
	padding: 0;
	list-style: none;
}
#Navigation li A{
	color:#000000;	
	font-size:11px;
	font-weight:bold;
	float: left;	
	padding: 0px 0px 0px 16px;	/*top, right, bottom, left*/
	text-decoration:none;
}
#Navigation li A:Hover{
	color:#000000;	
	font-size:11px;
	font-weight:bold;	
	float: left;	
	text-decoration:underline;
}

/*Menu*/
#Menu {
	margin-top:2px;
	height:35px;
	width: 100%;
}
#Menu ul {
	margin:0; 
	padding: 0;
	list-style: none;
	text-transform:uppercase;	
}
#Menu li A{
	color:#000000;	
	font-size:14px;
	font-weight: bold;
	font-family: Century Gothic;
	float: left;	
	padding: 8px 10px 10px 10px;	/*top, right, bottom, left*/
	text-decoration:none;
}
#Menu li A:Hover{
	background-color:#333399;
	background-repeat:repeat-x;
	color:#FFFFFF;	
	font-size:14px;
	font-family: Century Gothic;
	float: left;	
	padding: 8px 10px 8px 10px;	/*top, right, bottom, left*/
	text-decoration:none;
}
#Menu li A.Sep{
	color:#000000;
	cursor:pointer;	
	font-size:14px;
	font-weight: bold;
	float: left;	
	padding: 8px 1px 10px 1px;	/*top, right, bottom, left*/
	text-decoration:none;
}

#Menu li A:Hover.Sep{
	background-color:#979BC4;
	background-repeat:repeat-x;
	color:#000000;	
	cursor:pointer;
	font-size:14px;
	float: left;	
	padding: 8px 1px 8px 1px;	/*top, right, bottom, left*/
	text-decoration:none;
}


/*Footer*/
#Footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	color:#555555;	
	font-size:11px;	
	height:110px;
	padding-left:5px;
	padding-top:3px;
	margin-top:10px;
	border: #000000 0px solid;	
}

#Footer #AtTheRate{
	background-image:url(../images/footer_bg_at.gif);
	background-repeat: no-repeat;
	padding-top:7px;
	padding-left:13px;
	margin-top:5px;
}

/*Sky blue background*/
.TableSkyBlueBackground{
	background-color:#979BC4;
}

/*Inputs*/
Textarea, Input{
	color:#666666;	
	font-family: Arial;	
	font-size:11px;
	padding:5px;
	border: 1px #CCCCCC solid;	
}

/*Headings*/
H1{
	color:#E6AE05;
	font-size:18px;
	text-transform:uppercase;
} 
#Content H1{
	color: #99000C;
	font-size: 16px;
} 
#Content H2{
	color: #333399;
	font-size: 14px;
} 
#Content H3{
	color: #4A4A4A;
	font-size: 13px;
} 
#Content H4{
	font-size: 11px;
} 

/*Links*/
A:Link, A:Visited {
	text-decoration:underline;
	color:#333399;
}
A:Hover {
	text-decoration:none;
}
A.Black:Link, A.Black:Visited{
	text-decoration:underline;
	color:#4A4A4A;
}
A.Black:Hover {
	text-decoration:none;
}
A.Orange:Link, A.Orange:Visited{
	text-decoration:underline;
	color:#FF9900;
}
A.Orange:Hover {
	text-decoration:none;
}
/*Misc*/

