/*css*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #eaebdb;
	background-image:url(images/bgr.jpg);
	background-repeat:repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}

h1, h3 {
	color: #333333;
	font-size: 12px;
}

#content .context h2 {
	font-size: 16px;
	color:#000000;
	background-image:url(images/bg_title.jpg);
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	color:#993300;
	background-image:url(images/bg_title.jpg);
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
}

p {
	font-size:12px;
	color:#000000;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #333333;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}


/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background-color: #eaebdb;
	padding-left: 216px;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	border: solid 1px #990000;
	background-color: #FFFFFF;
}
.redtext {color: #990000}
.context{
	background-color:#FFFFFF;
}

.context p {
	margin-left:5px;
	margin-right:5px;
}

.context .story {
	margin-left:5px;
	margin-right:5px;
}

/* Content > Main */

.main {
	float: left;
	width: 300px;
	padding-left: 5px;
	margin-top: 1px;
}
.maincenter {
	background-image:url(images/banner2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top: 169px;
	padding-bottom: 12px;
	padding-left: 5px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
#whitemain {
	float: left;
	background-color:#FFFFFF;
	width: 306px;
	border-left:dotted 1px #666666;
	border-right: dotted 1px #666666;
}

/* Content > Sidebar */

.sidebar {
	float: left;
	width: 299px;
	padding-left: 8px;
}
#whitebar {
	float: left;
	background-color:#FFFFFF;
	width: 306px;
}
.whitebar {
	padding-left: 5px;
	padding-right: 5px;
}
.sidebarleft {
	background-image:url(images/banner1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top: 169px;
	padding-bottom: 12px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

#sidebar .boxed .title h2 {

}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

.searchsubmit {
	margin: 0;
	padding: 0;
	border: solid 1px #666666;
	background-color:#990000;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF
}
.formppad {
	padding-left: 25px;
}


/* Content > Sidebar2 */

.sidebar2 {
	float: right;
	width: 298px;
	padding-right: 5px;
}
.sidebarright {
	background-image:url(images/banner3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top: 157px;
	padding-bottom: 10px;
	padding-left: 5px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
#whiteright {
	float: right;
	background-color:#FFFFFF;
	width: 306px;
}


/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
	background: #CAC9B5;
	border:solid 1px #666666;
}

#footer p {
	margin: 10px 0 0 10px;
	text-align: center;
	line-height: normal;
}

#footer a {
	text-decoration: none;
	font-weight:bold;
	color: #FF0000;
}

#footer a:hover {
	text-decoration: underline;
}

.errFld {
	border: 1px solid #F00; /*... or any other css properties ... */
}

.errMsg { 
	color: #C33; /*... or any other css properties ... */ 
} 

#contactfloat {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
}

.redtext {
	font-weight: bold;
	color: #FF0000;
}

#alphanav {
	background: #CCCCCC;
	width: 75%;
	margin: auto
	border-style: none;
	font: bold 14px "Times New Roman", Times, serif;
	text-align: center;
	margin: auto;
}

.topalign {
	vertical-align: top;
}

.rightalign {
	text-align: right;
}

.oops {
	color:#F00;
}