body {
	padding: 0;
	margin: 0;
	background: #002756 url(images/bg.jpg) repeat-y scroll;
	background-position: top center;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
}

a {
	text-decoration: none;
	color: #476d97;
}

a:hover {
	text-decoration: underline;
	color: #476d97;
}


#bannerimg {
	width: 800px;
	height: 200px;
	background: url(images/banner.jpg) no-repeat;
	top: 0px;
	left: 0px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.welcomepane {
	clear: both;
	width: 800px;
	background: url(images/articleline2rev.gif) repeat-x #476d97;
	height: 18px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px solid #ffffff;
	background-color: #cccccc; /*#6693bc;*/
	text-align: center;
}

.cont {
	width: 800px;
	min-height: 1500px;
	background: #ffffff;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
}

.article {
	width: 760px;
	min-height: 200px;
	margin: 0px auto 10px auto;
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	text-align: left;
}

.applypage {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 5px 20px 20px 20px;
	text-indent: 0cm;
	text-align: left;
	border: dotted #cccccc; /* #476d97;*/
	border-width: 0px 0px 0px 0px;
	/*font-family: verdana, sans-serif;
	font-size: 12px;*/
}

p.articletext {
	/*width: 758px;*/
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	text-indent: 1cm;
	text-align: left;
	border: dotted #cccccc; /* #476d97;*/
	border-width: 0px 0px 0px 0px;
}

.article a {
	text-decoration: none;
}

.article a:hover {
	text-decoration: underline;
}

.articleheader {
	width: 100%;
	background: url(images/articleheader.gif) repeat-x #476d97;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	color: #ffffff;
}

