/* CSS Document */

body {
	margin:0;
	background: #CCCCCC;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}
h1 {
	color:#020281;
}
h3 {
	border:1px solid #020281;
	background:url(images/h3_bg.gif) repeat-x;
	color:#FFFFFF;
	font-size:135%;
	text-transform:uppercase;
	margin-right:20px;
	padding:1px 0 1px 5px;
}
a:link, a:visited, a:hover, a:active {
	color:#020281;
}
img {
	border:0;
}
ul li {
	list-style-image:url(images/bullet.gif);
}

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

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

#header {
	border-bottom:4px solid #020281;
	margin-right:20px;
	margin-top:20px;
}
#header p {
	margin-right:0;
}
#email {
	border-bottom:1px solid #020281;
	padding-bottom:10px;
	margin-bottom:1px;
	text-align:right;
}

#nav {
	width:200px;
	margin:20px 0;
	padding:0 0 0 100px;
	float:left;
}
#nav li {
	margin:5px 0 5px 15px;
	padding:2px 0;
	list-style-image:url(images/bullet.gif);
	font-weight:bold;
}
#nav li a:link, #nav li a:visited {
	color:#000000;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	color:#000000;
	text-decoration:underline;
}
#nav div.category {
	padding:5px 0;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	color:#0000ab;
}
ul.subNav {
	margin:0;
	padding:0;
}
ul.subNav li {
	margin:0;
	padding:0;
	border-top:none;
	border-bottom:none;
}

#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;
}


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

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