
@font-face {
    font-family: Justus;
    src: url('Justus-Roman') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: Batik; src: url('batik.ttf');}
@font-face { font-family: Courier; src: url('cour.ttf');}
@font-face { font-family: Courier; font-weight: bold; src: url('courbd.ttf');}

html, body {
	margin: 0px;
	padding:0px;
	/*	background-image:url(Images/bg.gif);*/
	background-color: /*#FCF3C2; pale yellow */ #D4DFF7; /* #CADFF7; (<-pale blue that looked good) #00336C;*/ /*#5E5356; *//*#FFBC79;*/
	font-family: 'Times New Roman' serif;
}

html{
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

a {
	color:#7692a2; 
	text-decoration:none; 
	padding:0px;
}

a:hover	{
	color:#ff7c11;
	text-decoration:none;
	padding:none;
}

p{ 
	line-height: 1.3;
}
.imgformat{
	border: none;
}
.quote{
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

.user-req{
	text-indent: -0px;
	margin-left: 0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color: #FFF;
	border: #CCCCCC 0px solid;
	border-radius: 1.3em;
	-moz-border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	margin-top: 10px;
	box-shadow: 0 0 25px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.5); 
    -moz-box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    border:0px solid rgba(255,255,255, 0.8);

}

#content {
	width:800px;
	margin:0px auto;
	/*background-image:url(Images/bg_header_top.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 5px;
	
}

#header {
	height:5px;
}

#logo {
	width:258px;
	float:right;
	padding-right: 120px;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:0px;
	padding-top:20px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links{
   width: 800px;
   height: 25px;
   background-color:#5F83BA;
   padding-bottom: 6px;
}
#links ul {
	margin:0px;
	padding: 0px;
	/*padding-top:67px;*/
	background-color:#7692a2;
	width: 800px;
}

#links li{
	float:left;
	list-style-type:none;
	width:99px;
	height:25px;
	text-align:center;
	background-color:#5F83BA;
	border-left:1px solid #FFF;
	padding-top:6px;
}

#links li:first-child{
	border-left: 1px solid #7692a2;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FAFAFA;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#mainimg {
	background-image:url(Images/main_img.png);
	background-repeat:no-repeat;
	height:120px;
	text-align:left;
    padding-left: 30px;
	padding-top: 8px;
}

#mainimg h3 {
/*	font-family:"Trebuchet MS"; */
	font-size:48px;
	font-weight:bold ;
	text-decoration:none;
	color:#5F83BA;
	border-top: 12px;
	font-family: courier;
}

#mainimg h4 {
/*	font-family:"Trebuchet MS"; */
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	border-top: 10px;
}

#mainimg p{
	font-size: 8px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#contentarea h2{
/*	font-family:"Trebuchet MS"; */
	font-size:26px;
	color:#7692a2;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#contentarea h3{
/*	font-family:"Trebuchet MS"; */
	font-size:14px;
	color:#7692a2;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
}

#leftbar {
	float:left;
	width:800px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
/*	font-family:"Trebuchet MS"; */
	font-size:26px;
	color:#7692a2;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#leftbar p{
/*	font-family:"Trebuchet MS"; */
	font-size:12px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
}

#leftbar a {
/*	font-family:"Trebuchet MS"; */
	font-size:12px;
	color:#7692a2;
	font-weight:bold;
	text-decoration:none;
	padding:none;
}

#leftbar a:hover {
/*	font-family:"Trebuchet MS"; */
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:none;
}


#fullbar {
	float:left;
	width:800px;
	/*border-right:1px solid #BCBDBC;*/
	/*padding-right: 40px;*/
}

#fullbar h2{
/*	font-family:"Trebuchet MS"; */
	font-size:26px;
	/*color:#2173a3;*/
	color:#7692a2;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#fullbar h3{
/*	font-family:"Trebuchet MS"; */
	font-size:18px;
	/*color:#2173a3;*/
	color:#7692a2;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#fullbar p{
/*	font-family:"Trebuchet MS"; */
	font-size:13px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	text-align: justify;
	padding: 8px 40px 8px 40px;
}

#fullbar a {
/*	font-family:"Trebuchet MS"; */
	font-size:12px;
	/*color:#2173a3;*/
	color:#7692a2;
	font-weight:bold;
	text-decoration:none;
	padding:none;
}

#fullbar a:hover {
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding:none;
}

#fullbar ul {
   font-size:12px;
   color:#000000;
   font-weight:normal;
   text-decoration:none;
   padding: 0px 40px;
   margin:  0px;
   list-style: none;
}
#fullbar li:before {
content:  "- ";

}

#rightbar {
	float:left;
	width:237px;
}

#rightbar h2{
	font-size:26px;
	color:#2173a3;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}


#orangetext {
	font-size:14px;
	color:#7692a2;
	font-weight:bold;
	text-decoration:none;
}

#twitter_div {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
}

/* things for the footer */
#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
	border-bottom-right-radius: 1.3em;
	border-bottom-left-radius: 1.3em;
	-moz-border-radius-bottomright: 1.3em;
	-moz-border-radius-bottomleft: 1.3em;
	-webkit-border-bottom-left-radius: 1.3em;
	-webkit-border-bottom-right-radius: 1.3em;
}

#email {
	float:left;
	width:500px;
	background-color:#5F83BA;
	height:27px;
	padding-top:5px;
	border-bottom-left-radius: 1.3em;
	-moz-border-radius-bottomleft: 1.3em;
	-webkit-border-bottom-left-radius: 1.3em;

}

#email a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:300px;
	background-color:#5F83BA;
	height:27px;
	padding-top:5px;
	border-bottom-right-radius: 1.3em;
	-moz-border-radius-bottomright: 1.3em;
	-webkit-border-bottom-right-radius: 1.3em;
}

#validtext p{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
/* end of footer style */
