@charset "utf-8";
/* CSS Document */
*
{
	padding: 0px;
	margin: 0px;
}
/* Main Styles */
body
{
    background-image: url(\images/background.jpg);
	background-repeat: repeat-x;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height:1.25;
}
h2
{
	font-size:24px;
	font-weight: bold;
	color: #333333;
	line-height:1.0;
}
h3
{
	font-size:18px;
	font-weight: bold;
	color: #333333;
	line-height:1.0;
}
div#main 
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin: 0px auto;
    min-height: 800px;
    text-align: left;
}
div#header
{
	width: 960px;
	height: 123px;
}
div#logo
{
	padding-top: 66px;
}
div#footer 
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    margin: 0px auto;
    text-align: left;
}
.main-nav
{
	font-size:16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a
{
	text-decoration: none;
	font-weight:bold;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
}
a.white
{
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
a.white:hover
{
	text-decoration: underline;
}
a.grey
{
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}
a.grey:hover
{
	text-decoration: underline;
}
#connextra
{
margin-top:25px;
margin-right:100px;
float:right;
width:265px;
height:170px;
}
.box
{
position:relative;
top:-67px;
left:25px;
width: 907px;
min-height:220px;;

}
.box-head
{
width: 907px;
height: 14px;
background-image:url(images/box-head.png);
background-repeat:no-repeat;
}
.box-body
{
padding:0 20px 0 20px;
width:867px;
background:url(images/box-body.png) top left repeat-y;
font-size:11px; 
font-weight:normal; 
line-height:1.5;
}
.box-body img
{
float:left;
border:1px solid #7d7d7d;
margin-right:20px;
margin-bottom:10px;
}

.box-bottom
{
width: 907px;
height: 17px;
background-image:url(images/box-bottom.png);
background-repeat:no-repeat;
}