/* CSS Document */
html {
	background: #01274b;
}
body {
	background: #01274b url(/images/blue/bg_main.jpg) center top no-repeat;
}
a, ul.menu a:hover, li#current a, li.parent li#current a, li#current li a:hover, a.mainlevel:hover, a#active_menu.mainlevel {
	color: #32B1F1;
}
ul.menu a:hover, li#current a, a.mainlevel:hover, a#active_menu.mainlevel {
	background:url(/images/blue/arrow_active.png) no-repeat;
	background-position:3px 9px;
}
.blueLink a, a.blueLink,
.blueLink a:link, a.blueLink:link,
.blueLink a:visited, a.blueLink:visited
{
	color: blue;
	text-decoration: underline;
}
.blueLink a:hover, a.blueLink:hover{
	color: #990000;
	font-weight: bolder;
}
.middle a, .middle h2 {
	color: #62B625;
}
#reflection {
	background:url(/images/blue/reflection.jpg) top left repeat-x;
}
#reflection-l {
	background:url(/images/blue/reflection-l.jpg) top left no-repeat;
}
#reflection-r {
	background:url(/images/blue/reflection-r.jpg) top right no-repeat;
}
#container {
	background:url(/images/blue/containerbg_l.jpg) top left repeat-y;
}
#container .bgright {
	background:url(/images/blue/containerbg_r.jpg) top right repeat-y;
}
ul.greenList{
	list-style-type:none;
}
ul.greenList li{
	list-style-type:none;
	background-position:0px 0px;
	padding:10px 0px 5px 34px;
	margin-left:0px;
	background:url(/images/clip-art-bullet-blue-check-01.gif) no-repeat;
}
