@charset "UTF-8";
/* CSS Document */

body, html, #content {
	min-height: 100%;
}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans;
}

body {
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #d5d4d2 0%, #a3a3a3 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#d5d4d2), color-stop(100%,#a3a3a3)); 
	background: -webkit-linear-gradient(top,  #1e5799 0%,#d5d4d2 0%,#a3a3a3 100%); 
	background: -o-linear-gradient(top,  #1e5799 0%,#d5d4d2 0%,#a3a3a3 100%); 
	background: -ms-linear-gradient(top,  #1e5799 0%,#d5d4d2 0%,#a3a3a3 100%); 
	background: linear-gradient(to bottom,  #1e5799 0%,#d5d4d2 0%,#a3a3a3 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#a3a3a3',GradientType=0 ); 
}

#content {
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

#header {
	background: #1e5799; 
	background: -moz-linear-gradient(top,  #1e5799 0%, #3d71ae 0%, #1b4d88 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#3d71ae), color-stop(100%,#1b4d88)); 
	background: -webkit-linear-gradient(top,  #1e5799 0%,#3d71ae 0%,#1b4d88 100%); 
	background: -o-linear-gradient(top,  #1e5799 0%,#3d71ae 0%,#1b4d88 100%); 
	background: -ms-linear-gradient(top,  #1e5799 0%,#3d71ae 0%,#1b4d88 100%); 
	background: linear-gradient(to bottom,  #1e5799 0%,#3d71ae 0%,#1b4d88 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1b4d88',GradientType=0 ); 
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;	
	border-bottom-right-radius: 15px;	
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	margin: 0px auto 20px auto;
	padding: 0px 15px 0px 0px;
}

#header table {
	width: 100%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.nav {
	display: inline-block;
	padding: 40px 10px 10px 10px;
	border-left: 1px solid #006;
	border-right: 1px solid #779;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
}

.nav:hover {
	background-color: #037;
}

#subnav {
	text-align: left;
	padding: 10px 25px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	background-color: #900;
	border: 4px solid #FFF;
	color: #FFF;
	margin-right: 20px;
}

#main, #header, #subnav {
    -moz-box-shadow:    5px 5px 5px 6px #777;
    -webkit-box-shadow: 5px 5px 5px 6px #777;
    box-shadow:         5px 5px 5px 6px #777;
}

#main {
	padding: 25px;
	background-color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	color: #444;
}

#footer {
	color: #FFF;
	font-size: 0.9em;
	padding: 10px 30px 20px 30px;
}

#main a {
	color: #06A;
	font-weight: bold;
}

#main a:hover {
	color: #09D;
}

#footer a, #subnav a {
	color: #FFF;
	font-weight: bold;
}

#footer a:hover, #subnav a:hover {
	color: #DDD;
}

#subnav a { 
	text-decoration: none;
}

.blue {
	color: #047;
}

.red {
	color: #A00;
}
