/* CSS Document */
body {
	margin:50px 0px; padding:0px;
	text-align:left;
	}
	
#homepage
{
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	height: 470px;
	padding: 5px;
	background-color: #FFF;
	background-image:url(../images/home_background.jpg);
	background-repeat: no-repeat;
}

#layout
{
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	height: 470px;
	padding: 5px;
	background-color: #FFF;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
}

#navigation {
	font-family: "Trebuchet MS";
	font-size: 120%;
	color: #FFFFFF;
	width: 170px;
	padding-top: 110px;
	display: inline; /* IE Hack */
	float: left;
	min-height: 370px;
	font-weight: lighter;
}
* html #leftcolumn {height:370px} /* IE Min-Height Hack */ 

#content{
	display: inline; /* IE Hack */
	padding: 4px;
	width: 570px;
	float: left;
	min-height: 360px;
	background-color: #FFFFFF;
	margin: 5px 0px 0px 0px;
	top: 100px;
	position: relative;
	left: 20px;
}

* html #content {height:360px} /* IE Min-Height Hack */ 

#layout #navigation a {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;	
}

#layout #navigation a:hover {
	color: #FFFF00;
	text-decoration: none;
	list-style-type: none;
}

#layout #navigation li {
	list-style-type: none;
	padding-left: -30px;
	margin-left: -30px;
	line-height: 1.5em;
	margin-top: 0.35em;}


/*---------------------------------------------*/

#enter_link a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-decoration:none;
	color: #0052a0;
	position: relative;
	width: 100px;
	top: 250px;
	left: 150px;
	border: 1px solid #0052a0;
	background-color: #CFE1FE;
}

#enter_link a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-decoration:none;
	color: #0052A0;
	position: relative;
	width: 100px;
	top: 250px;
	left: 150px;
	border: 1px solid #ffffff;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 130%;
	color: #00529E;
}
p {
	font-family: "Trebuchet MS";
	font-size: 90%;
}
hr {
	color: #00529E;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 110%;
	font-weight: lighter;
}
.large {
	font-family: "Trebuchet MS";
	font-size: 110%;
	color: #000000;
}


#layout #content a {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #03529F;
	text-decoration: none;
	list-style-type: circle;
}
 #show_content {
	font-family: "Trebuchet MS";
	color: #000000;
	overflow: auto;
	height: 400px;
	width: 100%;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 90%;
	font-weight: bold;
	color: #00529E;
}


#layout #content a:hover {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #C62913;
	text-decoration: none;
	list-style-type: circle;
}
#layout #content ul {
	color: #03529F;
	list-style-type: disc;
}
#splash2 {
	background-image: url(../images/splash2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 560px;
}
#about_image {

	background-image: url(../images/about_us.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 400px;
}
