@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4D4D4D;	
	background: #F2F2F2;
	margin: 0px;
	height: 100%;
	text-align: left;
	}
	
#full-container {
	width: 900px;
	background: url(images/bgtemplate.jpg) repeat-y;
	height: 100%;
	text-align: left;
	}
	
#pageheader {
	margin-left: 50px;
	width: 800px;
	height: 100px;
	background-image: url(images/headerbg.jpg);
	}

#pageheader h1 {
	display: none;
	}
	
#mainnav {
	margin-left: 50px;
	width: 800px;
	height: 40px;
	}
	
#globalnav {
	width: 784px;
	height: 40px;
	float: left;
	background-image: url(images/menubar.jpg);
	font-size: 11px;
	}
	
	#globalnav .menu {
	padding-top: 0px;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 9.5px;
	}
	
	#globalnav .menu li {
		line-height: 1.6;
		display: inline-block;
		float: left;
		}

	#globalnav .menu li.last {
    	background: none;
		padding: none;
		}

	#globalnav .menu a {
    	color:#fefefe;
		padding:0 11px;
    	font-weight:bold;
		text-decoration: none;
		}

	#globalnav .menu a:hover {
    	text-decoration:none;
		color: #71d0f6;
		}

#headertri {
	width: 16px;
	height: 40px;
	float: right;
	background-image: url(images/headertriangle.jpg);
	position: inherit;
	}

#container {
	margin-left: 50px;
	width: 800px;
	min-height: 84%;
	height: 84%;
	background-image: url(images/main_content_bg.jpg);
	}
	
	#container h1 {
	color: #0D1D5B;
	}
	
	#container h2 {
	font-size: medium;
	color: #0D1D5B;
	font-weight: bold;
	}

	#container h2 a{
	color: #0D1D5B;
	text-decoration: none;
	}
	
	#container h2 a:hover{
	text-decoration: underline;
	}
	
#flash-content {
	width: 772px;
	height: 247px;
	margin-left: 6px;
	padding-top: 7px;
	}

#content {
	width: 772px;
	margin-left: 6px;
	margin-top: 6px;
	border-bottom: #0D1D5B solid 1px;
	padding-bottom: 12px;
	}
	
	#content p {
	padding-top: 0px;
	}
	
	#content a {
	color: #0D1D5B;
	text-decoration: none;
	font-weight: bold;
	}
	
	#content a:hover{
	text-decoration: underline;
	}

#breadcrumb {
	width: 772px;
	margin-left: 6px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: smaller;
	}

	#breadcrumb a {
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
	}
	
	#breadcrumb a:hover{
	text-decoration: underline;
	}
	
#footer {
	width: 772px;
	margin-left: 6px;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 12px;
	}

	#footer a {
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
	}
	
	#footer a:hover{
	text-decoration: underline;
	}
