/*CONTENT CLASSES*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-color: #fff;
	color: #261038;
	line-height: 20px;
	background:#636363 url(images/mainbg.png) center top;
}




a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #2a4ba3;
	background-color: transparent;
}

#logo {
	float:right;
	clear:none;
	height:86px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}



a img { border: none; }


#page-wrapper {
	
	text-align:  left;
	width:680px; 
	min-height:700px;
height:auto !important;
	margin: 0px auto;
border: 0px solid red;
}



#page-heading {
width:680px;
background: #3b4041;
height:150px; 

	border-top: 6px solid #3b4041;
	border-bottom: 0px solid red;
border-left: 6px solid #3b4041;
border-right: 6px solid #3b4041;

margin-top: 10px;
}

#sub_title {
width:680px;
background: #17aae2;
height:60px; 
border-top: 0px solid #3b4041;
border-bottom: 0px solid red;
border-left: 6px solid #3b4041;
border-right: 6px solid #3b4041;

font-size: 18px;
color: #ffffff;
}





#page-body {

background-color: #f89621;
margin-top: 0px;
margin-bottom: 0px;
border-left: 6px solid #3b4041;
border-right: 6px solid #3b4041;
border-bottom: 6px solid #3b4041;


width:680px; 
padding: 0px;
min-height:400px;
height:auto !important;

}





#mainContent { 
  width: 460px;
  padding-left: 4px;
 border: 0px solid red;
 
color: #000;
  margin-left: 0px;
  margin-bottom: 0px;
  float: left; 
  display: inline; /* IE6 double margin float */
}

#leftContent { 
  width: 200px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  
  background-color: transparent;
margin-left: 0px;
margin-right: 4px;
margin-top: 4px;
text-align: left;
  
} 


#footer {
width:680px; 
 background-color: #f89621;
clear: both;
height: 290px;
text-align: center;
margin-top: 0px;
color: #ffffff;
padding-top: 1px;



}



.panel {

border: 1px solid #dcdcdc;
padding: 8px;
	
	}


.sig {
width: 850px;

color: #fff;
font-family: Arial, helvetica, san serif;
margin-top: 60px;
margin-left: 10px;
text-align: left;
font-size: 12px;
border: 0px solid red;
	}

.sig a:link, .sig a:visited, .sig a:hover, .sig a:active {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}



	
.tiny {
	 text-decoration: none; 
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 6px;
	text-align: top;
	margin: 0;
	text-align: right;
	
	font-size: .7em;
	}	

	
	h1
	{
	
	background-color: #dcdcdc;
	text-decoration: none;
	color: #223e70;
font-family: Arial, helvetica, san serif;
padding: 4px;
text-align: left;
font-weight: normal;
	font-size: 20px;
	letter-spacing: 0px;
	}	
	
	
	
	
	h2
	{
	text-decoration: none;
	color: #223e70;
font-family: Arial, helvetica, san serif;
margin-left: 0px;
margin-bottom: 10px;
border-bottom: 0px dotted #F0B90B;
margin-top: 0px;
padding-bottom: 2px;
text-align: left;
font-size: 18px;
font-weight: normal;
	}
	
	
	
	h3
	{
	text-decoration: none;
	
font-family: Arial, helvetica, san serif;
font-weight: normal;
text-align: left;
font-size: 16px;
	text-decoration: none;
	}	
	
	h4
	{
	text-decoration: none;
	color: #0B400A;
font-family: "Trebuchet MS", Verdana, Arial, helvetica, san serif;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0px;
text-align: center;

	font-size: 1.3em;
	text-decoration: none;
	}	
	
	
.col list {
padding-left: 0px;
margin-left: 0px;
	}

	
	
	
	.quote
	{
    

   
    text-decoration: none;
    color: #333333;
font-style: italic;
margin-left: 20px;
margin-bottom: 0px;
}



.first {
color: #cc0000;
font-weight: bold;
font-size: 1.2em;

}














hr 

{color: #fff; background-color: #fff; border: 1px dotted #6484CA; border-style: none none dotted; clear:both;}


input.txt {
  color: #00008B;
  background-color: #eeeeee;
  border: 1px inset #cc0000;
  width: 200px;
}

input.box {
  color: #00008B;
  background-color: #eeeeee;
  border: 1px inset #cc0000;
  width: 290px;
  height: 100px;
}

  .btn {
  color: #000000;
  background-color: #eeeeee;
  border: 1px outset #cc0000;
  /*margin-left:11em;*/
  
}
  form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 form p label {
  float: left;
  width: 50%;
  /*font: bold 0.7em Arial, Helvetica, sans-serif;*/
}


/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image, .image-left, .image-right { margin: 5px; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right !important; margin-left: 8px; margin-right: 8px; }
.image-border { border: 1px solid #ccc; padding: 5px; }
.image-line { border: 1px solid #A7C024; padding: 5px; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }



