html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ebf3ff url(images/topbanner3.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1em;
	text-transform:uppercase;
	color: #006699;
}

p, ul, ol {
	margin-bottom: 1.3em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #0053A6;
}

a:hover {
	text-decoration: none;
	color: #0066CC;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 120%;
	min-height: 100%;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menumain {
	width: 990px;
	height: 63px;
	padding-top: 0px;
	margin: 0 auto;
	background-image:url(images/menubgnd.jpg);
}

/* Logo */

#logoindex {
	width: 990px;
	height: 91px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-top: 0px;

}

#logo {
	width: 990px;
	height: 107px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-top: 0px;

}


#logo .heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	text-indent: 10px;
	word-spacing: normal;

}

#logo h2 {
	
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	letter-spacing: 0px;
	margin-top: -25px;
	line-height: 20px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logoheadingindex{
	float: left;
	width: 800px;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;

	
}
#logoheading{
	float: left;
	width: 700px;
	height: 50px;
	margin-top: 18px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;

	
}
#logosubtext{
	width: 800px;
	height: 30px;
	margin-top: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	text-align: left;
	text-transform:uppercase;
	clear : both;
}

#mainpageintro{
	background: #367fcb url(images/bgmainheader.jpg);
	height: 290px;
}

.splash {
    text-align:center;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 694px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 20px 10px;
	letter-spacing: -2px;
}

.post .title a {
	text-decoration: none;
	color: #0e355c;
}

.post .title a:hover {
	text-decoration: underline;
	color: #175899;
}

.post .entry {
	padding: 0px 10px 0 10px;
}

.post .entrylge {
	padding: 0px 0px 0 0px;
	font-size:16px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #0e355c;
	border-bottom: 2px solid #0e355c;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

#content h2 {
	font-size : 26px;
	text-decoration: none;
	color:  #3484CB;
	line-height: 30px;
	padding-left: 10px;
}


#content H3 {
	font-size : 16px;
	text-decoration: none;
	color: #759fdd;
	background-color: #DFECFF;
	line-height: 34px;
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #3580cb;
	border: 0px dotted #759edb;
	text-transform:none;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0 20px 0;
	font-size: smaller;
	background: url(images/img02.jpg) repeat-x left bottom;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.line{
border-top: 1px solid #0e355c;
}

input, select, textarea, {
			font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size : 11px;
			font-weight: bold;
			line-height: 15px;
            color : black;
			background-color: white;
			margin-left:  0px;
			margin-right: 0px;
}

.button{
	background-color:#003366;
	padding: 5px;
	color:#FFFFFF;
}

.summarytext {
			font-family : Arial, Helvetica, sans-serif;
            font-size : 11px;
			line-height: 15px;
            color : black;
			margin-bottom: 1.8em;
}
