
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/img01.gif) repeat-x left top;
	font: 13px  Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #000066;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

/* Header */

#header {
	width: 850px;
	height: 105px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo h1 {
	font-size: 2.6em;
	display: inline;
	font-weight: bold;
	color: #000066;
}

#logo h2 {
	font-size: 1.6em;
	display: inline;
	color:#ababab;
	font-style: italic;
}

#logo h3 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: right;
	margin-right: 6px;
	padding: 5px 10px;
	background: #c8d9ed;
	text-decoration: none;
	color: #000000;
	border: 1px solid #c8d9ed;
}

#menu a:hover, #menu .active {
	color: #000066;
	background-color: #c8d9ed;
	border: 1px solid #000066;
}
/* Page */

#page {
	width: 850px;
	margin:0 auto;
	background: #ffffff url(../images/bg.gif) left top repeat-y;
	overflow: hidden;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 30px 0px 0px 15px;
	/*border-left: 1px solid #c8d9ed;*/
}

/* Sidebar */
#sidebar {
	width: 220px;
	padding-top: 30px;
}

#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	width: 200px;
	padding: 1px 1px 30px 1px;
	margin: 0px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 100%;
	display: block;
	padding: 5px 0px 5px 4px;
	text-decoration: none;
	color: #000000;
	width:200px;
	border: 1px solid #ffffff;
}

#vertmenu ul li a:hover {
	color: #000000;
	background-color:#e4e8f1;
	border: 1px solid #c8d9ed;
}

#vertmenu .active {
	color: #000066;
	background-color: #c8d9ed;
	border: 1px solid #000066;
}

#bottom {
	width: 850px;
	height: 70px;
	margin:0 auto;
	background: url(../images/bottom.gif) no-repeat left top;
}

#bottom p {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding: 30px 15px 0px 0px;
}

#logo1 {
	margin: 25px 0px;
	width: 200px;
	height: 68px;
}

#logo2 {
	margin: 200px 0px 25px 0px;
	width: 200px;
	height: 68px;
	position: absolute:
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	height: 50px;
	margin: 0px auto 30px auto;
	background: url(../images/img06.gif) no-repeat left top;
	color: #000000;
}

#footer p {
	margin: 0px;
	float: right;
	padding: 19px 20px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}