/*
***********************************
	body / containers
***********************************
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C2414;
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #DDDDDD;
	scrollbar-arrow-color : #DDDDDD;
	scrollbar-track-color : #DDDDDD;
	scrollbar-darkshadow-color : #DDDDDD;
}

#mainContainer {
	margin: 0px;
	height: 275px;
	width: 670px;
}

/*
***********************************
	sub headers
***********************************
*/
.hStle {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

a:link.hLinkSel {
	font-size: 11px;
	color: #D3CDBE;
	text-decoration: none;
}

a:hover.hLinkSel {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a:visited.hLinkSel {
	font-size: 11px;
	color: #D3CDBE;
	text-decoration: none;
}

a:link.hLink {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a:hover.hLink {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a:visited.hLink {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a:link.selectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C18E7A;
	text-decoration: none;
	font-weight: bold;
}

a:hover.selectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B07C64;
	text-decoration: none;
	font-weight: bold;
}

a:visited.selectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC9B88;
	text-decoration: none;
	font-weight: bold;
}

a:link.notSelectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ADACAC;
	text-decoration: none;
}

a:hover.notSelectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #908F8F;
	text-decoration: none;
}

a:visited.notSelectedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CECCCC;
	text-decoration: none;
}

/*
***********************************
	main content styles
***********************************
*/

#leftHeader {
	float: left;
	width: 315px;
	margin-bottom: 20px;
}

#rightHeader {
	margin-left: 315px;
	border: 1px solid #C3C3C3;
	_width: 350px;
	margin-bottom: 20px;
}

#mainGraphic {
	float: left;
	width: 315px;
	height: 207px;
	background: no-repeat;
	background-image: url(../images/bg-shadow-image.gif);
}

#mainGraphic img{
	padding-left: 0px;
}

#contentHolder {
	width: 350px;
}

.transbox {
	width: 350px;
	height: 210px;
	overflow: auto;
}
.page-content-align {
	margin-left: 4px;
	line-height: 18px;
	margin-right: 8px;
	text-align: justify;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
***********************************
	footer styles
***********************************
*/

#footer {
	background: url(../images/footer-dotted.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	width: 770px;
	padding-top: 5px;
	color: #6D6D6D;
}

#footerLinks a:link {
	color: #6D6D6D;
	text-decoration: none;
}
#footerLinks a:hover {
	color: #84421F;
	text-decoration: underline;
}

#footerLinks a:visited {
	color: #6D6D6D;
	text-decoration: none;
}

#footerLinks {
	float: left; 
	padding-left: 80px;
}
#d {
	padding-left: 620px;
}
.floatleft {float: left;}

/*
***********************************
	input box style
***********************************
*/
.boxstyle {
	height: 15px; 
	background-color: #642813; 
	font-family: arial; 
	font-size: 9px; 
	color: #FFF;
	border: 1px solid #AA897D;
}
/*
***********************************
	form styles
***********************************
*/

#formHolder { clear: both; }
#formHolder table { font-family: arial;	font-size: 11px;}
.formInput { height: 15px; font-family: arial; font-size: 11px;	border: 1px solid #CCC; }
#formHolder textarea { border-width: 1px; border-bottom-color:#CCC; font-family: arial; font-size: 11px; }
.buttonStyle { border: 1px solid #CCCCCC; background-color: #FFF; width: 80px; font-family: arial; font-size: 12px; color: #505050; }

/*
***********************************
	news styles
***********************************
*/

#newsContentHolder { width: 650px; clear: both; }
.newstransbox {	width: 650px; height: 320px; overflow: auto;}
.titleStyle { font-family: arial; font-size: 12px; color: #BC0000; padding-left: 10px; font-weight: bold; }
.dateStyle { color: #4C2414;}
.textStyle { font-family: arial; font-size: 12px; color: #4C2414; padding-left: 10px;}
a:link.nPLink {	font-size: 11px; color: #6C6C6C; text-decoration: underline;}
a:hover.nPLink { font-size: 11px; color: #6C6C6C; text-decoration: underline;}
a:visited.nPLink { font-size: 11px; color: #6C6C6C; text-decoration: underline;}
#galleryThumbnails a {text-decoration:none;}