@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana, Arial, Helvetica, sans-serif;  
/*background:url(images/bg_1200_800.jpg); */
background-repeat:no-repeat-y;
background-position:center;
background-color:#000000;
background-attachment:fixed;
}


/* HEADER BUTTON MENU */
#headerbuttons {
position: relative;
margin-top: 20px;
margin-left: -30px;
/*background:url(images/sem_trans_back_50.png); */
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
width:800px;
}

/* MAIN PHOTO AT TOP OF HOME PAGE */
#topsection{
width: 800px;
height: 350px; /*Height of top section*/
margin-top: 25px;
}

/* MAIN PHOTO AT TOP OF INTERIOR PAGE */
#topsection2{
width: 800px;
height: 90px; /*Height of top section*/
margin-top: 25px;
}


#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding:0;
}

#contentwrapper{
float: left;
width: 785px;
margin-top: 0px;
margin-left:0%;
margin-bottom: 0%;
padding: 10px;
background-color:#FFFFFF;
 /* border: solid; 
border-color:#FFFFFF; 

background-image:url(images/sem_trans_back_50.png);*/
}


.redfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 100%;
	text-decoration: none;
	font-weight : bold;
	}


/* HEADER TEXT POSITION */
#headertext {
position: relative;
margin-top: 200px;
margin-left: 15%;
}

h2{margin:0px; padding:0px}
b{font-size: 110%;}

p{margin:0px; padding:0px}
a{color:#660033; outline-style:none}
ul{margin:0px;padding:0px}
ul li{margin:0px; padding:0px}

img  {
  border: 0;
  margin-left:auto;
  margin-right:auto;
  }

a.topnav:link
{
/**/display:block; 
width:110px; 
height:25px; 
background:none;
border: none;
margin-top:0px; 
text-align:center; 
text-decoration:none; 
font-weight: bold;
font-family: arial, verdana, sans-serif; 
font-size:100%; 
color:#FFFFFF; 
line-height:auto; 
overflow:hidden;
} 

a.topnav:visited 
{
display:block; 
width:110px; 
height:25px; 
background: none;
border: none;
margin-top:0px; 
text-align:center; 
text-decoration:none; 
font-weight: bold;
font-family: arial, verdana, sans-serif; 
font-size:100%; 
color:#999999; 
line-height:auto; 
overflow:hidden;
} 

a.topnav:hover 
{
display:block; 
width:110px; 
height:25px; 
/*background: url(images/bg_buttons.jpg); */
background-color: #0CC8F5; 
/*background-color:#660033;*/
border: none;
margin-top:0px; 
text-align:center; 
text-decoration:none; 
font-weight: bold;
font-family: arial, verdana, sans-serif; 
font-size:100%; 
color:#000000; 
line-height:auto; 
overflow:hidden;
} 


a.topnav:active 
{
display:block; 
width:110px; 
height:25px; 
background: none;
border: none;
margin-top:0px; 
text-align:center; 
text-decoration:none; 
font-weight: bold;
font-family: arial, verdana, sans-serif; 
font-size:100%; 
color:#999999; 
line-height:auto; 
overflow:hidden;
} 





#right_links{
width:150px;
float:left;
}

#rightcolumn{
float: left;
width: 450px; /*Width of right column*/
margin-left: -450px; /*Set left margin to -(RightColumnWidth) */
font-size:12px;
}




