/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#9D9D9D;
/*-----Enable Colored Scrollbars-----*/
/*	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #EEE3DC;
	scrollbar-face-color: #888368;
	scrollbar-shadow-color: #888368;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #888000;
	scrollbar-3dlight-color: #888000;*/
}
body,td,th { /*-----Basic font and size of website text-----*/
	font:12px/13px tahoma, arial, helvetica, sans-serif;
}
.sec, .sec a:link, .sec a:active, .sec a:visited {
	background-color:#555555; /*-----Change Background Color of Footer-----*/
	color: #CCCCCC;
}
.sec a:hover {
text-decoration:underline;
}
.navTop, .navTop a:link, .navTop a:active, .navTop a:visited { /*-----Manipulates Navegation Styles-----*/
	font-size: 12px;
	font-weight: bold;
	color: #B3B3B3;
	text-decoration: none;
	line-height: 21px; /*-----Change Background Color of Links-----*/
	margin-left: 5px;
	margin-right: 5px;
	background-color: #000000;
	font-variant: small-caps;
}
.navTop a:hover {
text-decoration:underline;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
	font-size:10px;
	text-decoration:none;
	color:#1A1A1A;
	text-align: center;
}
/*-----Change Color of Dropdown Links-----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #c8c8c8;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B3B3B3;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #c8c8c8;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #284299;
color: #c8c8c8;
}	
.imgbrds {
	border-style:solid;
	border-width: 3px;
	border-color: #162349;
/*position: relative;
top: -3px;
left: -3px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#A6A6A6', Positive='true');	*/
}
.formstyle {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
h1 { /*-----First P@ge Title-----*/
	font-size: 16px;
	font-weight: bold;
	color: #162349;
}
h2 { /*-----Call of @ction-----*/
	font-weight:bold;
	color: #162349;
	font-size: 12px;
	text-align: center;
}
/*-----Enable Colored Links-----*/
a:link, a:visited, a:active {
	color: #162349;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.deafultBody {
	padding: 10px;
	background-color: #C8C8C8;
	color: #1A1A1A;
	line-height: 20px;
}
.deafultBody2 {
	/*padding: 10px;
	background-color: #3B301C;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
	color: #FFFFFF;
}
.table_bg { /*-----Change Color of Background Color-----*/
	background-color:#FFFFFF;
/*	background-image:url(../images/gray.gif);*/
}
textarea, select, option {
	color: #000000;
	background-color: #ECECEC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	background-image:url(../images/formbg.gif)
}
.input_txt {
	color: #000000;
	background-color: #ECECEC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	background-image:url(../images/formbg.gif)
}
.con_frm {
	color:#FFFFFF;
	font-size:12px;
	}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:url(../images/formbg.gif) repeat-x left top;
color:#000;
font-weight:bold;
padding: 1px 2px;
}
.deafultBody ul {
	list-style-position: outside;
	list-style-type: disc;
}

/*Nav */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font-family: Tahoma;
font-size: 10px;
font-weight:bold;
width: 754px;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../i/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
width: 95px;
}

.solidblockmenu li a{
float: left;
color: white;
/*padding: 9px 11px;*/
line-height: 30px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../i/blockactive.gif) center center repeat-x;
}
.style1 {font-size: 16px}
.slogan {
	font-size: 16px;
	font-style: italic;
}
