/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	color: #000000;
	background: transparent url(../img/bg_main.gif) repeat-y;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 1em;
}
h1 {}
#header h1 strong {
	position: absolute;
	left: -999px;
	top: -999px;
}
h2 {}
h3 {}
h4 {
	margin-bottom: 0;
	color: 000;
} 
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 1em;
}
ol { /* reset left margin for lists */
	margin-left: 1em;
}
ul.nav-about {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #fff;
}
ul.nav-about li {
	border-bottom: 1px solid #fff;
	text-align: center;
}
#section-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
#section-nav li {
	padding-top: 1px;
}
#nav dl {
	color: white;
	font-size: 85%;
	padding: 20px;
	margin-top: 1px;
}
#nav dt {
	float: left;
	width: 40px;
}
#nav dt.email {
	width: 12px;
}
#nav dd {}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
#nav dl a, #nav dl a:link, #nav dl a:visited {
	color: #fff;
	text-decoration: underline;
}
#nav dl a:focus, #nav dl a:hover, #nav dl a:active {
	color: #4D396A;
	text-decoration: underline;
}
ul.nav-about li a, ul.nav-about li a:link, ul.nav-about li a:visited {
	font-size: 90%;
	width: 100%;
	padding: 8px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
ul.nav-about li a:focus, ul.nav-about li a:hover, ul.nav-about li a:active {
	text-decoration: none;
	background: #4D396A;
}
#section-nav li a, #section-nav li a:link, #section-nav li a:visited {
	font-size: 90%;
	width: 100%;
	color: #666;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 8px 0;
	text-transform: uppercase;
	background: #ededed url(../img/bg_sectionnav.gif) repeat-y 0;
	margin: 0;
}
#section-nav a strong {
	padding: 0 14px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#news a, #news a:link, #news a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
	color: #4D396A;
	text-decoration: none;
}
/* End Main Text Styles */

/* Layout */

/* End Layout */

/* Misc. */
.pdf {
	font-size: 80%;
	color: #999999;
	text-transform: uppercase;
}
/* End Misc. */
