/* /////////////LAYOUT//////////// */
body, html {
	height:100%;
	margin:0;
	text-align:center;
	color:white;

	}
#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	text-align:left;
        width:760px;
	margin-left:auto;
	margin-right:auto;
	background:white url('../images/bkgrnd_main.gif') repeat-y center top
	}

#whitetop{
	background-color:white; 
	height:75px;
	}

#content{
	
	width:675px;
        *width:685px; 
	position:absolute;
        
	left:75px;
	top:85px;
        margin-right:30px;
	*margin-right:10px;
	padding-bottom:-100px;
	position:relative;
	top:-170px;
	padding-left:10px;
        padding-right:30px;
	*padding-right:10px;
	
	}


#logo	{
	position:relative;
	top:-75px;
	}

.FooterText{
	position:absolute;      
	width:100%;
	bottom:2px;
	text-align:center;
	margin-left:36px;
	height:20px;
	color:white;
	font-size:8pt; 
	}
a       {color:white;
         text-decoration:none}
a:hover {text-decoration:underline}

/*///////////////////NAVIGATION//////////////////////*/
#nav	{
	position:relative; 
	top:-183px; 
	text-align:right; 
	width:100%;
	}

#nav div 	{
	background-color:#020271;
        background-image: url('../images/navbkgrnd.gif'); 
        width:72px; 
	height:20px; 
	text-align:center; 
	vertical-align:middle;
        float:right;
        margin-left:4px;
	}
#nav div a	{
	color:red; 
	text-decoration:none; 
	font-family:Arial; 
	font-weight:bold; 
	font-size:9pt;
	}
#nav div a:hover{
	color:white
	}




/*///////////////////CONTENT//////////////////////*/
.rightBox	{
	float:right; 
	width:200px; 
	background-color:white; 
	margin-right:10px; 
	margin-left:10px; 
	margin-bottom:5px; 
	color:red; 
	}

#top	{
	margin-left:75px; 
	margin-right:5px;
	height:150px;
        margin-bottom:10px;
	}


#pic	{
	height:150px; 
	width:200px; 
	float:right; 
	background-color:white; 
	border:3px solid #6969b3;
	}

#message{
	 text-align:center;
	}

#message h1{
	font-family:arial; 
	color:white; 
	font-size:20pt;
	}

#news	{
 	margin-left:5px; 
	margin-right:5px;

	} 

#news fieldset{
	 color:white; 
	font-size:24px; 
	} 

#news fieldset table{
	 width:100%; 
	border:0px;
	}

#news th {
	padding-bottom:10px;
	padding-top:10px;
	vertical-align:top; 
	color:red; 
	font-family:Arial; 	
	font-size:10pt; 
	margin-right:0px;
	border-bottom:3px solid white
	}


#news td {
	margin-left:0px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px; 
	color:white; 	
	font-family:Arial; 
	font-size:10pt;
	border-bottom:3px solid white}