/* Alignment, padding, borders, etc. */
body
{
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", sans-serif;
	text-align: center;
	font-size: small;
	color: #353E49;
	background: #efefef;
	background-image:  url("../images/global_bg.jpg");
}
body a
{
	color: #FF9900;
	text-decoration: none;
}
body a:hover
{
	color: #FF0000;
}
#everything
{
	margin: 0 auto;
	background: #0B3A68;
	width: 760px;
}

h1, h3
{
	margin: 0;
	padding: 0;
}
.pad
{
	margin: 10px;
	margin-top: 0;
}

/* Header */
#header
{
	width: 760px;
	height: 150px;
	align: center;
}
#left ol,ul {
}
#left li {
	list-style-image:url(../images/li_1.gif);
	line-height:140%;
	text-align:left;
}
/*  -------------------------- Navigation Styles ---------------------------------*/
#navigation {
	width: 170px;
	background: #000033;
	color: #FFFFFF;
	text-align: left;
}
#navigation ul {
	margin: 5px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px groove #000066;
}
#navigation li a {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: url("../images/arrowblue1.gif") no-repeat 2px 7px; 
	padding:5px 15px;
}
html>body #navigation li a {    /* for mozilla */
	width: auto;
}
#navigation li a:hover {
	color: #FF9900;
	text-decoration: none;
	background: url("../images/arrowblue.gif") no-repeat 2px 7px;
}
#Navigation a.selected, #Navigation a.selected:hover { 
	color: #FF9900; 
	background: url("../images/arrow_on.gif") no-repeat 2px 7px;
}
/* Layout */
#overall
{
	width: 760px;
	color: #FFFFFF;
}
#left
{
	width: 585px;
	background: #0B3A68;
	float: left;
}
#right
{
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background: #000033;
	background-image:url(../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Content */
.content{
	padding:10px;
	color: #FFFFFF;
	font-family: 'Trebuchet MS',verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
}
.content ul
{
	margin-top: 0;
	margin-bottom: 0;
}
.content dd
{
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	background-image:  url("../images/arrow1.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #FF9900;
	padding-left: 12px;
}
h3
{
	font-size: 14px;
	background-image:  url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFF;
	padding-left: 12px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #971207; 
	width: 500px;
	float: center;
	border-top: 1px dotted #999; 
}
#top {
	clear:left;
}
.top { 
	line-height: 17px;
	text-align: right; 
	padding: 20px 0px 0px 500px; 
	font-size: 10px; 
	font-family: 'Trebuchet MS',verdana, arial, helvetica, sans-serif; 
}
/* Footer */
#clear
{
	clear: both;
	border-top: 3px #990000 solid;
	margin-left: 3px;
	margin-right: 3px;
	height: 1px;
	font-size: 0;
	background: #000033;
}
#footer
{
	border-bottom: 3px #0B3A68 solid;
	text-align: center;
	height: 40px;
	margin: 3px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	background: #0B3A68;
}
#footer a
{
	color: #fff;
}
/* Form */
form {
	margin: .5em .5em;
}
input, select, textarea {
	margin-left: .5em;
}
fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px dotted #999;
}
fieldset br {
	display: none;
}
legend {
	font-weight: bold;
	background: #FFFFFF;
	color: #930;
	padding: .2em .5em .5em .5em;
	border: 1px solid #930;
}
fieldset div {
	clear: both;
	margin: .1em 0;
	padding: .2em .5em .5em .5em;
	position: relative;
}
label, fieldset div.cr p {
	margin: 0;
	font-size: .75em;
	display: block;
	width: 10em;
	text-align: right;
	padding:5px 5px 5px 5px;
	float: left;
}
fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}
.mandat {
	color: #930;
}
.mandat:after {
	content: "*";
}
.buttons {
	text-align: center;
}
.removed {
	display: none !important;
}
/*-------------------------------------------------
FORM STYLES
-------------------------------------------------*/
input, textarea, select {
	color: #000066;
	padding:1px 4px 1px 4px;
	border:1px solid #930;
	background-color: #FFFFFF;
}
input:focus, textarea:focus, select:focus {
	color: #000066;
	border:1px solid #FF9900;
	background-color: #FFFFFF;
}
input.non, textarea.non {
	color: #000000;
	padding:1px 4px 1px 4px;
	border:1px solid #000000;
	background-color: #FFFFFF;
}
input.non:focus, textarea.non:focus {
	color: #990000;
	border:1px solid #FF9900;
	background-color: #FFFFFF;
}

input.submit {border:none;}
.form {text-align: right; width:30%;}
.form_input {text-align:left; padding:5px 5px 5px 0px; width:70%;}
input.input {width:75%;}
textarea.input{width:75%; height:120px;}
textarea.input2 {width:83%; height:120px;}
