/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #EDE59A;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	}
	
#container {
	margin: 0px auto;
	width: 720px;
	border: 1px solid #000000;
	margin-top: 10px;
	background-color: #ffffff;
	
	}

h1 {
	font-size: 16px;
	line-height: 30px;
	color: #3A73BA;
	text-align: center;
	}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	}

a {
	text-decoration: none;
	}
	
#nav {
	height: 25px;
	background-color: #000000;
	vertical-align: middle;
	width: 720px;
	overflow: hidden;
	}
	
	#nav ul {
		width: 720px;
		}
		
		#nav li {
			display: inline;
			list-style-type: none;
			color: #D3EBF5;
			font-weight: bold;
			padding-right: 32px;
			line-height: 25px;
			}
		
		#nav a {
			color: #D3EBF5;
			}
		
		#nav a:hover {
			color: #EDE59A;
			}
			
		.hilite {
			color: #EDE59A;
			}

a {
	color:  #3A73BA;
	}
	
#caption {
	background-color: #000000;
	color: #CCCCCC;
	height: 25px;
	line-height: 25px;
	position: relative;
	z-index: 2;
	margin-top: -4px;
	clear: both;
	}

#caption-inner {
	position: absolute;
	float: left;
	text-align: left;
	padding-left: 4px;
	clear: both;
	}

#img2 {
	z-index: 0;
	position: relative;
	padding: 0px;
	border-top: 2px solid #000000;
	}

/*footer styles */

#footercontainer {
	width: 100%;
	}

#footer {
	width:740px;
	clear:both;
	text-align: center;
	margin: 0px auto;
	}	
	
#nulogo {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 30px; 
	}
	
#nulogo img, #nulogo a img {
	border:0;
	}
	
#footerText {
	margin-left: 300px;
	padding: 0 0 35px 0;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
	}
	
#footerText a {
	color: #3a73ba;
	text-decoration: underline;
	}
/*end footer styles */
