@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
body {
	background-color: #858585;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #5b5b5b;
	font-size: 12px;
}

a:link, a:visited {
	color: #507aa8;
	text-decoration: none;
}
a:hover, a:active {
	color:#a42822;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #507aa8;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #507aa8;
	margin-bottom: 15px;
}
#Navigation a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.ekmenu_link_selected, li a.ekmenu_link_selected {
	color: #ffffff;
	background-color: #507aa8;
}

#Navigation {
	background-image: url(../images/navigation.jpg);
	height: 320px;
	width: 200px;
	margin-top: 8px;
	float: left;
	padding-top: 46px;
	padding-left: 15px;
	padding-right: 37px;
}

#Navigation a:hover, #Navigation a:active {
	color: #ffffff;
	background-color: #507aa8;
}
#Navigation li {
	list-style-type: none;
}
#Navigation ul 
{
    	color: #5b5b5b;
}



#LeftShadow {
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
#RightShadow {
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 871px;
	margin-left: 25px;
	background-color: #ffffff;
}

#Header {
	background-image: url(../images/header.jpg);
	height: 149px;
	width: 846px;
}
#ContentWrapperOutside {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 846px;
	overflow: hidden;
}
#ContentWrapperInside {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 846px;
	overflow: hidden;
}
#ContentBottom {
	background-image: url(../images/footer.jpg);
	height: 41px;
	width: 896px;
}
#MainContent {
	float: left;
	width: 487px;
	padding-top: 45px;
	padding-left: 45px;
	margin-top: 8px;
	line-height:18px;
}
div[id="MainContent"] {
	background-image: url(../images/content_wide.png);
	background-repeat: no-repeat;
	background-position: top;
}

#ColumnOne {
	margin-right: 45px;
}
div[id="ColumnOne"] {
	margin-left: -45px;
}

.CornerShadow {
	float: left;
	width: 205px;
	padding-top: 28px;

}
div[class="CornerShadow"] {
	background-image: url(../images/corner_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
}

#Footer {
	margin-left: 20px;
	line-height: 17px;
	width: 100%;
}



#MinHeight {
	float: right;
	height: 574px;
}
.clear {
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #507aa8;
	margin-top: 20px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ol {
	padding-left: 20px;
}
#MainContent li {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	padding-left: 20px;
}
.inputBackground {
	background-image: url(../images/form_background.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 182px;
	padding-top: 2px;
	padding-left: 4px;
}
.textareaBackground {
	background-image: url(../images/form_repeat.jpg);
	background-repeat: repeat;
	height: 152px;
	width: 193px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	overflow: auto;
	border: 1px solid #000000;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.Content-Item
{
	width:450px;
	padding:5px;
	border-bottom:solid 1px #999;
}

.content-title
{
}

.content-date
{
	margin-bottom:5px;
}
a.BeginTraining {
	display:block;
	height:24px;
	width:156px;
	padding-top:6px;
	padding-left:8px;
	color: #ffffff;
	background-image:url(../images/begin.jpg);
	overflow:hidden;
	font-size:14px;
}
a.BeginTraining:hover {
	background-position:0px -30px;
}
* html a.BeginTraining {
	display:none;
}


.ContentItemList TD
{
	padding:5px;
}

.headerlink
{
	font-size:10pt;
	font-weight:bol;
}
