

HTML BODY {
	margin: 0;
	padding: 0;  
	background-color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
}

/* --- global styles ----------------------------------------------------------------------------------------*/

	p {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #333;
		text-decoration: none;
		font-weight: normal;
		margin: 5px 0px 15px 0px;
	}
	
	div, tr, td {
		line-height: 12px;
		font-size: 10px;
		vertical-align: top;
	}

	strong {
		color: #f0f0f0;
	}

	.nomargin {
		margin-bottom: 5px;
	}

	.imgborder {
		border: 1px solid #003366;
	}
	
	.caption {
		margin: 0px 7px 0px 0px;
		font-size: 9px;
		color: #002f66;
	}

	dl {
		margin: 10px 0px 20px 15px;
	}
	
		dt {
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
			font-weight: bolder;
			color: #002f66;
			padding: 0px;
		}
		
		dd {
			margin: 3px 0px 5px 15px;
			font-family: verdana, geneva, arial, sans-serif;
			font-size: 10px;
		}
			

/* --- lists and etc ---------------------------------------------------------------------------------------*/

	ul {
		margin: 5px 0px 14px 0px;
		padding: 0px;
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 10px;
		list-style-type: dot;
	}

	li {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 12px;
		line-height: 16px;
		margin: 0px 0px 0px 35px;
		padding: 0px;
		color: #fff;
	}
	
		li strong {
			color: #f0f0f0;
		}

/* ----- h1 thru h5 -------------------------------------------------------------------------- */

	h1 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: bolder;
		color: #BA9C6E;
		margin: 0px 5px 10px 0px;
		padding: 0px;
	}
	
	h1 span {
		float: right;
		font-weight: 0;
	}

	h2 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 16px;
		font-weight: bolder;
		color: #fff;
		margin: 20px 5px 15px 0px;
		padding: 0px;
		text-align: left;
	}
        
	h3 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 16px;
		font-weight: bolder;
		color: #333;
		margin: 0px 5px 0px 0px;
		padding: 0px;
	}
	
	h4 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 14px;
		color: #3C8042;
		margin: 0px;
	}
	
	h6 {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 10px;
		font-weight: bolder;
		color: #000;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		text-align: right;
		text-transform: lowercase;
	}

	 

	.underline {
		border-bottom: 1px solid #002f66;
	}

/* ----- normal links --------------------------------------------------------------------------- */

	input {
		background-color: #fff;
		border: 1px solid #cecece;
	}

	.button {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000;
		line-height: 14px; 	
		padding: 0px;
		border: 1px solid #5c5c5c;
		background-color: #ccc;
		margin: 2px 3px 2px 0px;
		cursor: hand;
		cursor: pointer;
		padding: 2px 15px !important;
		padding: 0px;
	}  
		select, input, textarea {
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 11px; 
			color: #000;
			vertical-align: top;
			background-color: #f9f9f9;
		}

/* ----- PAGE TABLE STYLES ---------------------------------------------------------------- */

/* ----- contact form ---------------------------------------------------------------- */

	TABLE.contact {
		background-color: #eee;
		border: #999 0px solid;
		border-width: 1px 1px 1px 1px;
		color: #000;
		font-size: 10px;
		margin-right: 10px;
		float: right;
		width: 232px;

	}
	
	TABLE.contact TH {
		background-color: #405B52;
		border: #000 0px solid;
		border-width: 0px 0px 2px 0px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
		text-align: left;
		padding: 3px;
	}
	
		TABLE.contact TH span {
			float: right;
			font-size: 10px;
		}

		TABLE.contact TD {
			font-size: 10px;
			padding: 5px;
			line-height: 16px;
			
		}

	TABLE.contact TD.end {
		background-color: #405B52;
		border: #999 0px solid;
		border-width: 1px 0px 0px 0px;
		color: #fff;
		font-size: 11px;
		text-align: right;
	}
	
	TABLE.contact TD.note {
		background-color: #ccc;
		border: 0px #000 solid;
		border-width: 1px 0px 0px 0px;
		color: #000;
		font-size: 11px;
	}
	
/* ----- normal links --------------------------------------------------------------------------- */

	a {
		color: #BA9C6E;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}
	
	a:visited {
		color: #BA9C6E;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}
	
	a:hover {
		color: #f0f0f0;
		font-family: verdana, geneva, arial, sans-serif;
		text-decoration: underline;
	}
	
	.imgBorder {
		border: 1px solid #003366;
	}
	
/* ----- header ---------------------------------------------------------------- */


/* ----- bottom ---------------------------------------------------------------- */

table.fullcontent {
	height: 100%;
}

td#header {
	height: 0px;
}

td#toolbar {
	width: 200px;
	background-color: #191919;
}

DIV#headerHome {
	height: 100px;
	background-image: url('/images/template/home_bg.gif');
	background-repeat: repeat-x;
}

DIV#headerInternal {
	height: 136px;
	background-image: url('/images/template/internal_bg.gif');
	background-repeat: repeat-x;
}

DIV#headerHome, DIV#headerInternal {
	margin-bottom: 15px;
}

DIV#content {
	padding: 0px 25px 25px 22px;
}


TD#toolbar ul {
	margin-left: 5px;
	padding-left: 0px;
}

TD#toolbar li {
	margin-left: 0px;
	padding-left: 30px;
	font-size: 10px;
}

img.img {
	float: right;
	margin: 0px 0px 15px 15px;
	border: 2px solid #333;
}

TD#toolbar img {
	border-width: 0px;
}