/* @group Global */

* html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	text-align: center;
	min-width: 970px;
	font: 11px/16px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	background: #d9e0e2;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 970px;
	height: 123px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

#nav {
	position: relative;
	width: 950px;
	height: 34px;
	text-align: center;
	margin: 0 auto;
	background: url('images/bgNav.gif') repeat-x top left;
}

img.nav {
	border: none;
	margin: 0 30px 0 30px;
}

#nav #links{
	position: absolute;
	left: 45px;
	top: 22px;
	width: 1000px;
	height: 23px;
	text-align: left;
	margin: 0 auto;
}

#content_wrapper {
	width: 100%;
	text-align: center;
	background: #d9e0e2 url("images/bg_content.gif") repeat-y top center;
	min-height: 554px;
	height: auto !important;
	height: 554px;
}

#content_wrapper_bottom {
	width: 100%;
	height: 20px;
	text-align: center;
	background: url("images/img_page_bottom.gif") no-repeat top center;
}

#content {
	position: relative;
	width: 970px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	margin: 0 auto;
	text-align: left;
}

#content p {
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
}

#footer {
	width: 100%;
	height: 52px;
}

#subcontentFooter {
	padding: 0 0 20px 40px;
}


/* @end */

/* @group Home */

#content #main {
	position: relative;
	width: 570px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	text-align: left;
	margin: 0 auto;
	margin-right: 360px;
	padding-top: 20px;
}

#main h1 {
	font: 24px/28px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0 auto;
	font-weight: normal;
	text-align: left;
}

#main h2 {
	font: 16px/20px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin: 0 auto;
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
}

#main ul {
	font: 14px/18px Georgia, Times New Roman, Times, serif;
	color: #000000;
	margin-top: 20px;
}

#content #photo {
	position: absolute;
	top: 10px;
	left: 624px;
	width: 321px;
	text-align: left;
}

#photo p {
	font: 14px/17px Georgia, Times New Roman, Times, serif;
	color: #000000;
}

#photo span.small {
	font: 11px/16px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}


/* @end */

img {
    border: none;
}

img.previous {
    border: none;
		padding-right: 20px;
}

.textinput {
	width: 140px;
	margin-bottom: 5px;
}

.button {
	float: right;
	margin-top: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small {
    font-size: 10px;
    line-height: 1.5em;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

hr {
    display: none;
    }

a img {
    border: none;
}

li {
	margin-bottom: 4px;
}


/* @group Link Styles */

a { text-decoration: underline; color: #3c75c9; }
a:visited { text-decoration: underline; color: #3c75c9;}
a:active { text-decoration: underline; color: #3c75c9;}
a:link { text-decoration: underline; color: #3c75c9;}
a:hover { text-decoration: none; color: #3c75c9;}

a.leftbox { text-decoration: underline; color: #FFFFFF; }
a.leftbox:visited { text-decoration: underline; color: #FFFFFF;}
a.leftbox:active { text-decoration: underline; color: #FFFFFF;}
a.leftbox:link { text-decoration: underline; color: #FFFFFF;}
a.leftbox:hover { text-decoration: none; color: #FFFFFF;}

/* @end */

/* @group Form Styles */

.form-section {margin-top: 30px;}
.form-section div.input { margin-bottom:20px; margin-top: 20px; }
.form-section div.input.text label { float:left; width:130px; text-align:right; margin: 3px 10px 0 0; }
.form-section div.input.text input { width:250px;}
 { margin-left:160px; width:250px; margin-top:10px;}
.form-section div.input.select label { float:left; width:130px; text-align:right; margin: 3px 10px 0 0; }
.form-section div.input.select select { margin-top:3px; }
.form-section div.input textarea { padding:3px; width:250px;}
.form-section .input-rule { width: 250px; color:#999; margin-left:140px; margin-top:5px; }
.form-section .input-error { width: 250px; margin-left:140px; color:#ffad0f; }
.form-section #confirm { margin-left: 140px; width:260px;}
.form-section #submit { margin: 20px 0 0 140px;}




