/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	background-color: #364C8C;
	background-repeat: repeat;
	text-align: justify;
	background-image: url(images/bg_page.gif);
	padding-top: 15px;
}
#page #main h4 {
	color: #364C8C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	height: 30px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
}


#page {
	width: 770px;
	margin:0 auto;
	background:#fff;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #364C8C;
	border-left-color: #364C8C;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #364C8C;
}

#header{
	height: 150px;
}

#nav {
	height:30px;
	background-color: #364C8C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #666666;
}

#subnav {
	height:26px;
	background-color: #435EAD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#sidebar {
	float:right;
	width:230px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

#main {
	float:right;
	width:490px;
	padding:15px 5px;
	margin:0 10px 0 5px;
}

#footer {
	height:28px;
	background-color: #364C8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* FORMAT */

#header h1 {
	background:url(images/logo.gif) no-repeat;
	width:274px;
	height:139px;
	margin:5px 5px 5px 15px;
	float:left;
	text-indent:-999999px;
}

#header h2 {
	text-align:center;
	width:450px;
	float:right;
	color:#666;
	font-size:3em;
	margin:40px 0 0 0;
}

#main h1, #main h2, #main h3 {
	color:#FFFFFF;
	font-size:3em;
	padding:5px 10px;
	font-weight:normal;
	background-color: #E7E6B8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-image: url(images/bg_page.gif);
}

#main h2 {
	font-size:2.5em;
}

#main h3 {
	font-size:2em;
}

#sidebar h3 {
	font-size:1.85em;
	color:#FFFFFF;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

p {
	font-size:1.35em;
	line-height:1.15em;
	margin:10px;
}

/* LISTS */

#nav li {
	list-style:none;
	float:left;
	color:#FF9900;
}

#nav li a {
	display:block;
	margin:0 5px;
	font-size:1.75em;
	font-weight:bold;
	padding:7px 2px 0 7px;
	color:#FFFFFF;
	text-decoration:none;
	height:25px;
}

#nav li a:hover, #nav li a.selected {
	color:#000000;
	background-color: #FF9900;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#subnav li {
	list-style:none;
	float:left;
}

#subnav li a {
	display:block;
	margin:0 5px;
	font-size:1.5em;
	padding:5px 7px 0 7px;
	color:#FFFFFF;
	text-decoration:none;
	height:21px;
}

#subnav li a:hover, #subnav li a.selected {
	color:#000;
	background-color: #FF9900;
}

#main li {
	font-size:1.35em;
	line-height:1.15em;
	margin:2px 2px 2px 30px;
}

#footer li {
	list-style:none;
	float:left;
	margin:5px;
	padding:3px 14px 3px 6px;
	color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
}

#footer li a {
	color:#FFFFFF;
}

/* Tables */

table {
	margin:10px 0;
}

th, td {
	padding:5px 10px;
	font-size:1.25em;
	text-align:center;
}

th {
	background:#ff0;
}

.odd {
	background:#FFC;
}

.even {
	background:#FFF;
}

/* FORMS */

form {
	border:1px none #ff0;
	padding:10px;
	margin:10px 0;
}

label {
	float:left;
	clear:both;
	font-size:1.15em;
	margin:5px;
	width:100px;
	text-align:right;
}

input, textarea, select {
	float:left;
	margin:5px;
}

textarea {
	height:4em;
}
.centeredImage
    {
    text-align:center;
    display:block;
    }
	
.required {
	color:#F00;
	font-weight:bold;
}
.floatright {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main blockquote {
	font-size:0.9em;
	padding:20px 20px 5px 30px;
	background:url(images/quote.gif) no-repeat;
}
	
.name {
	font-style:normal;
	font-weight:bold;
	text-align:right;
	border-top:1px solid #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-left: 45px;
}
#page #sidebar h4 {
	font-size: 1.50em;
	color: #364C8C;
	padding-top: 5px;
	padding-left: 7px;
	margin-left: 7px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-top: 5px;
	margin-right: 7px;
}