.articletitle {
	display: inline;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

.postdate {
	display: inline;
	float: right;
	padding: 3px 5px 3px 5px;
	margin: 0px;
	font-size: 1.0em;
	font-style: normal;
}

.articleheader_line2 {
	width: 100%;
	background: url(images/articleline2rev.gif) repeat-x #476d97;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 10px;
}

.comments {
	display: inline;
	float: left;
	padding: 3px 5px 0px 5px;
	margin: 0px;
}

.postedby {
	display: inline;
	float: right;
	padding: 3px 5px 0px 5px;
	margin: 0px;
}

.footer {
	clear: both;
	width: 800px;
	height: 18px;
	background: url(images/articleline2.gif) repeat-x #476d97;
	margin: 0 auto 0 auto;
	padding: 0px;
}

.txt {
	display: inline;
	float: right;
	padding-right: 3px;
	margin: 0px;
}

.adminnavpanel {
	float: left;
	width: 180px;
	padding: 3px;
	margin: 0 5px 0 0;
	border: 0px solid #cccccc;
}

.adminpanel {
	float: right;
	width: 600px;
	padding: 3px;
	margin: 0;
	border: 0px solid #cccccc;
}

.roster_main {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0px solid black;
	width: 90%;
	height: 100%;
}

.roster_subline {
	clear: both;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 0 auto;
}

.roster_class_members {
	/*background: #FFFFFF no-repeat center;*/
	margin: 10px 0 0 0;
	padding: 0px;
	width: 45%;
	height: auto;
	border: 0px dotted #cccccc;
	/*float: left;*/
	text-align: center;
	/*vertical-align: middle;*/
}

.roster_namelist {
	padding: 20px 0px 5px 0px;
	min-height: 100px;
	vertical-align: middle;
	text-align: center;
	height: auto;;
}

.roster_member_name {
	
	float: left;
	width: 48%;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	
}
.roster_member_rank {
	
	float: right;
	width: 48%;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	
}
 
/*
		navxigation bar sprites css
*/

.navx {
	width: 800px;
	height: 40px;
	background: url(images/nav.jpg) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}
.navx li {
	display: inline;
}
.navx li a:link, .navx li a:visited {
	position: absolute;
	top: 0;
	height: 40px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.navx .home a:link, .navx .home a:visited {
		left: 0px;
		width: 160px;
	}
	.navx .home a:hover, .navx .home a:focus {
		background: url(images/nav.jpg) no-repeat 0px -40px;
	}
	.navx .home a:active {
		background: url(images/nav.jpg) no-repeat 0px -80px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(images/nav.jpg) no-repeat 0px -40px;
		cursor: default;
	}
	.navx-home, .navx-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 160px;
		height: 40px;
		background: url(images/nav.jpg) no-repeat 0px -40px;
	}
	.navx-home-click {
		background: url(images/nav.jpg) no-repeat 0px -80px;
	}

	.navx .roster a:link, .navx .roster a:visited {
		left: 160px;
		width: 160px;
	}
	.navx .roster a:hover, .navx .roster a:focus {
		background: url(images/nav.jpg) no-repeat -160px -40px;
	}
	.navx .roster a:active {
		background: url(images/nav.jpg) no-repeat -160px -80px;
	}
	.current-roster .roster a:link, .current-roster .roster a:visited {
		background: url(images/nav.jpg) no-repeat -160px -40px;
		cursor: default;
	}
	.navx-roster, .navx-roster-click {
		position: absolute;
		top: 0;
		left: 160px;
		width: 160px;
		height: 40px;
		background: url(images/nav.jpg) no-repeat -160px -40px;
	}
	.navx-roster-click {
		background: url(images/nav.jpg) no-repeat -160px -80px;
	}

	.navx .forums a:link, .navx .forums a:visited {
		left: 320px;
		width: 160px;
	}
	.navx .forums a:hover, .navx .forums a:focus {
		background: url(images/nav.jpg) no-repeat -320px -40px;
	}
	.navx .forums a:active {
		background: url(images/nav.jpg) no-repeat -320px -80px;
	}
	.current-forums .forums a:link, .current-forums .forums a:visited {
		background: url(images/nav.jpg) no-repeat -320px -40px;
		cursor: default;
	}
	.navx-forums, .navx-forums-click {
		position: absolute;
		top: 0;
		left: 320px;
		width: 160px;
		height: 40px;
		background: url(images/nav.jpg) no-repeat -320px -40px;
	}
	.navx-forums-click {
		background: url(images/nav.jpg) no-repeat -320px -80px;
	}

	.navx .dkp a:link, .navx .dkp a:visited {
		left: 480px;
		width: 160px;
	}
	.navx .dkp a:hover, .navx .dkp a:focus {
		background: url(images/nav.jpg) no-repeat -480px -40px;
	}
	.navx .dkp a:active {
		background: url(images/nav.jpg) no-repeat -480px -80px;
	}
	.current-dkp .dkp a:link, .current-dkp .dkp a:visited {
		background: url(images/nav.jpg) no-repeat -480px -40px;
		cursor: default;
	}
	.navx-dkp, .navx-dkp-click {
		position: absolute;
		top: 0;
		left: 480px;
		width: 160px;
		height: 40px;
		background: url(images/nav.jpg) no-repeat -480px -40px;
	}
	.navx-dkp-click {
		background: url(images/nav.jpg) no-repeat -480px -80px;
	}

	.navx .apply a:link, .navx .apply a:visited {
		left: 640px;
		width: 160px;
	}
	.navx .apply a:hover, .navx .apply a:focus {
		background: url(images/nav.jpg) no-repeat -640px -40px;
	}
	.navx .apply a:active {
		background: url(images/nav.jpg) no-repeat -640px -80px;
	}
	.current-apply .apply a:link, .current-apply .apply a:visited {
		background: url(images/nav.jpg) no-repeat -640px -40px;
		cursor: default;
	}
	.navx-apply, .navx-apply-click {
		position: absolute;
		top: 0;
		left: 640px;
		width: 160px;
		height: 40px;
		background: url(images/nav.jpg) no-repeat -640px -40px;
	}
	.navx-apply-click {
		background: url(images/nav.jpg) no-repeat -640px -80px;
	}