/* General Styles */

body { 
	width: 100%; 
	padding: 0px;
	margin: 0px;
	background-color: #1c4b97;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	}

h1 {  
	font-size: 34px; 
	font-weight: 900;
	color: #1c4b97; 
	text-align: left; 
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2 { 
	font-size: 10px; 
	font-weight: 500;
	color: #FFFFFF; 
	text-align: left;
	 }
hr { 
	color: #333333; 
	height: 1px; 
	}
	
span { 
	font-size: 10px; 
	font-weight: 100; 
	color: #FFFFFF; 
	font-variant: normal; 
	}
	
li { 
	margin-top: 5px; 
	}
	
div { 
	font-weight: 200; 
	color: #333333; 
	}
	
td {  
	font-weight: normal; 
	color: #ffffff; 
	}

.red {
		color:#af1230;
		font-size: 34px;
		font-weight:900;
	}

.home1 {background: #FFFFFF url(../images/tanker.jpg) no-repeat bottom left; height: 230px;
}

.titleyellow {
	font-size: 18px; 
	font-weight: 900;
	color: #ffcb01;
	display:block; 
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

.titlered {
	font-size: 18px; 
	font-weight: 900;
	color: #af1230;
	display:block; 
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

.smalltitleyellow {
	font-size: 14px; 
	font-weight: 900;
	color: #ffcb01;
	display:block; 
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

.whitetext { color:#FFFFFF; font-size: 11px;
	
}
.greytext { color:#333333; font-size: 11px;
	
}

/* Div Styles */

div.wrapper { 
	position: relative; 
	top: 0px;  
	margin-left: auto; 
	margin-right: auto; 
	width: 900px;  
	}
	
div.banner {
	position: absolute;
	top: 42px;
	left: 0px;
	width: 750px;
	z-index: 1;
	height: 102px;
	background-color: #FFFFFF;
}

.banner {
		border-bottom: 17px solid #af1230;
	}

.nav {
		background:url(../images/navvbackground.gif) #e2b502;
	}

.main {
		background: #142964;
	 }
.footer {
		color:#FFFFFF;
		padding: 10px 0 0 0;
	} 
	 
/* Link Styles */

a:link { 
	color: #ffcb01; 
	font-weight: bold; 
	text-decoration:none; 
	}
	
a:visited { 
	color: #ffcb01; 
	font-weight: bold; 
	text-decoration:none; 
	
	}
a:hover { 
	color: #CCCCCC; 
	font-weight: bold; 
	text-decoration:none; 
	}
	
.footerlink a:link { 
	color: #FFFFFF; 
	font-weight: 200; 
	text-decoration:none; 
	}
	
.footerlink a:visited { 
	color: #FFFFFF; 
	font-weight: 200; 
	text-decoration:none; 
	
	}
.footerlink a:hover { 
	color: #CCCCCC; 
	font-weight: 200; 
	text-decoration:none; 
	}

.topnav a:link { 
	color: #000000; 
	font-weight: normal; 
	text-decoration:none;
	padding: 11px 0 11px 21px;
	margin: 1px 0 0 0;
	background-color:#ffcb01;
	display:block;
	font-size:12px;
	}
	
.topnav a:visited { 
	color: #000000; 
	font-weight: normal; 
	text-decoration:none;
	padding: 11px 0 11px 21px;
	margin: 1px 0 0 0;
	background-color:#ffcb01;
	display:block;
	font-size:12px;
	}
.topnav a:hover { 
	color: #FFFFFF; 
	font-weight: normal; 
	text-decoration:none;
	padding: 11px 0 11px 21px;
	margin: 1px 0 0 0;
	background-color:#1c4b97; 
	display:block;
	font-size:12px;
	}