/*////////////////////////////////////////////
General
////////////////////////////////////////////*/
body {
	margin: 0px;
	background-color: #CAC2AC;
	color: #ffffff;
	/* Uncomment if needed; only supported in IE5.5+
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	*/
	}
td{
color: #ffffff;
}

strong, b, .bold {
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
a:link, a:active, a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
/*////////////////////////////////////////////
LINKS Special 1 - Secondary Nav
////////////////////////////////////////////*/
.special1{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
}
.special1 a:link, .special1 a:visited, .special1 a:active, a:link.special1,  a:visited.special1,  a:active.special1{
	text-decoration: none;
}
.special1 a:hover, a:hover.special1{
	text-decoration: none;
}
/*////////////////////////////////////////////
LINKS Special 2
////////////////////////////////////////////*/
.special2{
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;

}
.special2 a:link, .special2 a:visited, .special2 a:active, a:link.special2,  a:visited.special2,  a:active.special2{
	text-decoration: none;
}
.special2 a:hover, a:hover.special2{
	text-decoration: none;
}
a.news:link,a.news:visited,a.news:active{
color: #4C8062;
font-weight: bold;
font-size: 12px;
text-decoration: none;
}
a.news:hover{
color: #4C8062;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}
/*////////////////////////////////////////////
Form Elements
////////////////////////////////////////////*/
.input, .select, .textarea, select, textarea{
	background-color: #FcFcFc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 200px;
}
.button {
	color: #305344;
    background-color: #FFFFFF;
	border: 1px solid #666600;
	height: auto;
	width: auto;
	padding: 1px;
}
/*////////////////////////////////////////////
Custom / Misc.
////////////////////////////////////////////*/
.error{
	font-style: italic;
	color: red;
}
.msg{
	font-style: italic;
}
.label {
	font-weight: bold;
}
.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.row3Spacer{
	background-image: url(../images/homepage/row3Spacer.jpg);
	background-repeat: repeat-x;
}
.contentBack{
	background-image: url(../images/homepage/contentBack.jpg);
	background-repeat: repeat-x;
	background-color: #EDEFE2;
}
.bottomNavBack{
	background-image: url(../images/homepage/bottomNavBack.jpg);
	background-repeat: repeat-x;
}
.bottomNavBackLine{
	background-image: url(../images/homepage/bottomNavBack.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A39161;
}
.borderBottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.border{
	border-width: 1px;
	border-style: solid;
	border-color: #005B4A;
}
.contentBackColor{
	background-color: #305344;
}
.contentBackColorWhite{
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;

}
.content{
	margin: 15px;
	font-size: 14px;
	color: #FFFFFF;
	font-family:   times new roman, arial, helvetica, sans-serif;
}
.content2{
	font-size: 12px;
	color: #FFFFFF;
	font-family:   times new roman, arial, helvetica, sans-serif;
}
.lineTop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A39161;
	}
.img{
	padding-left: 15px
}
/*///////////////////////////////////////
Tool Styles
//////////////////////////////////////*/
.lbl{
font-size: 14px;
font-family: arial;
font-weight: bold;
}
.lblSM{
font-size: 11px;
font-family: arial;
}
.lbl2{
font-size: 12px;
font-family: arial;
font-weight: bold;
color: #A4987A;
}
.lbl2B{
font-size: 12px;
font-family: arial;
font-weight: bold;
color: #ffffff;
}
.TblOuter {
    border: 1px solid #A4987A;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
  
}
.tdInner {
    border: 1px solid #A4987A;
	border-spacing: 0px;
    padding: 3px;
	border-collapse: collapse;
	empty-cells: show;
}


