* {
	margin : 0;
	padding : 0;
}
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}
#container {
	width :950px;
	margin: auto;
}
#maincontainer {
	width :860px;
	background-image: url(../images/bg_maincontainer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
a {
	color : #437fda;
	text-decoration : none;
	font-weight: bold;
}
a:visited {
	color : #437fda;
	text-decoration : underline;
	font-weight: bold;
}
a:hover {
	color : #ba8f43;
}
h1 {
	color : #000000;
	font-family: sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	text-align: left;
	text-indent: 70px;
	font-weight: normal;
}

h1 a {
	color : #333333;
	text-decoration : none;
	font-weight: bold;
}
h1 a:visited {
	color : #333333;
	text-decoration : underline;
	font-weight: bold;
}
h1 a:hover {
	color : #006699;
}
h2 {
	color : #295174;
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
}
h3 {
	color : #2975A6;
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	text-decoration: underline;
	font-weight: normal;
}
h4 {
	color : #343434;
	font : bold italic 110% sans-serif;
	padding : 1em 1em 0 1em;
}

img {
	margin : 2px;
}
img.left {
	float : left;
	margin : 1em 1em 0 0;
}
img.right {
	float : right;
	margin : 1em 0 0 1em;
}

blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}

form button {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0 0 0 0.75em;
}
form input {
	border : none;
	width : 100%;
}
form textarea {
	border : none;
	width : 100%;
	height : 10em;
}
form p.button {
	text-align : right;
}
form p.input,
form p.text {
	background : #ffffff;
	border : 1px solid #cfcfcf;
	padding : 0.25em;
	margin : 0.25em 1em 0 1em;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
ul,
ol {
	list-style-image: url(../images/gavel_bullet.gif);
	list-style-position: outside;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
		margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
}

#main {
	width :860px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

#header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
	background-image: url(../images/small_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	color : #ffffff;
}
#topmenu {
	float: right;
	width: 500px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu {
	border-bottom : 1px solid #2b548c;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #437fda;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	margin-right: 14px;
	margin-left: 14px;
}
#menu ul {
	padding-top: 0.75em;
	padding-right: 3em;
	padding-bottom: 0.4em;
	padding-left: 3em;
}
#menu li {
	display : inline;
}
#menu li a {
	color : #ffffff;
	padding-top: 0.75em;
	padding-right: 1.2em;
	padding-bottom: 0.75em;
	padding-left: 1.2em;
}
#menu li a:hover {
	background-color: #295174;
}
#menu li.selected a {
	background : #ffffff;
	border : 1px solid #2b548c;
	border-bottom : 1px solid #ffffff;
	color : #437fda;
}
#menu li.selected a:hover {
	background : #ffffff;
	color : #ba8f43;
}

#content {
	border-bottom : 1px solid #cfcfcf;
	height : auto;
	height : 1%;
	overflow : hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#content div {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contentboxless {
	height : auto;
	height : 1%;
	overflow : hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
#contentboxless div {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#panel {
	background : #efefef;
	border : 1px solid #dfdfdf;
	border-bottom : 1px solid #cfcfcf;
	border-top : none;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#panel div {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
div.left {
	left : -5px;
	float : left;
	position : relative;
	width : 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
div.right {
	left : 1em;
	float : left;
	position : relative;
	width : 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	font-size : 10px;
	text-align : left;
	width : 950px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-indent: 95px;
	margin: auto;
}
div.bubble {
	width: auto;
	font-size: 11px;
	margin-bottom: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	top: 10px;
	font-style: normal;
	background-color: transparent;
	background-image: url(../images/tip.gif);
	background-repeat: no-repeat;
	background-position: 22px -2px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
div.bubble2 {
	width: auto;
	font-size: 11px;
	margin-bottom: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.bubble2 blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #efefef;
}

div.bubble2 blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble2 cite {
	position: relative;
	margin: 0px;
	top: 10px;
	font-style: normal;
	background-color: transparent;
	background-image: url(../images/tip2.gif);
	background-repeat: no-repeat;
	background-position: 22px -2px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.form {
	color: #333333;
background-color: #F6F6F2
 font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	border: thin solid #4473A5;
 }
 .formbox {
 background-color: #F6F6F2
color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width:170px;
	height:120px;
	border: thin solid #4473A5;
 }
.formmain {
	color: #333333;

background-color: #F6F6F2
 font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 12px;
	width:320px;
	border: 1px solid #999999;
	line-height: 22px;
 }
 .formboxmain {
 background-color: #F6F6F2
color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	width:320px;
	height:220px;
	border: 1px solid #999999;
 }
