/* BODY
---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0 0 1.5em 0;
	background: #f3f3f3;
	font: 80%/180% Verdana, helvetica, sans-serif;
	color: #555;
	text-align: left;
}



/* DIVS
---------------------------------------------------------------------- */

#skip_to a, #skip_to a:hover, #skip_to a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 


#skip_to a:focus {
	position: static;
	width: auto;
	height: auto;
}


#top {
	position: absolute;
	left: 0px;
	top: -400px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#border {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/background.png) repeat-y left center;
}


#main_wrapper {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #939AD0;
}


#header {
	width: 920px;
	padding: 0;
	margin: 0;
	height: 120px;
	background: #FFCC66;
	border-top: 8px solid #fff;
	border-bottom: 15px solid #4651A4;
	
}


#header_image {
	width: 690px;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0;
}


#content_wrapper {
	width: 690px;
	float: right;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0;
	border-left: 1px solid #156AA4;
}


#content_single_column {
	width: 630px;
	text-align: left;
	background: #fff url(../images/background.gif) no-repeat center bottom;
	padding: 10px 30px 3em 30px;
	margin: 0;
	min-height: 400px;
	height: auto !important; /* IE 6 FIX */
	height: 400px; /* IE 6 FIX */
}


#footer {
	width: 920px;
	padding: 10px 0 10px 0;
	margin: 0;
	background: #4651A4;
	text-align: center;
	height: 40px;
	border-bottom: 10px solid #fff;
}


#footer_links {
	text-align: right;
	background: #FFE3AA;
	border-top: 1px solid #4651A4;
	padding: 10px 10px 10px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.6;
}


#pagetop_wrapper {
	float: right;
	height: 25px;
	padding: 0;
	margin: 0;
	background: #fff;
}


#w3c_icons {
	width: 100%;
	padding: 0;
	margin: 1.5em 0 0 0;
	text-align: center;
}


#top_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/top_shadow.png) no-repeat left top;
	height: 6px;
}


#bottom_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bottom_shadow.png) no-repeat left top;
	height: 6px;
}


#message_box {
	text-align: left;
	background: #fff;
	padding: 0 8px;
	margin: 2em 0 2em 0;
	border: 1px solid #7683C2;
	color: #CC0000;
	font-size: 0.9em;
	line-height: 1.6;
}


.right_box_floated {
	width: 150px;
	float: right;
	background: #F3F3F3;
	padding: 8px;
	margin: 20px 0 0 20px;
	border: 1px solid #98CEFA;
	font-size: 0.85em;
	line-height: 1.6;
	text-align: center;
}



/* NAVIGATION
---------------------------------------------------------------------- */


#navigation_wrapper {
	width: 200px;
	float: left;
	padding: 0 10px 2em 10px;
	margin: 0;
	text-align: left;
}


#navigation_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	_margin: 10px 0 0 0; /* IE 6 FIX */
}


#navigation_list li {
	_line-height: 1;  /* IE 6 FIX FOR TOO MUCH PADDING */
}


#navigation_list a {
	display: block;
	padding: 4px 0 4px 14px;
	_padding: 0 0 12px 14px; /* IE 6 FIX FOR TOO MUCH PADDING */
	text-decoration: none;
	border-bottom: 1px solid #C0C6E2;
	text-align: left;
	font-size: 0.9em;
	background: url(../images/arrow.gif) no-repeat left center;
	_background: url(../images/arrow.gif) no-repeat left top; /* IE 6 FIX */
}


#navigation_list a:link {
	color: #fff;
}


#navigation_list a:visited {
	color: #fff;
}


#navigation_list a:hover {
	color: #FFCC66;
}


#navigation_list a:active {
	color: #FFCC66;
}


#navigation_list a:focus {
	color: #FFCC66;
}


#navigation_list li#current a {
	color: #555;
}


#navigation_list li#current a:hover {
	color: #fff;
}


#navigation_list li#current a:active {
	color: #fff;
}


#navigation_list li#current a:focus {
	color: #fff;
}


.category_title {
	background: #4651A4;
	color: #FFCC66;
	border-bottom: 1px solid #C0C6E2;
	padding: 4px 8px;
	_padding: 8px 8px; /* IE FIX */
	_margin: 0 0 6px 0; /* IE FIX */
}



/* LISTS
---------------------------------------------------------------------- */

#content_single_column ul {
	list-style-type: square;
} 


#content_single_column li {
	margin-bottom: 1em;
}


/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}


.w3c_icon_padding {
	padding: 16px 0 0 0;
	border: 0;
}


.logo_padding {
	margin: 20px 20px 20px 0;
	padding: 6px;
	border: 0;
	border: 1px solid #ddd;
}


.image_border {
	padding: 8px;
	border: 1px solid #CEDBF9;
}


.image_float_left {
	padding: 0;
	float: left;
	margin: 4px 12px 0 0;
}


.image_float_right {
	padding: 8px;
	float: right;
	margin: 0 0 0 8px;
}


.header_logo {
	margin: 18px 0 0 4px;
	padding: 0;
}




/* FONT STYLES
---------------------------------------------------------------------- */

h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #4651A4;
	padding: 1em 0 1em 0;
	text-transform: uppercase;
}


h2 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #000;
	margin: 1.4em 0 1em 0;
}


h3 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.1em;
	color: #000;
	margin: 2em 0 0 0;
	padding-bottom: 0;
	line-height: 1;
}


h4 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #000;
	margin-top: 1em;
	text-transform: uppercase;
}


.page_title_h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #4651A4;
	margin: 0;
	padding: 0.8em 6px 0.6em 30px;
	border-bottom: 1px solid #4651A4;
	text-transform: uppercase;
	background: #FFE3AA;
	text-align: left;
}


.smaller_centered_font {
	color: #777;
	text-align: center;
	margin-top: 40px;
	line-height: 1.5;
	font-size: 0.85em;
}


.copyright {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 0 0 0;
}


pre {
	font-family: verdana, arial, helvitica, sans-serif;
	font-size: 1em;
	line-height: 1.8;
}



/* LINK STYLES
---------------------------------------------------------------------- */

a {
	color: #0D8BF2;
}


a:hover, a:active, a:focus {
	color: #cc0000;
	text-decoration: none;
}



/* FLOATS, ALIGNEMENTS and MISC
---------------------------------------------------------------------- */

.float_left {
	float: left;
}


.float_right {
	float: right;
}


.text_left {
	text-align: left;
}


.text_center {
	text-align: center;
}


.text_right {
	text-align: right;
}


.clear {
	clear:both;
}


.hidden {
	visibility: hidden
}


.line {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #8C89C1;
	line-height: 1;
}


