body{
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
    line-height: 18px;
	font-weight: normal;
	background-color: #EBEBEB;
	color: #414141;
	margin: 5px 0px 5px 0px;
    background-image: url(../images/background.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

H1{
	font-family : Verdana, Helvetica, Arial;
	font-size : 28px;
	font-weight: bold;
    color: #00b1ef;
	line-height: 36px;
    margin: 5px 0px 10px 0px;
}

H2{
	font-family : Verdana, Helvetica, Arial;
	font-size : 16px;
	font-weight: normal;
	line-height:12px;
}

div#wrapper{
    margin: 0px;
	padding: 0px;
	width: 850px;
	margin: auto;
	background-color: #fff;
	clear: both;
	text-align: left;
}

div#header{
	margin: 0px;
	padding: 0px;
	min-height: 90px;
	height: 90px;
	text-align: left;
    background-image: url(../images/background.top.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

div#content{
	padding: 0px 25px 10px 25px;
    text-align: left;
}

div#footer{
    clear: both;
	text-align: center;
    height: 20px;
    line-height: 20px;
    background-image: url(../images/background.bottom.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.outer{
    width: 788px; padding:3px; margin-top: 10px; margin-bottom: 10px;
}

.inner{
    width: 768px; padding: 10px;
}


.dark_blue{
	color: #00b1ef;
}

.light_blue{
	color: #7fd5f6;
}

.grey{
	color: #4D4D4D;
}

img {
  border: 0px;
}


a.footer_links {
	text-decoration: none;
	font-size : 12px;
	color: #00b1ef;
}
a.footer_links:VISITED {
	text-decoration: none;
	color: #00b1ef;
}
a.footer_links:HOVER {
	text-decoration: none;
	color: #FFFFFF;
	background-color : #7fd5f6;
}
a.footer_links:VISITED:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color : #00b1ef;
}