﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}



a.white:visited {text-decoration:underline; color:white}
a.white:active {text-decoration:underline; color:white}
a.white:link {text-decoration:underline; color:white}
a.white:hover {text-decoration:underline; color:#eee4b5;}


#nav {
	border: 0;
	width: 100%;
	}
	
#nav td {
	text-align: center;
	border-right: 1px solid #34578a;
	border-left: 1px solid #06234f;
	text-transform: uppercase;
}	

#nav a {
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 16px 10px 9px 10px;
	background: url('../siteart/nav-off.jpg') repeat-x;
	color: white;
	}	
	
#nav a:hover {
	background: url('../siteart/nav-on.jpg') repeat-x;
}	

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 33px;
	background: #2a272e;
	overflow-x: hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	}
	
#maintable {
	border: 0;
	width: 770px;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#left {
	padding: 25px 0px 0px 18px;
	color: white;
	background: #797769 url('../siteart/left.jpg') no-repeat top left;
	font-size: 12px;
}

#main-content-home {
	background: #072b60 url('../siteart/background-blue-full.jpg') repeat-x bottom;
	padding:35px;
	line-height: 18px;
}

#main-content{
	background: #072b60 url('../siteart/background-blue-full-blank.jpg') no-repeat bottom;
	padding:35px;
	line-height: 18px;
	border-top: 2px #2a4a80 solid;
}


#inv {
	background:#03152f;
	padding-top: 4px;
}

.yellow-bold {
	color: #eee4b5;
	font-weight: bold;
}

.heading {
	font-size: 16px;
	color: #eee4b5;
	font-weight: bold;
}

#points {
	background: #123c78 url('../siteart/map.jpg') no-repeat right;
	border: #375784 1px solid;
	padding:16px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}

ul {
	margin: 0px 0px 0px 23px;
	padding:0;
}

li {
	line-height: 15px;
	font-size: 12px;
	padding-bottom: 16px;
	list-style-type: square;
}
.top {
	vertical-align:top;
}


#right-content {
	float: right;
	font-size:11px;
	width: 250px;
	font-weight: bold;
}

#content-blue {
	border: #375784 1px solid;
	padding:16px;
	background: #123c78;
	display:block;
}


#content-red {
	border: #375784 1px solid;
	padding:16px;
	background: #a60a1a;
	display:block;
}

#content-tan {
	border: #375784 1px solid;
	padding:16px;
	background: #494948 url('../siteart/content-tan.jpg') no-repeat top left;
	display:block;
}




#bottom {
	text-align:center;
	padding: 20px 0;
	background: #03152f;
}

.heading-blue {
	color: #94cff1;
	font-size: 11px;
	font-weight: bold;
}
