/* 
  -----------------------------------
  RAKSoft Style Sheet
  by Rolf André Klaedtke
  www.raksoft.ch
  -----------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #0A3B9C;
	color: #333333;
	margin: 25px 5px 5px 5px;
	padding: 0;
}

div {
	/*	border: 1px solid Red;		*/
}

/*Heading Styles*/
h1, h2, h3, h4, h5, h6 {
	color: #0066CC;
}
h3, h4 {
	margin-top: 35px;	
}
/* Elements */
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
th {
	background-color: #E2E2E2;
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	padding: 2px 0 2px 5px;
}
td {
	font-size: 90%;
}
blockquote {
	border-top: solid 2px #e3e3e3; 
}
/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #333333;
}
a:visited {
	color: #FF4D00;
}
a:active, a:focus  {
	color: #003333;
}
a:hover {
	text-decoration: underline;
	background-color: #C2D5FC;
}

/* IDs */
#header {
	width: 850px;
	height: 80px;
	margin: 8px auto 5px auto;
}
#navigation {
	width: 850px;
	height: 30px;
	margin: 0 auto 0 auto;
}
#layoutwrapper {
	background: White 0 padding:;
	width: 850px;
	margin: 0 auto 10px auto;
	border-left: 1px solid #003333;
	border-top: 1px solid #003333;
	border-bottom: 2px solid #003333;
	border-right: 2px solid #003333;
}
#mainbox {
	width: 850px;
}
#maincontent {
	color: #333333;
	background-color: White;
	font-size: 90%;
	padding: 15px;
	line-height: 125%;
}
#menubar {
	font-size: .8em;
}
#footer {
	font-size: 80%;
	clear: both;
	margin: 15px auto 10px auto;
	color: #333333;
	border-top: 1px dotted #666;
}
#floatimageleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}
#floatimageright {
	float: right;
	margin: 5px;
	margin-left: 10px;
}

/* Classes */
.Textbold {
	font-weight: bold;
}
.TableHeader {
	background-color: #0066CC;
	color: White;
	font-weight: bold;
	font-size: 80%;
}
.TableBottom {
	border-bottom: 1px dotted #666;
}
.TableBottomSide {
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
}
.Explanation {
	font-size: 85%;
	color: #666666;
}
.ExplanationBold {
	font-weight: bold;
}
.ErrorMsg {
	color: #FFDD95;
	background-color: #CC4E33;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}
.Warning {
	color: #333333;
	background-color: #FFDF5E;
	font-weight: bold;
	font-size: 105%;
	text-align: center;
}