/*** RESET ****/

body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
select, input, textarea{ font-size:11px; font-family:Arial, Helvetica, sans-serif;}


/*** GENERIC ****/

body {
	background-image: url(images/bgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
}

#container{
	width:902px;
	height:600px;
	border: solid 1px #43163F;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-302px;
	margin-left:-451px;
	background-color:#43163F;
}

#flashcontent{
	position:absolute;
	top:80px;
	left:0px;
	width:902px;
	height:260px;
	background-color:#43163F;
}

#logo{
	position:absolute;
	top:0px;
	left:725px;
	width:175px;
	height:80px;
}

#nav{
	position:absolute;
	top:340px;
	left:0px;
	width:960px;
	height:60px;
}

.navcell{
	float:left;
	height:60px;
}

#content{
	position:absolute;
	top:415px;
	left:30px;
	width:510px;	
}

#right{
	position:absolute;
	top:415px;
	left:560px;
	width:300px;	
}		

#footer{
	position:absolute;
	top:584px;
	left:7px;
	width:960px;
	font-size:10px;
	color:#B2A2B4;
}

h1{
	font-size:14px;
	margin-bottom:3px;
}

h2{
	font-size:13px;
	margin-bottom:2px;
}
h3{
	font-size:13px;
	margin-bottom:7px;
	margin-top:15px;
}

p{
	margin-bottom:5px;
	line-height:15px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

a:hover{
	background-color:#B2A2B4;
	color:#43163F;
}

a.cms{
	color:#43163F;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}

a.cms:hover{
	background-color:#B2A2B4;
	color:#43163F;
}

a.nav, a.nav:hover{
	padding:0px;
	background-color:#43163F;
}

a.newslink{
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	font-size:11px;
}
a.newslink:hover{
	background-color:#B2A2B4;
	color:#43163F;
}	

li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	line-height:22px;
	height:auto;
	margin-bottom:5px;
}

li.news{
	background-image:url(images/plus.jpg);
	background-repeat: no-repeat;
	padding:0px;
	padding-left:12px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2A2B4;
	line-height:normal;	
}

li.related{
	background-image:url(images/related.jpg);
	background-repeat: no-repeat;
	padding:0px;
	padding-left:12px;
	margin:0px;
	line-height:normal;
	margin-bottom:5px;
}

a.relatedlink{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	font-size:11px;
	color:#43163F;
}
a.relatedlink:hover{
	background-color:#43163F;
	color:#FFFFFF;
}

a.jpg, a.jpg:hover{ background-color:#43163E; }

.submit{
	background-color:#FFFFFF;
	border: solid 1px #FFFFFF;
	color:#43163F;
	font-weight:bold;
	font-size:11px;
}

/*** NEWS ***/

#mask{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#B2A2B4;
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; 
	display:none;
}

#newsloader{
	position:absolute;
	display:none;
	border: solid 1px #43163F;
	width:10px;
	height:6%;
	top:10%;
	left:50%;
	margin-top:0px;
	margin-left:-6px;
	z-index:10;
	background-color:#FFFFFF;
	color:#000000;
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9; 
}

.newsarticle{
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-251px;
	height:80%;
	width:480px;
	background-color:#FFFFFF;
	border: solid 1px #43163F;
	overflow:auto;
	color:#43163F;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-base-color:#43163F; 
	scrollbar-darkshadow-color:#43163F; 
	scrollbar-face-color:#43163F; 
	scrollbar-highlight-color:#B2A2B4; 
	scrollbar-shadow-color:#B2A2B4;
	display:none;
}

#newstop{
	background-color:#43163F;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-251px;
	margin-top:-22px;
	height:22px;
	width:482px;
	font-size:10px;
	line-height:22px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	display:none;
}

.newstitle{
	color:#43163F;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2A2B4;
	position:absolute;
	top:20px;
	left:10px;
	width:90%;	
}
.newsdate{
	color:#9D9AA5;
	font-size:10px;
	position:absolute;
	top:40px;
	left:10px;
}

.newsimage{
	margin-left:10px;
	margin-bottom:10px;
	border:solid 1px #B2A2B4;
	float:right;
}

.imagecaption{
	width:200px;
	padding:3px;
	float:right;
	margin-left:20px;
	margin-bottom:30px;
	background-color:#FBF2FA;
	border:solid 1px #43163F;
	text-align:center;
	margin-top:2px;
	clear:right;
	font-size:10px;
	font-weight:bold;
}

#gbotn{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:130px;
	margin-top:90px;
	width:264px;
	height:128px;
}

