/* CSS Document */

body {
	margin:0;
	background: #000066;
	font-size: medium;
	font-weight:bold;
	font-family: "Times New Roman", Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}
h1 {
	color:#232063;
}
h3 {
	border:1px solid #232063;
	background:url(images/h3_bg.gif) repeat-x;
	color:#FFFFFF;
	font-size:130%;
	text-transform:uppercase;
	margin-right:20px;
	margin-bottom:0;
	padding:1px 0 1px 5px;
}
a:link, a:visited, a:hover, a:active {
	color:#0B0B61;
}
img {
	border:0;
}
ul li {
	list-style-image:url(images/bullet.gif);
}

.image {
	border:2px solid #232063;
}
div.node {
	border:1px solid #232063;
	margin-right:20px;
	margin-top:0;
	padding:0 10px;
}

#container {
	background:url(images/content_bg.gif) repeat-y #ffffff;
	position: relative;
	margin: 0 auto;
	width:999px;
	text-align:left;
	font-size:90%;
}
#container:after {
    content: "."; 
    display: block; 
    height: 3885px; 
    clear: both; 
    visibility: hidden;
}

#section1, #section2 {
	width:760px;
	float:right;
}
#section1 p, #section2 p, #section1 ul, #section2 ul, #section1 ol, #section2 ol {
	margin-right:20px;
}

#header {
	background:#fff;
	border-bottom:4px solid #69669f;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
#header h1 {
	color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	border-bottom:1px solid #232063;
	margin-bottom:1px;
}
p#email {
	border-bottom:1px solid #232063;
	padding-bottom:10px;
	padding-right:20px;
	margin-bottom:1px;
	text-align:right;
}

#nav {
	background:url(images/menu_bg.gif) repeat-y right top #ffffff;
	width:200px;
	margin:0 0 10px 0;
	margin-left:16px;
	padding:0;
	display:inline;
	float:left;
}
#nav dd {
	margin:5px 0 5px 15px;
	padding:2px 0;
	font-weight:bold;
}
#nav dd a:link, #nav dd a:visited {
	color:#07074d;
	text-decoration:none;
}
#nav dd a:hover, #nav dd a:active {
	color:#07074d;
	text-decoration:underline;
}
#nav dt {
	padding:5px 0;
	padding-left:15px;
	background:url(images/bullet.gif) no-repeat 5px center;
	border-top:1px solid #67649d;
	border-bottom:1px solid #67649d;
	color:#CC0000;
	font-size:medium;
	font-weight:bold;
}

#highlight {
	background:#000066;
	color:#FFFFFF;
	margin-top:5px;
	padding:5px;
	margin-right:20px;
}
#highlight:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#highlight h3 {
	margin-top:0;
	margin-bottom:10px;
}
#highlight p {
	padding-left:5px;
}

#footer {
	border-top:1px solid #020281;
	margin:50px 20px 20px 0;
	text-align:center;
	font-size:90%;
	padding-top:1px;
}
#footer p {
	border-top:4px solid #020281;
	padding-top:10px;
	margin:0;
	color:#FFFFFF;
}


/* IE HACKS ============================================================ */
/* Hides from IE-mac \*/
* html #container {font-size:80%;}
* html #section1 {height: 1%;}
* html #section2 {height: 1%;}
* html #highlight {height: 1%;}
* html #nav {height: 1%;}
/* End hide from IE-mac */

/* IE7 Hacks */
html > body #section2 {
	height:auto;
	max-height:12000px;
}
