body{
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
	
td{
	font-size: 0.7em}
	
.border{
	border: 1 solid #5E7AAA;}
	
/*headings*/
h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#2F4266;
	margin-top: 5px;}

h4{
	font-family: "Trebuchet MS", Arial;
	font-size: 1.6em;
	font-weight: normal;
	color: #CF0F0B;
	margin-bottom:-15px;}

h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2F4266;
	margin-top: 5px;}

h2{
	font-family: "Trebuchet MS", Arial;
	font-size: 1.6em;
	font-weight: normal;
	color: #CF0F0B;
	margin-bottom:-15px;}
	
/*lists*/
ul{}

ul.leftnav{
	margin-left: 17px;
	margin-top: -7px;
	list-style-image: url(../images/bullet-bluearrow.gif);}
	
ul.leftnav li{
	margin-top: 5px;
	margin-bottom: 5px;} 
	
ul.webdesignlist{
	margin-left: 0px;
	margin-top: -8px;
	list-style-type: none;
	color: #ff6600;}

ul.webdesignlist li{
	margin-top: 6px;
	margin-bottom: 6px;}
	
a.webdesignlist:link{
	color: #ff6600;}
a.webdesignlist:visited{
	color: #ff6600;}
a.webdesignlist:hover{
	color: #CC0000;}
	
ul.orangelist{
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet-orangearrow.gif);}
	
ul.orangelist li{
	margin-top: 5px;
	margin-bottom: 5px;}
	
/*text*/
.topnav{
	color: #162B54;
	text-align: right;
	verticle-align: middle;}
	
.titletextdark{
	font-size: 2.3em;
	color: #162B54;}
	
.titletextlight{
	font-size: 2.3em;
	color: #3568C8;}
	
.txtwhite{
	font-size: .9em;
	color: white;
	padding: 12px;}
	
.bannertextlarge{
	font-family: Trebuchet MS, Arial;
	font-size: 2em;
	color: white;
	padding-left: 25px;}
	
.bannertextsmall{
	font-family: Trebuchet MS, Arial;
	font-size: 1.4em;
	color: white;
	padding-left: 25px;}
	
	
/*backgrounds*/
.lightblue{
	background-color: #E4EBF9;}
	
.bgorange{
	background-color: #FFEFCE;}
	
.bgblue{
	background-color: #8CA5DE;}
	
.bgdarkorange{
	background-color: #FFDDA3;}
	
.topbanner{
	background-image: url(../images/top-banner-img.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #8CA5DE;
	border-top: 1 solid #5E7AAA;
	border-bottom: 1 solid #5E7AAA;}
	
	
/*links*/
a:link{
	color: #162B54;}
a:visited{
	color: #162B54;}
a:hover{
	color: #0066FF;}
	
a.topnav:link{
	text-decoration: none;}
a.topnav:visited{
	text-decoration: none;}
a.topnav:hover{
	text-decoration: underline;}
	
a.leftnav:link{
	text-decoration: none;}
a.leftnav:visited{
	text-decoration: none;}
a.leftnav:hover{
	text-decoration: underline;}
	
a.orangelink:link{
	color: #FF3300;}
a.orangelink:visited{
	color: #FF3300;}
a.orangelink:hover{
	color: #FF6600;}

.line-horizontal{
	background-image: url(/images/line-horizontal.gif);
	background-repeat: repeat-x;
	background-position: center bottom}