/* Global Border / Margin Reset */
* {
border:0;
}

/* Basic Text Formatting */
body, code, pre  {
font-family: arial, tahoma, verdana, sans-serif;
font-size: 12px;
}
h1 {
	font-family: "Times New Roman", serif;
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

p {
margin: 0 0 10px 0;
color: #000;
font-size: 12px;
line-height: 1.2em;
}
#footercontent p {
font-size: 12px;
margin: 0;
color: #163376;
}

/* Link Formatting */
a {
color: #163376;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* Form Formatting */
input, textarea  {
background-color: #F6F6F6;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
padding:2px;
}
input:focus, textarea:focus {
background-color: #fff;
font-size: 11pt;
padding:2px;
}

/* Background Color & Positioning */
body {
background:#fff;
margin:0px;
}
#header {
position: relative;
}
#headerwrapper {
width:760px;
margin: 0px auto;
position: relative;
height:100%;
}
#logo {
position: relative;
/*padding: 10px 0;*/
}
#titlebar {
/*border: 1px solid #EEE;
border-bottom:0px solid #EEE;*/
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
position: relative;
text-align:left;
margin: 0px auto;
padding: 3px 5px;
width:760px; /* False value for IE4+/Win  */
voice-family: "\"}\"";
voice-family:inherit;
width: 748px; /* Actual value for conformant browsers */
}
html>#titlebar {width:748px; /* Be nice to Opera */}
#titlebar h1 {margin:0;padding:0;}
#main {
/*padding: 20px 0;*/
position: relative;
width: 100%;
background:#fff;
/*border-bottom: 1px solid #eee;*/
}
#mainwrapper {
background:#fff;
width:760px;
margin: 0px auto;
position: relative;
padding: 10px 0;
}
#maincontent {
background:#fff;
position: relative;
text-align:left;
float: left;
left:10px;
padding: 10px;
width:420px; /* False value for IE4+/Win  */
voice-family: "\"}\"";
voice-family:inherit;
width: 400px; /* Actual value for conformant browsers */
color: #000;
}
html>#maincontent {width:400px; /* Be nice to Opera */}
#maincontent h3 {margin-top:0;}

#prisidebar {
background:#fff;
position: relative;
left: 0;
width:140px;
float:left;
}

#prinavwrapper {
background: #e9e9e9;
padding: 1px 0 1px 0;
border: 1px solid #ccc;
}
*html #prinavwrapper {
	width:140px;
}

#sponsors {
text-align:center;
padding: 10px;
background:#fff;
text-align:left;
color: #000;
}

#sponsors img {
display: block;
max-width: 120px;
margin-bottom: 10px;
}

#secsidebar {
background:#fff;
position: relative;
width:180px; 
float: right;
}
#secsidebar div {
padding: 10px 10px 1px 10px;
background: #fff;
margin-bottom: 10px;
text-align:left;
}
#secsidebar img {
max-width: 160px;
margin-bottom:10px;
}
* html #secsidebar img {
width: 160px;
}
#bkgdextend {clear:both;} /* Address annoying float functionality */
#footer {
clear:both;
/*background:#666;*/
background:#95c0eb;
position:relative;
text-align:left;
height:1%;
}
#footer a {color:#fff;}
#footer a:hover {color:#ddd;}
#footerwrapper {
/*background:#666;*/
background:#95c0eb;
width:760px;
margin: 0px auto;
position: relative;
text-align:right;
}
#footer img {margin: 10px 0;}
#footercontent {
/*border: 1px solid #EEE;
border-top: 0px solid #EEE;*/
border-top: 1px solid #163376;
border-bottom: 2px solid #85b6e8;
/*background:#999;*/
background:#95c0eb;
width:760px;
padding: 10px;
text-align:left;
margin: 0px auto;
width:760px; /* False value for IE4+/Win  */
voice-family: "\"}\"";
voice-family:inherit;
width: 738px; /* Actual value for conformant browsers */
}
html>#maincontent {width:738px; /* Be nice to Opera */}

/* Primary Nav */
#prinav ul {
margin: 10px 10px 10px 0;
padding-left: 0;
list-style-type: none;
text-transform:capitalize;
font-weight: bold;
text-decoration:none;
color: #000;
font-size:12px;
}
#prinav ul ul {
margin: 5px 0 0 0;
}
#prinav ul ul li {
/* background-image: url(images/bullet.gif); */
background-repeat: no-repeat;
text-align:left;
}
#prinav li {
margin-bottom: 5px;
padding-left:10px;
text-align:left;
}
#prinav li a {
font-weight: normal;
text-decoration:none;
color: #000;
display:block;
}
* html #prinav li a {
display:inline;
}
#prinav li a:hover {
font-weight: bold;
text-decoration:none;
}

/* Notes */
/*
-Align all content to left to aviod an IE bug
-Add in width fixes for IE & Opera

Following rule allows entire region of link to to be
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html



*/
