body {
	padding: 20;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #d7dce6;
} 
#container{
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: inherit;
	position: relative;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

.Header {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #466296;
	font-variant: normal;
}
.text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
}
.bluebox {
	border: 1px dotted #8995A3;
	padding:10px;
	
}
.orangebox {
	border: 1px dotted #CC9966;
	padding: 10px;
	valign: top;
}

.whitebox {
	border: 1px dotted #CCcccc;
	padding: 10px;
	valign: top;
}

.anybox {
	padding: 10px;
	
}
.headerbox {
	width: 832px;
	height: 286px;
	background: url(images/home.jpg);
	background-repeat: no-repeat;
	padding: 0;
	
}
.Header2 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC9933;
}
.boxtext {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
}
.bottom {
	align: center;
	float: inline;
	position: relative;	
}

a:link {color: #466296;}
a:visited {color: #466296;}
a:hover {color: #CC9933;}

a.r {color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.r:link {color:#FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
a.r:hover {color:#B7C4D4}
a.r:visited {color:#FFFFFF}

