@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #576F81;	
	list-style-position: inside;
	list-style-image,: none;
	list-style-type: none;
	background-color: #fff7e7;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	overflow: -moz-scrollbars-vertical; 
}
.hidden {
	display: none;
}

/*Setting the content section*/
#content {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	margin-top:30px;
	background-color:#FFFFFF;
}
#right {background: url(dot.gif) 100% 0 repeat-y;}
#left {background: url(dot.gif) 0 0 repeat-y}
/*Defining the Navbar's parameters*/
#nav {
	margin:0;
	padding:0;
	height:91px;
	width:700px; 
}

#nav li {
	list-style: none;
	padding:0;
	margin:0;
	height:91px;
	background-repeat: no-repeat;
	float:left;
	}
#nav li a, #nav li a:visited {
	display: block;
	text-decoration: none;
	height: 91px;
	background-repeat: no-repeat;
}


/*main body in the content section*/
#leftcontent {
	float:left;
	width:320px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	line-height: 1.7;
}
#bodytext {
	clear:both;
	margin: 15px;
	width: 600px;
	}
/*right side bar*/
#rightcontent {
	float:right;
	width:350px;
	padding-bottom:20px;
	line-height: 1.7;
}
		
/*Defining the footer*/
#footer {
	margin: 0px;
	padding-top: 10px;
	width: 100%;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d50d12;
	float:left;
	clear:both;
	font-size: 10px;
	font-style: normal;
	line-height: 1.7em;
	color: #013D79;
}
#footer-1, #footer-2 {
	margin-left:15px;
	width:150px;
	float:left;
}
#footer-3 {
	margin-right:10px;
	width:212px;
	float:right;
	color: #576F81
}

/*text formatting
p, h1 {line-height: 1.7em;}*/
h1 {
	color: #013D79; 
	font-size: 16px; 
	font-weight: 400; 
	font-style: normal;
	height:1em;
	}
h2 {
	color: #013D79;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	height: 1em;
}		
strong {color:#000000;}
b {color:#576F81;}
ul {list-style:inside; list-style-type:none}
a {color:#013D79; text-decoration:none}
a:hover {color:#007d77}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/*FORM ELEMENTS*/
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}
form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 500px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div fieldset {
  clear: none;
  border-width: 0px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 0px;
  padding: 0 5px 5px 5px;
  width: 600px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display:inline;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}


p.error {
  background-color: #ff0000;
  background-image: url(icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 290px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 290px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}