<!--

/* CSS Document */

body, html {
 height:100%;
}

body {
	background-color:#DBDBDB;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

background-image:url(images/bg.gif);
background-repeat: repeat-y;
background-position:50%;

}

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
line-height:1.5em;
}
p{
 line-height:1.8em;
}
h1 {
    font-size:20px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;
}
h2 {
    font-size:16px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;	 
}
h3 {
    font-size:15px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;	 
}

h1,h2, h3, h4,h5,h6 {
 color: #048;
	 font-family:Arial, Helvetica, sans-serif; 
}


b,strong {
    color:#2C5AA8;
}
a, a:visited {
 color:#2C5AA8;
}
p,h1,h2,h3 {
 margin:0 0 0.7em 0;
}
li {
 padding-bottom:1em;
}


.small {
 font-size:10px;
}

td.bgcolor {
 background-color: #B8D4EE;
}

div#leftcol{
 float: left;
 margin-top:5px;
}

div#rightcol {
margin-left: 200px;

}

div#bottom {

 color:#000;
 padding:20px 0 20px 39px;

 height:111px;
 
 background-image:url(images/bulb.gif);
 background-position:top right;
 background-repeat:no-repeat;

}
div#bottom table {
 margin-top:20px;
}
div#bottom td {
 font-size:11px;
}
div#copy {
 padding:0px;
 margin:0;
}
div#copywrapper {
background-color:#fff;
padding:50px 34px 30px 35px;
margin:0 5px;
}
div#bottom a, div#bottom a:visited {
 color:#355A84;
}


div#menu {
 margin:0;
 text-align:left;
 color: #fff;
 background-color:#2C5AA8; 
 padding:8px 0 5px 39px;
 line-height:1em;
 border-bottom:4px solid #FDD605;
}

div#menu a,  div#menu a:visited{

	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	color: #fff;
}

span.menuSpacer {
 padding-left:20px;
}
span.fixedWidth {
 width:46px;
 display:block;
 float:left;
}

span.fixedWidth2 {
 width:250px;
 display:block;
 float:left;
}

div#clear {
 clear:both;
}

div#leftCol {
width:505px;
}
div#rightCol {
 float:right;
 width: 266px;
 text-align:center;
 background-image:url(images/rightbg.gif);
 background-repeat: no-repeat;
 height:538px;
}
div#rightCol div img {
 border:2px solid white;
}
div.padbottom {
 padding-bottom:40px;
}
-->

