/********* layout ********/

body {
	background: #EEF2F3  url(/d_res/bgTop.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#123464;
	margin: 0;
	padding: 0;
}

.wrap{
	width:850px;
	margin:0px auto;
}

#header{
	padding-top:30px;
}

.dotHorz{
	height:3px;
	background: url(/d_res/dot.gif) repeat-x;
}

.dotVert{
	width:3px;
	background: url(/d_res/dot.gif) repeat-y;
}



/********* links ********/

body a:link{
	color:#3372FB;
	text-decoration: none;
}
body a:visited{
	color:#000000;
	text-decoration: none;
}
body a:hover{
	color:#000000;
	background: #D6E2FE;
	text-decoration: underline;
}


body .copyright a{
	color:#AAA;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
}

body .copyright a:hover{
	color:#999;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}

.copyright{
	padding:3px 0px 0px 20px;
	font-size:9px;
}

body h1, body h2{
	background: url(/d_res/dot.gif) bottom repeat-x;
}


/******* menu   ********/

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: bock;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 14px;
}
#menu a:link{color:#002064;}
#menu a:visited{color:#000000;}
#menu a:hover {color:#000000;}

#menu a.active:link, #menu a.active:visited, #menu a.active:hover {
	background: url(/d_res/bgActive.gif) bottom repeat-x;
	color:#000000;
}


/* Footer */

#footer {
	height: 100px;
	min-height: 100px;
	padding: 130px 0 0 0;
	color:#EAEAEA;
	background: #0F4E5A url(/d_res/bgBtm.gif) repeat-x;
}

html>body #footer {
	height: auto;
}






