body { margin: 0; padding: 0; background: #262626; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #fff; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }
h2 { font-size: 1.0em; line-height: 1.4em; color: #DBF1FF }
h3 { font-size: 0.8em; line-height: 1.4em; color: #DBF1FF  }
span#copyright { font-size: 13px; line-height: 35px }
span#design {  float: right; font-size: 13px; line-height: 35px } 
span.validation {  float: right; margin-right: 10px; }
.validation img {  margin: 0; } 

div { padding: 10px 0;}

#hdrimg a {color: #B6E3FF; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #B6E3FF; text-decoration: none; font-weight: normal;}

a {color: #B6E3FF; text-decoration: none}
a:hover {color: #fff; text-decoration: underline}


/*-------------Layout----------------*/

#hdrimg {	
	float: left; 			
	width: 770px;
	margin-bottom: 5px;
	background: url('images/header-snowy.jpg') no-repeat;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}

.rowcontainer {	
	float: left;
	margin-bottom: 5px;
	width: 770px;
	overflow: hidden;
	background: #333;
}

#bttmbar { float: left; width: 770px; height: 35px; background: url('images/footer.jpg') bottom repeat-x  }    /* Bottom copyright bar */



.fullcolumn { float: left; width: 770px;}
			
.halfcolumn { float: left; width: 384px;}

.onethirdcolumn { float: left; width: 255px; }

.quartercolumn { float: left; width: 191px }


/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px;
	width: 90px;
	line-height: 25px;
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#current { background: url('images/tab.gif') no-repeat 0 0 }


/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

.newsheader {			
	float: left; 			
	width: 750px;
	vertical-align: bottom;
	margin-bottom: 0px;
	background: url('images/news_header.gif') no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
	font-size: 1.0em; 
	color: #DBF1FF }	
	
.newsposter {			
	float: left; 			
	width: 750px;
	margin-bottom: 5px;
	background: url('images/news_header_poster.gif');
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 26px;
	font-size: 0.8em; 
	line-height: 1.4em; 
	color: #FFFFFF
	 }
	 
.newspost {
	font-size: 1.0em; 
	line-height: 1.4em; 
	text-align: justify;
	color: #FFFFFF;
	margin-bottom: 55px;
	} 
	
.release {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	color: #FFFFFF
	}