/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	background-repeat:repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 95%;
	font-weight:normal;
	}
#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 715px!important;
	width /**/: 715px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 20px;
	}
#image {
	width: 305px;
	height: 240px;
	background-color: #FFFFFF;
	float: left;
	}
#image1 {
	width: 305px;
	height: 6px;
	background-color: #FFFFFF;
	background:url(../images/grey_line.jpg) no-repeat;
	float: left;
	}
#logo {
	background:url(../images/banner-top.jpg) no-repeat;
	width: 410px;
	height: 100px;
	float: right;
	margin: 0 0 0 0;
	}
	
#content {
	background-color:#FFFFFF;
	margin: 83px 0 0 0;
	width: 410px;
	height: 520px;
	float: left;
	font-weight:normal;
	}

#content p, #formcontainer p {
	font-family:Arial, Helvetica, sans-serif;
	color: #555753;
	font-size: .75em;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
	margin: 16px 10px 0 10px;
	width: 350px;
	background-color: #FFFFFF;
	text-align: justify;
	font-weight:normal;
}	

#navigation {
	background:url(../images/side_nav.jpg) repeat-x ;
	margin: 0 0 0 0;
	width:305px;
	height:600px;
	text-align:right;
	float:left;
	background-color: #FFFFFF;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555753;
	font-size: 1em;
	line-height: 1.5em;
	margin: 15px 0 0 0;
	padding: 0 10px 0 0;
	font-weight:normal;
}

/* CSS code to format the H1 tags on each page */

h1 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FE0000;
	margin: 20px 40px 0 0;
	height: 30px;
	font-weight:normal;
	font-style: italic;
	}
h2 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #FE0000;
	margin: 10px 0 0 20px;
	height: 20px;
	font-weight: normal;
	}
h3 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #FE0000;
	margin: 5px 0 0 20px;
	height: 20px;
	font-weight:normal;
	}
.news_titles {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #FE0000;
	margin: 10px 0 0 20px;
	height: 20px;
	font-weight: normal;
	}
/* CSS code to format the text area on each page */

/* CSS code to format hyperlink */

a:link { 
	text-decoration: none;
	font-weight:normal;
	color: #FE0000;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FE0000;
	}
a:hover, a:active { 
	text-decoration: none;
	font-weight:normal;
	color: #FF0000;
	}
/* CSS to format the forms on the website */
.form {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
	margin-left:20px;
	}
.dotted_fields {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
    font-weight: normal;
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px;
	}
.submitbtn {
   margin: 3px 0 2px 0;
   color:#666666;
   font-family: Arial, Helvetica, sans-serif; 
   background-color: #efefef;
	font-size: .75em;
   font-weight: normal;
   border:1px solid #aaaaaa;
   }
#formcontainer {
	background-color:#FFFFFF;
	margin: 100px 0 0 0;
	width: 410px;
	height: 520px;
	float: left;
	font-weight:normal;
	}
#formcontainer form {
	margin: 20px 0 0 10px;
	}
#formcontainer div.clearfix {
	margin: 5px 0 5px 0;
	}
#formcontainer form label {
	width: 120px;
	float:left;
	font-size: .75em;
	}