@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-indent: 0px;
	margin: 0px;
	text-align: left;
}

.body-small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1A2267;
	text-indent: 0px;
}

#container {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff
}

#header {
	height:159px;
	width:800px
}
	
#navigation {
	background-color:#336699;
	height:26px;
	width:800px
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

#footer {
	background-color:#336699;
	height:26px;
	width:800px
}

.bluelink {
	color: #1A2267;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}
	

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC00;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #FFCC00;
	font-weight:bold;
}

.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC00
}
	
.title {
	color: #006600;
	font-size: 18px;
	text-align:left
}

.title2 {
	color: #1A2267;
	font-size: 18px;
	text-align:left
}

.subtitle{
	color: #FF0000;
	font-size: 18px;
}

.quote {
	color: #1A2267
}

.redsmall {
	color: #FF0000
}

.greenbodytext {
	color:006600;
	font-size:12px;
	text-align:left;
	font-family:Arial
	
}


p {
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#box{
	width:350px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 0px;
}

#boxHeader{
	height:20px;
	background-color:#8AA0CC;
	width:350px;
	padding-top: 7px;
}

#boxHeader1{
	height:20px;
	background-color:#8AA0CC;
	width:300px;
	padding-top: 7px;
	margin-left: 50px;
}

#boxHeader2{
	height:20px;
	background-color:#8AA0CC;
	width:350px;
	padding-top: 7px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 30px;
}

#boxBody{
	background-color:#1A2267;
	width:350px
}

#boxBody1{
	background-color:#1A2267;
	width:300px;
	height: 270px;
	padding: 10px;
	margin-left: 30px;
}

#boxBody2{
	background-color:#1A2267;
	width:330px;
	height: 270px;
	padding: 10px;
	margin-left: 30px;
}

#boxBody3{
	background-color:#FFFFFF;
	width:700px;
	padding-right: 20px;
	margin-right: 70px;
}

#boxBodybuy{
	background-color:#FFFFFF;
	width:350px;
	height: 200px;
	padding: 10px;
	margin-right: 60px;
	margin-left: 40px;
}
#boxBodybuy2{
	background-color:#FFFFFF;
	width:700px;
	height: 200px;
	margin-right: 20px;
	padding-right: 50px;
}

#boxBodybuy1{
	background-color:#FFFFFF;
	width:330px;
	height: 40px;
	margin-left: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#main{text-align:left;}

.boxtext {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;color: #FFFFFF; text-indent: 20px;}

.boxBODYtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8AA0CC;
	text-indent: 0px;
}

a:link.blue {
	color: #1A2267;
}
a:visited.blue {
	color: #1A2267;
}

a:hover.blue {
	color: #1A2267;
}

a:active.blue {
	color: #1A2267;
	
}.optionalCell {
	border: 1px dashed #8AA0CC;
}

