body {
	text-align: center;
	font-size: 0.80em;
	line-height: 1.3em;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: #CCCCCC;
	padding: 0;
	table-layout:inherit
}

p {
	margin: 0 10px 10px 40px;
}

hr {margin:15px 0 15px 80px}

h1, h2, h3 {
	font-weight:bold;
	color:#666666;
}

input [type="text"] {
	background:#CCCCCC;
}

input [type="password"]{
	background:#CCCCCC;
	color:#FF0000;
}

input#button {background:#C03427;
	font-weight:bold;
	border:1px outset #CCCCCC;
	color:#CCCCCC;
}

div#buttons {
	text-align:center;
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	color:#CC3300
}

a:hover, a:active {
}

div#content + p + a {
	text-decoration:underline;
}

img {
	border-style: none;
}

#block {margin:0 0 0 15px;
		color:#666666
}

#block p {text-indent:0}

#container {
	width: 713px;
	background: url(../images/container_bg2.jpg) repeat-y; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	line-height: 1.5em;
}

#contentContainer {
	text-align: left;
	padding-top: 10px;
	float: left;
}


#contentContainer #content {
	padding-right: 28px;
	line-height: 2em;
}

#content a:hover {
	text-decoration:underline;
}

#contentContainer #content ul {
}

#contentContainer2 #content li {
	color: #666666;
}

#contentContainer2 {
	text-align: left;
	padding-top: 10px;
	float: right;
	width:490px;
	margin-left:0;
}

#contentContainer2 #content {
	/*padding-right: 28px;*/
	line-height: 1.5em;
	margin:0 20px 0 0;
}
 #contentContainer2 p {margin: 10px 20px 0 0;
 	color:#666666;
	text-indent:20px
}

#contentContainer2 h1, h2, h3, h4 {
	color:#999999;
	text-align:left;
	text-transform:uppercase;
	margin-top:0;
	font-weight: normal;
}

#contentContainer2 blockquote {
	font-style: normal;
	color:#666666;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentContainer #content li {
}

#contentContainer #banner {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #C03427;
	height: 40px;
	width: 677px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 15px 0 0 0;
	margin: 20px 0 20px 18px;
}


#container #bottom {
	background: url(../images/container_bottom.png) no-repeat;
	width: 712px;
	height: 25px;
	position: absolute;
	margin-left: 1px;
}

#footer {
	margin-top: 15px;
	border-top: 1px solid #adadad;
	margin-right: 4px;
	margin-left: 18px;
	width: 677px;
}

#footer p {
	margin: 0;
	padding: 10px 0 5px 24px;
	font-size: 0.8em;
	text-align: left;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

#footer-contact {
	margin-right: 10px;
	font-size: 0.9em;
	color: black;
	text-align:right;
}


.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
.clearer {
	clear: both;
}


#pageHeader {
	text-align: left;
}

#pageHeader img {
	margin: 10px 0 0px 35px;
}

.message-text {
	width: 675px;
} 
	
#navcontainer {
	height: 30px;
	width: 677px;
	padding: 0;
	position: relative;
	border-top:#000000 solid 2px;
	border-bottom:#000000 solid 2px;
	left: 18px;
	background-color:#CCCCCC;
	margin: 10px 0 10px 0;
}

#navcontainer #current {
	font-weight: bold;
	color:#CCCCCC;
	background-color: #C03427;
}

#navcontainer #current:hover {
	color: #FFFFFF;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	color:#333333;
	background-color: #C03427;
	
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 145px;
	/* left margin is (680 - (number of buttons * 130)/2) */
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 130px;
	height: 24px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 6px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 -1px 0 -1px;
}

#navcontainer a:hover {
	font-weight: bold;
	color:#FFFFFF;
	background-color: #C03427;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 30px;
	margin: 0;
	width: 666px;
	margin-left: 10px;
}

#navcontainer ul ul li {
	display: inline;
	float: left;
}

#navcontainer ul ul a {
	background: none;
	text-align: center;
}

#navcontainer ul ul a:hover {
	background: none;
}

#navcontainer ul ul #current {
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

blockquote {
	color: #000000;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}

.imageStyle {

}

#sidebarContainer {
	width: 140px;
	float: left;
	text-align: left;
	margin: 10px 0 0 20px;
	padding: 0px;
	/*border: 1px solid #000000*/
}

#sidenav a {
	font: bold 11px/12px Verdana;
	color:#C03427;
	display: block;
	padding: 8px 1px 8px 15px;
	background-color:#FFFFFF;
	text-decoration: none;
	border-bottom: 2px dashed #CCCCCC;
	text-transform: capitalize;
}
#sidenav a:hover {
	background: #FFFFFF;
	color:#999999;
	text-transform: capitalize;
	font-weight: bold;
}


/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
	float:right
}

#sidebarContainer #sidebar a {
	width: 200px;
	height: 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 2px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}


.required-text {
	color: #ff0000;
	font-weight: bold;
} 

.form-input-field {
} 

.form-input-button { 
} 

input:focus {
	color:#CCCCCC;
	background-color:#C03427;
}
