/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25em; /*color: #555555;*/
}

a:link {
	color: #1E90FF;
} 

a:visited {
	color: #FF4500;
} 

h1 {
	height: 23px;
	font-size: 20px;
	font-weight: bold;
	color: #1E90FF;
	padding-left: 30px;
	padding-top: 0px; /*background: url(images/h1.jpg) no-repeat;*/
}
h2 {
	color: #FF4500; /*background: url(images/gray.jpg) no-repeat;*/
	font-size: 12px;
}
h3 {
	color: White; /*background: url(images/gray.jpg) no-repeat;*/
	background: #1E90FF;
}
#container {
	width: 775px;
	margin: auto;
}
#header {
	height: 170px; /*background: url(images/header.jpg) no-repeat;*/

}
.menu{
	float: left;
	width: 375px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}


.menu ul {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	list-style: none;
}

.menu li{
	display: inline;	
}

.menu li a{
	font-size: 13px;
	line-height: 1.9em;
	font-weight: bold;
	/*text-align: center;*/
background: #1E90FF;	color: White;
	

	padding: 5px;
}

#site_title {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	width: 700px;
	color: Black;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
#slogan {
	float: right;
	width: 700px;
	margin-right: 30px;
	text-align: right;
	font-weight: bold;
	height: 20px;
}

#content {
	float: left;
	width: 775px;
background: url(images/content_bg.jpg) repeat-x;
}
#content_left{
	float: left;
	width: 520px;
	height: auto;
}
#content_right {
	float: right;
	width: 238px;
	color: #1E90FF;
		font-size: 12px;
		
}
#content p{
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#content img {
	float: right;
}
#content_bot {
	float: left;
	width: 775px;
	/*background: #f1eee6;*/
}
#content_bot li{
	padding-left: 0px;
	padding-right: 30px;
	text-align: justify;
}
#content_bot strong {
	/*color:#6ba122;*/
	text-decoration: underline;
}
#content_bot p {
	padding-left: 30px;
	padding-right: 10px;
	text-align: justify;	
}
.bottom_text_left {
	float: left;
	width: 490px;
}
.bottom_text_right {
	float: right;
	padding-right: 20px;
	width: 250px;
}
#footer {
	float: left;
	width: 775px;
	height: 30px;
	padding-top: 10px;
	background: #1E90FF;
	font-weight: bold;
	text-align: center;
	color: White;
}
