/*  Common   */

body, table, td, p, div  {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

body 
{
    background-color: #747fa1;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	text-align: center; /* IE 5.5 hack */
}

h1
{
    font-size: 1.4em;
    margin: 5px 0px 15px 0px;
    padding: 0px;
    color: #0A2661;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	    
}

h2 
{
    font-size: 1.2em;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    color: #0A2661;
    font-style: italic;
}

h3 
{
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    color: #0A2661;
    font-style: normal;
}


/* Links */

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}

a:hover {
	text-decoration: none;
	color: Black;
}

#footer table td a, #footer table td a:link, #footer table td a:active, #footer table td a:visited {
	text-decoration: underline;
	font-size: .9em;
	font-weight: normal;
	color: white;
	font-size: 1em;
	margin-right: 5px;
}

#footer table td a:hover {
	text-decoration: none;
	color: Black;
}



/* Structure */

div#outer {    
	width: 781px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px 0px 0px 0px;
	text-align: left;  /* IE 5.5 hack part II */
}

div#header {    
	padding: 0px;    
	margin: 0px;    
	text-align: center;
	width: 748px;
}

.brown 
{
   	background-color: #D0B798; 
	background-image: url(images/left-sidebar.jpg); 
	background-repeat: repeat-x;
   	margin: 0px 0px 0px 0px;   
	padding: 5px;
	border: 1px outset black;
	font-weight: bold;
}



div#left {
    vertical-align: top;
	margin: 20px 0px 0px 0px;   
	padding: 4px;
	color: #000000;
	width: 133px;
	float: left;
	border: 1px outset black;
	font-size: .7em;
	font-weight: bold;
	text-align: left;
	background-color: #D0B798; 
	background-image: url(images/left-sidebar.jpg); 
	background-repeat: repeat-x;
}


div#content {    
	vertical-align: top;
	margin: 20px 0px 0px 0px;   
	padding: 0px 10px 0px 15px;
	background: #ffffff;
	width: 423px;
	font-size: .8em;
	float: left;
	text-align: left;
}

div#right {
    vertical-align: top;
	margin: 20px 0px 0px 5px;    
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	width: 145px;
	float: left;
	font-size: .8em;
	text-align: left;
}

div#bottom {    
	vertical-align: top;
	margin: 0px;   
	padding: 10px 0px 0px 0px;
	background: #ffffff;
	width: 748px;
	font-size: .9em;
	text-align: left;
}

div.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}

div#footer 
{   
	padding: 0px 0px 0px 15px;
	margin: 0px;
	width: 600px;
    font-size:.7em;
    color: #ffffff;
}

/* Contact Form */

table#contactform {
width: 454px; text-align: left; margin-top: 0px; padding-top: 0px;
}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
font-size: 1em;
} 

form {
margin: 0px;
padding: 0px;
}

form input, form select, form textarea, form textbox {
font-weight: bold;
background: whitesmoke;
border: none;
font-size: 1em;
padding: 1px;
margin: 1px;
border: 1px black outset;
}

.check input {
font-weight: bold;
border: none;
background: none;
color: #ccccff;
padding: 1px;
}

.button {
font-weight: bold;
font-size: 14px; 
letter-spacing: 1px;
border: 3px #000000 double;
padding: 0px 5px 0px 5px;
margin: 10px 0px 0px 0px;
width: auto;
overflow: visible;
color: #040959;
}