
/* GLOBAL ELEMENTS */

body {
	margin: 10px 0px 10px 0px; 
	padding: 0px;
	color: #000000;
	background-color: #d2d2e0;
	/* IE Fix */
	text-align: center; 
}

form {
	display: inline;
}

table {
	/* IE5 Fix */
	font-size: 100%; 
}

object {
	display: block; 
}

ul, 
ol {
	margin-bottom: 0px;
}

ul {
	list-style-type: square;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.40em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

textarea {
	resize: none;
}

/* SITE LAYOUT: WRAPPERS */

.divLayoutWrapperMain {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	background-color: #000055;
	border: 0px;
	/* IE Fix */
	text-align: left;	 
}

.divLayoutWrapperNavigation {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	min-height: 800px;
	/* IE Fix */
	height: auto; 
	*height: 800px; 
}

.divLayoutWrapperContent {
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: right;
	border: 0px;
	background-color: #ffffff;
}

/* SITE LAYOUT: HEADER */

.divLayoutHeaderMain {
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: url("../graphics/general/header_960px.gif") no-repeat;
	color: #000000;
	border: 1px solid #000055;
}

.divLayoutHeaderPrint {
	display: none;
}

.divLayoutHeaderTitlebar {
	margin: 0px;
	height: 36px;
	line-height: 36px;
	background-color: #000055;
	color: #ffffff;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	text-align: right;
	font-weight: normal;
	border: 0px;
	border-right: 1px solid #000055;
	padding: 0px 10px 2px 0px;
}

/* SITE LAYOUT: NAVIGATION */

.divLayoutNavigation {
	background-color: #000055;
	color: #ffffff;
	margin: 0px;
	padding: 0px 6px 0px 10px;
	border: 0px;
	border-top: 0px solid #000055;
	border-bottom: 0px solid #000055;
	text-align: left;
}

.divLayoutNavigation noscript a {
	text-decoration: none;
	font-weight: normal;
	color: #f5f5ff;
}
 
.divLayoutNavigation noscript a:hover {
	text-decoration: underline;
	color: #ffffff; 
} 

.divLayoutNavigationMenuID {
	display: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* SITE LAYOUT: CONTENT */

.divLayoutContentCapTop, 
.divLayoutContentCapBottom {
	height: 10px;
	border: 0px;
	border-right: 1px solid #000055;
	padding: 0px;
	font-size: 1px;
}

.divLayoutContentCapTop {
	background: #ffffff url("../graphics/general/cap-content-top.gif") no-repeat top left;
}

.divLayoutContentCapBottom {
	background: #ffffff url("../graphics/general/cap-content-bottom.gif") no-repeat bottom left;
}

.divLayoutContentMain {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 0px;
	border-right: 1px solid #000055;
	font-family: Arial, Helvetica, Verdana, Sans-Serif !important;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
	min-height: 800px;
	/* IE Fixes */
	height: auto; 
	_height: 800px; 
	overflow: visible;
	*overflow: auto;
}

.divLayoutContentMain a {
	text-decoration: none;
	font-weight: bold;
	color: #000066; 
}
 
.divLayoutContentMain a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0000ff; 
} 

/* SITE LAYOUT: FOOTER */

.divLayoutFooter {
	clear: both;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	color: #ffffff;
	background-color: #000055;
	border: 1px solid #000055;
	border-left: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	text-align: left;
}

.divLayoutFooter a {
	text-decoration: none;
	font-weight: normal;
	color: #f0f0ff; 
}
 
.divLayoutFooter a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff; 
} 

