/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;
	background-attachment: scroll;
	background-color: #001298;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ceecff;
	cursor: default;
	}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	
a: visted {
	color: #ceecff;
	}
	
a:hover {
	text-decoration: none;
	color: #ffffff;
	cursor: ne-resize;
	}
a:active {
	}
	
h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: #ffffff dashed thin;
	}

img {
	border: none;
	margin: 2px;
	}
	
ul {
	}

li {
	}

dl {
	}

dt {
	}

dd {
	}
#body {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 300px;
	background-attachment: scroll;
	background-color: #001298;
	background-image: url(images/bkgr2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	}
#heading {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 203px;
	background-attachment: scroll;
	background-color: #fff600;
	background-image: url(images/header2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
#content {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	min-height: 50px;
	background-attachment: scroll;
	background-image: url(images/conttop2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
#menu {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	height: 50px;
	background-attachment: scroll;
	background-color: #0072bb;
	background-image: url(images/menumid2.jpg);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	}
#menu .left {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 50px;
	background-attachment: scroll;
	background-image: url(images/menuleft2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	}
#menu .right {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 50px;
	background-attachment: scroll;
	background-image: url(images/menuright2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	}
#menu .item {
	line-height: 50px;
	}
#menu .itemactive{
	line-height: 50px;
	background-color: #0072bb;
	}
#menu a {
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
#menu a:hover {
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	cursor: ne-resize;
	background-color: #0072bb;
	}
#menu a:active {
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	cursor: ne-resize;
	background-color: #0072bb;
	}
#main {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 890px;
	min-height: 50px;
	background-attachment: scroll;
	background-color: #0072bb;
	background-image: url(images/mainmid2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}
#main .header {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-attachment: scroll;
	background-image: url(images/maintop2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	}
#main .content {
	margin: 10px;
	}
	
.sites {
	height: 150px;
	margin: 6px;
	}

.sites img {
	float: left;
	clear: right;
	}

#main .footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-attachment: scroll;
	background-image: url(images/mainbot2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	}
#foot {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-height: 50px;
	background-attachment: scroll;
	background-image: url(images/contbot2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
