/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #FFFFFF url(../images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color:#003366;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 990px;
	height: 110px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #B3C6D9 url(../images/img2-1.jpg) repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	font-size: 3em;
	color:#FFFFFF;
}

#header h2 {
	font-size: 1.4em;
	color:#FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 990px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}




#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 7px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
	border-right:1px solid #CCCCCC;
	border-left:0px solid #FFFFFF;
}

#menu a.right {
	display: block;
	float: left;
	width: 98px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 7px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
	border-right:1px solid #4E4E4E;
	border-left:0px solid #FFFFFF;
}

#menu a.oneline {
	padding-top: 10px;
	padding-bottom: 0px;

}

#menu .active a {
	background: #999999;
	color: #FFFFFF;
}
#menu a:hover {
	background: #000000;
	color: #FFFFFF;
}


/* Splash */

#splash {
	width: 990px;
	/*margin: 0 auto;*/
	margin-right:auto;
	margin-left:auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 990px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	
}

#content .title {
	padding: 5px 20px;
	background: #B3C6D9 url(../images/img4-1.jpg) repeat-x left bottom;
	font-size: 1.5em;
	text-transform:uppercase;
}

#content .story {
	padding: 10px;
	border: 2px solid #B3C6D9;
	
}

#content .story{
	font-size:120%;
	
}
#content .story ul{
	font-size:100%;
	
}
#content .story li{
	font-size:100%;
	
}
#content h1 {
color:#003366;
padding-top:0px;
}
#content .story img{
float:right;
padding:10px;
}

/* Footer */
#logos{
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0px 20px 0px 20px;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
	border-top: none;
	text-align:center;
}

#footer {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 10px 20px 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}
.left_title{
float:left;
padding-left:10px;
}
.right_title
{
float:right;
padding-right:10px;
text-align:right;
}
a.linksmall{
color:#999999;
font-size:80%;
}
.bggrey{
background-color:#EEEEEE;
font-weight:bold;
}