p,code,ul {
	padding-bottom: 1.2em;
	font-size: 13px;
}
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072;}
a:hover {color: #FF7D00;}

img {
border: 0;
}

body {
	color: #07216D;
	background-color: #000033;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li {
	list-style-image: none;
	list-style-type: none;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {
	padding-top: 6px;
	font-size: 18px;
}
h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #07216D;
}

/* misc */
.clearer {clear: both;}

.left {
	float: left;
	margin-right: 3px;
}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 12px;
	width: 834px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DEDEDE;
	border-left-color: #DEDEDE;
}

/* header */
.top {

}

/* title */
.header {
	height: 103px;
	width: 834px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}
.header .left, .header .right {
	color: #FFF;
	height: 103px;
}
.header .left {
	width: 834px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-repeat: repeat-x;
	background-color: #FF7D00;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* menu tabs */
.header ul {
	margin:0;
	padding: 0;
	list-style:none;
	float: right;
	margin-top: 74px;
	width: 653px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.header li {
   display:inline;
   margin:0; padding:0;
}
.header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
.header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header a span {float:none;}
/* End IE5-Mac hack */
.header a:hover span {
	color:#043196;
}
.header a:hover {
   background-position:0% -42px;
}
.header a:hover span {
   background-position:100% -42px;
}
.header .current a {
   background-position:0% -42px;
	color: #FFF;
}
.header .current a span {
	background-position:100% -42px;
	color: #072E97;
}
/* end menu tabs */


/* main */
.main {

}

/* sub navigation */
.sidenav {
	float: left;
	width: 230px;
	background-image: url(images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 2px top;
	padding-top: 85px;
}
.sidenav h2 {
	color: #1C455E;
	font-size: 1em;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
}
.sidenav li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D8EBD8;
}
.sidenav li a {
	font-size: 1.1em;
	color: #1C455E;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #2E7198;
	text-decoration: underline;
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	width: 600px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
	padding: 5px;
	margin-left: 4px;
	float: right;
}

.content p
{
	color: #000000;
}


/* footer */
.footer {
	color: #FFF;
	line-height: 39px;
	text-align: center;
	width: 100%;
	height: 125px;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7BC50C;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 2px;
}
.footer a,.footer a:hover {color: #FFF;}

.footer .image {
	margin-top: 10px;

}
