/* ---------->>> GLOBAL <<<-----------*/

html, body { margin: 0; padding: 0;}

body {
	background-image: url(stripes.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	margin-top: 15px;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, li, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}
p { margin-top: 0px; margin-bottom: 20px; }
li, dd { margin-left:5%; padding: 0; }
fieldset { padding: .5em; }

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #830024;
}
a:active {
	text-decoration: none;
	color: #830024;
}

/* ---------->>> DIVS <<<-----------*/


#wrapper {
	width: 831px;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px;
	}

#header { 
	margin: 0 auto;
	margin-bottom: 17px;
	}

#leftphoto {
	display: inline;
	width: 506px;
	float: left;
	border-bottom: 15px solid #EEB20F;
	}	

#leftphoto_noborder {
	display: inline;
	width: 506px;
	float: left;
	border-bottom: 0px;
	}
	
#rightphoto {
	display: inline;
	width: 506px;
	float: left;
	}

#imageright {
	border-bottom: 15px solid #EEB20F;
	float: right;
	width: 300px;
	}	
	
#nav {
	margin-bottom: 15px;
	}	
	
#contentright {
	width: 300px;
	float: right;
	line-height: 1.2;
	}	

#footer {
	margin: 0 auto;
	background: url(../images/misc/address.png) bottom no-repeat;
	width: 595px;
	}

/* ---------->>> STYLE <<<-----------*/

h1 { }
	#contentright h1, #rightphoto h1 {
	font: normal 30px "Arial";
	color: #9ea4ab;
	margin-bottom: 10px;
	}
	
	
p { }
	#contentright {
	line-height: 17px;
	}
	#footer p { 
	margin: 0 !important; 
	padding: 0 !important;
	text-indent:-9000px;
	}
	p.tight { line-height: 15px;}

a { }
	#footer a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}


.red {
	color: #830024 !important;
	font-stretch: normal;
}

/* ---------------TABLE ELEMENTS ---------------*/

table.data {
	border-collapse: collapse;
	background-color: #F9F5EA;
	width: 100%;
}
 
table.data th {
	background-color: #EFB40E;
	text-align: left;
	padding: 5px;
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 8px 12px 4px 12px;
        /* background: #CAE8EA url(bg_header.jpg) no-repeat; */
        vertical-align:middle;
}

table.data td {
	padding: 5px;
	border-bottom: 1px solid #EFB40E;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #333;
}

.yellow { color: #EEB20F; }
.highlight { background-color: #F9E19D; color: #000; }
.highlightmaroon { background-color: #7E0020 !important; color: #EFB40E; }
.odd { background: #F9F5EA; }
.even { background: #F7ECCE; }
.long { width: 275px; }

.small { font-size: 11px}
