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

* 
{
  margin: 0;
  padding: 0;
}

body 
{
	background-color:#22287E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/pagedesign/background.jpg);
	background-position:bottom left;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background-color:#ffffff;
	border-style:solid;
	border-width:thin;
	border-color:#3985C1;
	  background-image:url(../images/back1.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

#widecontent { 
  width: 810px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 3px;
  text-align:left;
}

#widecontent h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom: 20px;
}

#widecontent h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#widecontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-bottom: 5px;
}



#rightwide {
width: 600px;
float:right;
margin:0px;
}

leftcol 
{
float:left;
display:inline;
width:200px;
padding-top: 10px;
padding-bottom:20px;
}

#leftwide {
	width: 600px;
	display:inline;
	float: left;
}

#rightcol
{
float: right;
display: inline;
width: 200px;
padding-top: 10px;
padding-bottom:20px;
}


#heading {
  height: 148px;
}

#navbar {
	padding-top:5px;
	padding-left:5px;
	width: 840px; height: 36px; text-align: center; background-color:#3985C1;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
}

table h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
}

table ul {
	list-style-position: inside;
	list-style-type: square;
	line-height: 24px;
}


.bluelink {
  	text-decoration:none;
	font-weight:bold;
  	color:#22287E;
	padding-top:2px;
	padding-bottom:2px;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}


ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 30px;
	line-height: 20px;
}
.adbox 
{
	padding: 2px 4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #22287E;
	background-color: #DCDEF5;
	text-align:center;
}

#footer
{
    clear:both;
    height:55px;
    position: bottom;
    border-top-style:solid;
    border-width:thin;
    border-top-color:#22287E;
    padding-left:5px;
    padding-right: 5px;
}

.largequote
{
font:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:16px;
text-align:center;
padding: 20px;

}

.blacklink {
  	text-decoration:none;
	font-weight:bold;
  	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}