body{
  font-family: Verdana, Arial, sans-serif; 
  margin: 0px;
  /*padding: 0; */
  font-size: 12px;
  background-color:#FFFFCC;
}
 

a.nav:link {color: #333399; text-decoration:none}
a.nav:visited {color: #333399; text-decoration:none}
a.nav:hover {color: #0000ff}

a{
	color: #0000ff;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #333399;
 margin: 0px;
 padding: 0px;
}

h4{
  color: #696969;
  font-size: 100%;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 200%;
 font-weight: 900;
 margin: 0px;
 padding: 0px;
 color: #333399;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 160%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 color: #333399;
}

ul{
 list-style-type: square;
}
 
#pagewidth{ 
  width: 770px;
  min-height: 770px;
  text-align:left;  
  margin-left:auto; 
  margin-right:auto;
  background-image: url(images/ss2_pblu.gif);
  padding-left: 5px;
  /*border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #80a5fd;*/
  
 
  
 /* border: 2px solid #2878b0;*/
} 

/* This is here for IE 6 and under, min-height doesn't work, but height expands the size when
   needed, as min-height should */
/* mac hide \*/
   * html #pagewidth{height:770px}   
/* end hide */ 

 
#navBar{
    font-family: Arial,sans-serif;
	font-size: 13px;
	margin-left: 9px;
	/*padding-left: 14px;*/
	/*margin-top: 40px;*/
	width: 146px; 
    /* top: 100px;
	left: 10px;*/
	font-weight: 900;
}

#copyright {
	background-color: #333399;
	color: #cce0ed;
	font-family: Arial, Helvetica; 
	font-size: 11px;
	/*position: absolute;*/
	width: 160px;
	bottom: 0px;
	margin-left: -14px;
	}

#navbarbox{
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	position: static;
	width: 130px;
	font-size: 90%;
	border: 1px solid #333399;
	border-width: 2px;
	background-color: white;
	color: #333399;
}

#content{
	/*padding-top: -100px;*/
	margin-left: 190px;
	margin-right: 50px;
	margin-top: -80px;
	/*margin-left: 160px;*/
	/*width: 554px;
	border-left: 1px solid #2878b0;
	border-right: 1px solid #2878b0;*/
	min-height: 400px;
	}
/* This is here for IE 6 and under, min-height doesn't work, but height expands the size when
   needed, as min-height should */
/* mac hide \*/
   * html #content{height:400px}   
/* end hide */ 


#flagspos{
	padding-left: 25px;
	/* margin-top: -100px; */
	/*position: absolute;*/
	margin-top: -460px;
}

#sponsors{
	padding-left: 270px;
	/*position: absolute;*/
	bottom: 0px;
}

#ads{
    position: absolute;
	width: 174px;
	top: 8px;
	padding-top: 8px;
	left: 807px;
}

#box{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: static; 
	left: 40px;
    width: 534px;
	height: 65px;
	border: 1px solid #2979b5;
}

.centerimg {
	padding-left: 40px;
}

.whitebground {
	background-color: white;
}
.yellowbground {
	background-color: #ffffce;
}
.smallerfont {
	font-size: 11px;
}
.smallestfont {
	font-size: 10px;
}
.smallestbluefont {
	font-size: 11px;
 	color: #333399;
	font-weight: bold;
}

.bluebold {
 	color: #333399;
	font-weight: bold;
}

.largerbluefont {
 	font-size: 120%;
 	color: #333399;
	font-weight: bold;
 }

.largerredfont {
 	font-size: 120%;
 	color: #CC0000;
	font-weight: bold;
 }	
	
.indent {
	position: relative;
	margin-left: 20px;
}

.indenttablecol {
	padding-left: 10px;
}


.halflinePspacing {
	margin-top : 7px;
	margin-bottom : 7px;
}

.welcometext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	padding-left: 80px;
	padding-right: 85px;
}

.infotext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 120%;
}
	
table.simple {
	border-width: 2px;
	border-style: outset;
	border-color: #333399;
	border-collapse: collapse;
}
table.simple th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
table.simple td {
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-style: inset;
	border-color: gray;
}

 /*printer styles*/ 
/*hide the left column when printing*/ 
 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
