/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: navy;
	background-color: #fff;
	}

															/** MAIN CONTAINERS **/
div#container {
	margin: 0 auto;
	}
	div#header {
		color: navy;
		background-image: url(../images/banner.png) ;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		margin: 0 0 0 0;
		background-repeat: no-repeat;
		}
		div#header-in {
			padding: 5px;
			height:185px;
			margin-left: 210px;
			}
	div#content-wrap {
		padding: 0 0;
		margin: 0 0 0 0;
		}
		div.content {
			color: navy;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			overflow: auto;
			height: 500px;
			}
			div.content-in {
				/*margin: 20px 0 0 0;	*/
				padding: 0 20px 0 20px;
				height: 480px;
				color: navy;
				width: inherit;
				overflow: auto;
				}
			div.content-in1 {
			padding: 0 20px 0 20px;
			height: 480px;
			color:#999999
			width: inherit;
			overflow: auto;
			}
		div.column {
			width: 200px;
			color: navy;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.column-in {
				padding: 20px;
				text-align: right;
				}
	div#footer {
		color: navy;
		background-color: #fff;
		border: 1px solid #eaeaea;
		border-width: 0 2px 2px 0;
		text-align: center;
		}
		
		div#footer-in {
			font-size: 8pt;
			color: navy;
			text-align: center;
			line-height: 11pt;
			padding: 10px;
			}
		#footer-in a:link  {
			font-size: 8pt;
			text-decoration: none;
			font-weight: normal;
			color: #336699;
			}
			
		#footer-in a:visited {
			font-size: 8pt;
			color: maroon;
			background-color: #fff;
			font-weight: normal;
			text-decoration: underline;	
			}
	
		#footer-in a:hover {
			font-size: 8pt;
			color: White;
			background-color: #508ac3;
			font-weight: normal;	
			}
			
		#footer-in a:active {
			font-size: 8pt;
			color: Red;
			text-decoration: none;
			font-weight: normal;
			}
			
		div#footer-right {
			padding-top: 0px;
			padding-right: 45px;
			float: right;
			height: 40px;
			text-align: right;
			}






															/** SUB CONTAINERS **/
#main-left {
	float: left;
	width:450px;
	}

#main-right {
	float: right;
	width: 290px;
	}




															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
form#two {
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	height: 320px;
	text-align: left;
	/*padding-top: 25px;*/
	}
	
form#two label {
	padding: 0px 10px 0 0;
	float: left;
	width: 100px;
	display: block;
	color: navy;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

form#two input {
	border: #e5e5e5 1px solid;
	margin-bottom: 10px;
	padding: 0 0 5px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

form#two select {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	border: #e5e5e5 1px solid; 
	padding:2px;
	width: 260px;
	background-color: white;
}

form#two textarea {
	border: #e5e5e5 1px solid;
	padding: 0 5px 0 5px;
	overflow: auto;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

form#two #btn, form #btn {
	width: 95px;
	border: none;
	display: inline;
	background: url(../images/form-btn.jpg);
	color: navy;
	font-weight: bold;
	font-size: 8pt;
	line-height: 20px;
	text-align: center;
	height: 27px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: navy;
}

form#two #btn:hover {
	color: Maroon;
	}






															/** END **/
