/* CSS Document */

#header 
{
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	height:130px;
}

#headerA
{
	width:900px;
	margin:0 auto;
	position:relative;
	height:110px;
	padding-top:20px;
}

#headerB
{
	position:absolute;
	top:0;
	right:0;
}

#nav
{
	width:900px;
	margin:0 auto;
}

#footer 
{
	height: 30px;
	width:900px;
	margin:0 auto;
}

#foot-border
{
	clear:both;
	border-bottom:1px dotted #666666;
	border-top:1px dotted #666666;
	color:#666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/summer.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #FFFFFF; 
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	color: #000000;
}

#maingroup{
	border-right:1px solid #CCCCCC;
	float:left;
	padding-right:20px;
}

#mainlist{
	list-style-type:square;
	list-style-image:url(images/listarrow.png);
	color:#000066;
	font-weight: bold;
}

#maingroup a:link {
	color: #000066;
	text-decoration: none;
}
#maingroup a:visited {
	text-decoration: none;
	color: #000066;
}
#maingroup a:hover {
	text-decoration: underline;
	color: #000066;
}
#maingroup a:active {
	text-decoration: none;
	color: #000066;
}

#subgroup {
	float:left;
	width:215px;
}

#sublist{
	list-style-type:none;
}
