@charset "utf-8";
* {
padding:0px;
margin:0px;
}


body {
	background-color: #0052ab;
	padding-top: 14px;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #EB1D27;
	text-decoration: none;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 130px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

li {
	list-style-position: inside;
	list-style-image: none;
}
ol {
	text-indent: 16px;
}

.bold {font-weight:bold}

#menutext {
	color: #0052ab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	top: 99px;
	left: 368px;
	width: 437px;
	height:21px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	text-indent: 48px;
	padding-top: 6px;
}

#menutext a {
color: #0052ab;
	text-decoration: none;
}
#menutext a:active {
	color: #0052ab;
	text-decoration: none;
}
#menutext a:visited {
	color: #0052ab;
	text-decoration: none;
}
#menutext a:hover {
	color: #EB1D27;
	text-decoration: none;
}
h1 { color:#0052ab;
	font-size:18px;
	font-family:Trebuchet MS, Verdana, sans-serif;
	margin-bottom:8px
}

#tagline {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: 79px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#content {
	width: 786px;
	background-image: url(images/contentbackground.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right:auto; 
}

#img {
	margin: 14px 3px 14px 14px;
	float: left;
	background-color: #BFD4E9;
}


#text {
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	float: left;
	background-color: #bfd4ef;
	margin: 11px;
	clear: none;
	width:512px;
}
.subtext {
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	background-color: #bfd4ef;
	padding: 12px;
	width:730px;
		margin-left: 16px;
}

p {margin-bottom:15px;}

#lowercontent {
	width: 785px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/contentbackground.jpg);
	height: 175px;
}
#lowercontent2 {
	width: 752px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/contentbackground.jpg);
	height: 300px;
}
.center {margin-left:auto;
margin-right:auto;
width:645px;
}
.examples {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	height: 124px;
	width: 153px;
	background-color: #000000;
}
	
.examples img {
	
	margin-top:0px;
	margin-bottom:4px;
}

.examples2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#0052ab;
	float: left;
	text-align: left;
	padding: 4px;
	font-size: 14px;
	height: 142px;
	width: 153px;
	background-color: #bfd4ef;
	}
.examples2 img {
		margin-top:8px;
}	


#footer {
		margin-left: 7px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	width: 784px;
	font-weight: bold;
	font-size: 11px;
}
