html {}

/* text-align to center the body in certain older browsers */
body {background: white url(../images/global_bground.gif) repeat fixed; text-align: center}

/*div {border: solid red 1px}*/

table {border: solid black 1px}

#headerbox {border-bottom: solid #00008B 2px; float: left; margin: 7px}		/* #00008B = DarkBlue */

#logo {width: 210px; margin: 7px; float: left}

#main {background-color: white; 
	width: 800px; 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	text-align: left; 	/* to fix the text alignment side effect from the workaround above */
	border: solid black 1px}

#header {color: #00008B;
	font-size: 28pt; 
	font-weight: bold;
	font-variant: small-caps;  
	text-align: left; 
	position: relative;
	margin: 7px;
	margin-top: 15px; 
	width: 538px; 
	float: right}

#links {padding: 10px; 
	margin: 7px; 
	width: 125px; 
	position: relative; 
	clear: left; 
	float: left}

#links hr {width: 90%; color: #00008B; background-color: DarkBlue}			

#content {padding: 10px; 
	margin: 10px;
	margin-top: 7px;
	width: 600px;
	position: relative; 
	float: left;
	background-color: white}

#contentfull {padding: 10px; 
	margin: 10px;
	margin-top: 7px;
	width: 760px;
	position: relative; 
	float: left;
	background-color: white}

#contentwnews {width: 410px;
	position: relative; 
	float: left;
	background-color: white}

#news {border: solid #00008B 1px;
	background-color: #F0F8FF;  /* #FFFFF0 = Ivory, #E0FFFF = LightCyan, #F0F8FF = AliceBlue */ 
	padding: 10px;  
	margin: 7px; 
	width: 150px; 
	position: relative; 
	float: right}

#footer {border-top: solid #00008B 2px;
	font-size: 8pt; 
	text-align: center;
	position: relative; 
	padding: 10px; 
	margin: 7px; 
	clear: both}

.links a:link {color: #00008B; text-decoration: none; font-variant: small-caps;}		
.links a:visited {color: #00008B; text-decoration: line-through; font-variant: small-caps;}
.links a:hover {color: #00008B; text-decoration: underline; font-variant: small-caps;}
.links a:active {color: #00008B; text-decoration: underline; font-variant: small-caps;}

#info {background-color: white; 
	width: 800px; 
	height: 90px;
	position: relative; 
        margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 	
	border: solid black 1px}

#auskf {background-color: white; 
	width: 90px; 
	margin-left: auto;
	margin-right: auto; 
	float: left;
	}

#seuskf {background-color: white; 
	width: 85px; 
	margin-left: auto;
	margin-right: auto; 
	float: right;
	margin-top: 3px; 
	}

#infotext {background-color: white;
	   color: #00008B;
           width: 619px;
	   height: 90px;
	   float: left;
	  }

img {border: none}

