/* CSS Document 

BLUE (background) : #241d49
BLUE (top bar) : #141031
GOLD (stripe) : #b77d11

*/

body {
	background-color:#241d49;
	margin:0;
	}
	
A:link {
	COLOR: #B19534;
	text-decoration:underline;
}
A:visited {
	COLOR: #B19534;
	text-decoration:underline;
}
A:hover {
	COLOR: #97462A;
	text-decoration:underline;
}
A:active {
	COLOR: #97462A;
	text-decoration:underline;
}
A:visited:hover A:active:hover {
	COLOR: #97462A;
	text-decoration:underline;
}


	



div#UI {
	height:23px;
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:2px;
	background-image:url(images/UI-gradient-tile.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:.04em;
	border-bottom-color:#141031;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}

div#UI p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:7px 7px 0 7px;
	}

/*div#UI A:link {
	COLOR: #ffffff;
	text-decoration:none;
	padding:7px 10px 0 10px;
}
div#UI A:visited {
	COLOR: #ffffff;
	text-decoration:none;
		padding:7px 10px 0 10px;
}
div#UI A:hover {
	COLOR: #b7916d;
	text-decoration:none;
		padding:7px 10px 0 10px;
}
div#UI A:active {
	COLOR: #b7916d;
	text-decoration:none;
		padding:7px 10px 0 10px;
}
div#UI A:visited:hover A:active:hover {
	COLOR: #b7916d;
	text-decoration:none;
		padding:7px 10px 0 10px;
}*/

div#main {
	width:775px;
	margin:0 auto 0 auto;
}


.pinstriping {
	background-image:url(images/gold-pinstriping.jpg);
	background-repeat:repeat-y;
	width:57px;

	border-right-color:#ffffff;
	border-right-style:solid;
	border-right-width:3px;
	padding:0;
	margin:0;
	}
	
.goldstriping {
	width:5px;
	border-left-color:#ffffff;
	border-left-style:solid;
	border-left-width:2px;
	background-color:#b77d11;
	}
	
.header {
	background-color:#141031;
	height:110px;
	border-bottom-color:#b77d11;
	border-bottom-style:solid;
	border-bottom-width:7px;
	margin:0;
	padding:0;
	}
	
	
.header2 {
	background-color:#141031;
	height:70px;
	border-bottom-color:#b77d11;
	border-bottom-style:solid;
	border-bottom-width:7px;
	margin:0;
	padding:0;
	}

.top {
	background-color:#141031;
	margin:0;
	padding:0;
	}
	
.top p{

	padding:0;
	margin:0;
	}
	
.top h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#00083e;
	margin:5px 0 0 0;
	padding:0px 0 0 0;
	}

.content {
	background-color:#ffffff;
	padding:15px 35px 15px 35px;
	margin:0;
	}
	
	
.content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:10px 0 10px 0;
	color:#00083e;
	}
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;

	margin:0;
	padding:0px 0 0px 0;
	color:#00083e;
	}
	
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:5px;
	line-height:16px;

	list-style-image:url(images/bullet.jpg);
	margin:0;
	padding:0px 0 0px 25px;
	color:#B19534;
	}
	

	
.content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#b7916d;
	}
	
.content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#141031;
	}
	
.content h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 0;
	color:#b77d11;
	}
	
	
div#footer {
	width:775px;

	height:25px;
	margin:0 auto 0 auto;
	
	}
	
	
div#footer p{	
		font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:5px 0 0 0;
	color:#ffffff;
	}
