BODY
{
	overflow-y: scroll;
}
/**Formatting YAML's  basic layout elements
Marginal areas & page background*/
BODY
{
	background: #A9BCCB url(../images/bg.png) repeat-x fixed top left;
	padding: 10px 0;
}
/*Centering layout in old IE-versions*/
BODY
{
	text-align: center;
}
.page_margins
{
	text-align: left;
	margin: 0 auto;
}
/*Layout: width, background, borders*/
.page_margins
{
	min-width: 740px;
	max-width: 80em;
	background: #FFF;
}
.page
{
	padding: 0px 0px 10px;
}
/*Designing main layout elements*/
#header
{
	color: #000;
	background: #A9BCCB url(../images/logo7.png) no-repeat 18px 9px;
	height: 169px;
}
.header2
{
	background: transparent no-repeat;
	border: none;
	margin: 47px 0 -19px 173px;
	/*+placement:shift 67px -38px;*/
	position: relative;
	left: 67px;
	top: -38px;
}
#topnav
{
	color: #2E5F87;
	background: transparent;
}
/*adjustment of main navigation*/
#nav UL
{
	margin-left: 20px;
}
#main
{
	background: #FFF;
	padding: 10px 0 10px 0px;
}
#footer
{
	color: #000;
	background: #DFE7EA;
	padding: 10px 20px;
	border-top: 5px solid #2E5F87;
	line-height: 1.5em;
}
/** Formatting content container
* | #header                       |
* | #col1   | #col3     | #col2   |
* | 25%     | flexible  | 25%     |
* | #footer                       |*/
#col1
{
	width: 25%;
}
#col1_content
{
	padding: 10px 10px 10px 20px;
}
#col2
{
	width: 25%;
}
#col2_content
{
	padding: 10px 20px 10px 10px;
}
#col3
{
	margin: 0 25%;
	border-left: 2px dotted #2E5F87;
	border-right: 2px dotted #2E5F87;
}
#col3_content
{
	padding: 10px;
}
#col3_article
{
	margin: 0 2% 0 25%;
	border-left: 2px dotted #2E5F87;
	/*[disabled]border-right:2px dotted #2E5F87;*/
}
#col3_content_article
{
	padding: 10px;
}
/** Styling of layout specific elements*/
#header H1
{
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -2px;
	line-height: 65%;
	color: #000;
}
#header SPAN
{
	color: #2E5F87;
}
#topnav A
{
	color: #2E5F87;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
}
#topnav A:focus, #topnav A:hover, #topnav A:active
{
	text-decoration: underline;
	background-color: transparent;
}
#footer A
{
	color: #2E5F87;
	background: transparent;
	font-weight: bold;
}
#footer A:focus, #footer A:hover, #footer A:active
{
	color: #828E98;
	background-color: transparent;
	text-decoration: underline;
}
/** Skiplinks
*Visual styling for skiplink navigation
* @section content-skiplinks*/
#skiplinks A.skip:focus, #skiplinks A.skip:active
{
	color: #FFF;
	background: #333;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-decoration: none;
}
H6.vlist
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	width: 90%;
	padding: 3px 0px 3px 10%;
/*LTR*/
	margin: 0px 0 0 0px;
	color: #444;
	background-color: #FFF;
	border-top: 2px solid #A9BCCB;
	border-bottom: 4px solid #541F14;
}
.vlist
{
	width: 100%;
	overflow: hidden;
	margin: 0px 0 1.5em 0px;
	list-style-type: none;
	border-bottom: 2px solid #A9BCCB;
}
.vlist UL
{
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0px 0 0;
}
.vlist LI
{
	float: left;
/*LTR*/
	width: 100%;
	margin: 0;
	padding: 0;
}
.vlist A, .vlist STRONG, .vlist SPAN
{
	display: block;
	padding: 3px 0px 3px 10%;
	text-decoration: none;
	border-bottom: 1px solid #A9BCCB;
}
.vlist A, .vlist A:visited
{
	color: #444;
}
.vlist LI SPAN
{
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
/*active list element*/
.vlist LI.active
{
	color: #FFF;
	background-color: #AF7B70;
	font-weight: bold;
}
/*Level 1*/
.vlist LI A, .vlist LI STRONG, .vlist LI SPAN
{
	width: 91%;
	padding-left: 10%;
}
/*LTR*/
.vlist LI A:focus, .vlist LI A:hover, .vlist LI A:active
{
	background-color: #2E5F87;
	color: #FFF;
	outline: 0 none #000000;
}

