@charset "utf-8";
/* CSS Document */


/* Outer Div */

#outer {
	width: 1020px;
    border: 5px solid #2d8b9d;
	/*margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 120px;
    margin-right: 0px;*/
}

#head {
	width: 970px;
	height: 56px;
	align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


body {
    /*width: 949px;*/
	margin-left: 0px;
	margin-right: 0px;
    background: #086f83;
    background-image: url(images/grad.jpg);
    background-repeat: repeat-x;
    align: left;

}


/* The CSS Code for the menu starts here */
			#menu {
				font-family: times new roman;
				font-weight: bold;
				margin-left: 80px ;
				padding: 0 0 0 0px;
				list-style-type: none;
				font-size: 12px;
				background: #ffffff;
				height: 30px;
				width: 970px;
				border-top: 0px solid #ccc;
				border-left: 0px solid #;
				border-bottom: 0px solid #ccc;
				border-right: 0px solid #;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				padding-left:3em; margin-left:2em;
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 30px;
				color: #000000;
				
				
			}
			#menu li a:hover, #menu li.active a {
				background-color: #;
				border-bottom: 0px solid #DDD;
				color: #6b6b67;
				
				
			}


/* End navigation menu */

p{
	color: #2d8b9d;
	font-size: 14pt;
}

a {
	color: #ffffff;	
}


h1 {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	width: 960px;
	padding: 5px;
	font-size: 32px;
	color: #2d8b9d;
	border-bottom: px solid #000000;
	font-family: ;
}

h4 {
	color: #000000;
	
}

#pagecontent {
	padding: 10px;
	width: 1000px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	color: #000000;
	font-size: 12pt;
	font-family: times new roman;
	text-align: center;
}


.clear {
	clear: both;
} 


#footer {
	background-color: #;
	font-family: Arial, sans-serif;
	margin-left: 0px ;
	margin-bottom: 0px ;
	width: 950px;
	height: 50px;
	text-align: right;
	padding-top: 0px;
	color: #000000;
	background-image: url(images/.jpg);
	repeat-image: no-repeat x;
	border-top: px solid #000000;
    border-bottom: px solid #000000;
	
}