@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, object, tbody, tfoot, embed,noscript, script, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body{
	text-align:center;
	
	font-family: Arial;
	font-size: 11pt;
	width: 100%;
	background-color: #000000;
}
div.header{
	text-align:left;
	background-color: #dcf0fc;
	width: 1000px;
	height: 100px;
	margin: auto;
}
div.main{
	background-image: url(../Images/mainbackground.png);
	width: 1000px;
	height: 750px;
	text-align: center;
	margin: auto;
}
div.imagemap{
	position:relative;
	left: 70px;
	width:110px;
	height:100px;
}

div.headerNav{
	background-color: #dcf0fc;
	width: 849px;
	height: 20px;
	float: left;
	border-bottom: #b3babe thin solid;
}
div.sidebar{
	height: 750px;
	width:150px;
	float:right;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	margin:0px;
	
}
div.userpanel{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	height: 70px;
	width:125px;
	color: #000000;
	background-color:#ffffff;
	text-align:center;
	-moz-border-radius: 5px;

}

div#dataentry{
	background-color:#FFFFFF;
	width:350px; 
	height: 0px;
	visibility:hidden;
	color:#000000;		
	margin: auto;
	font-size:8pt;
}

div.announcements{
	
}
div.teamslist{
	
}

div#navteamlist{
	visibility:hidden;
	background-color:#CCCCCC;
	padding-top: 3px;
}

a:link{
	text-decoration:none;
	color:blue;
}
a:visited{
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration:none;
	color: #9CAAED;
}



li{
	display:inline;
	color:#000000;
	padding-left: 15px;
	padding-right: 15px;
}

li a:link{
	text-decoration:none;
    color:#1f1f74;
}

li a:visited{
	text-decoration:none;
	color:#1f1f74;
}

li a:hover{
	text-decoration:none;
	color:#1f1f74;
}

div.leftCol {
	float:left;
	width:422px;
	height: 700px;
	margin: auto;
}

div.rightCol {
	float:left;
	width:423px;
	height: 700px;
	margin: auto;
}

div.footer{
	background-color: #dcf0fc;
	width: 1000px;
	height: 20px;
	font-size: 8pt;
	text-align:center;
	margin: auto;
	border-top: #b3babe thin solid;
}

h1{
	font-size: 13pt; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #000000;
	font-weight: bold;
	background: url(Images/headerbackground.png) no-repeat;
}

h2{ 
	text-align:center;
	color:#000000;
	font-weight:bold;
	height:20px;
	margin-top: 7px;
}
h2.boxstyle{ 
	text-decoration:none; 
	text-align:center;
	background-color:#003399;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}
h3{
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
	
}