/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-site.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}



h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#002596;
}

h3 {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#FFFFFF;
	line-height:19px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:5px;
	color:#002596;
}

img {
	border:0;
}


/*--------------------------------------------------------------------------------------------------------
				Formatting classes - home
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width:1000px;
	height:875px;
	margin:0 auto;
	text-align:left;
}

#containerspecial {
	width:1000px;
	height:1020px;
	margin:0 auto;
	text-align:left;
}

#banner {
	width:1000px;
	height:205px;
	background-image:url(../images/bg-top.gif);
	background-repeat:repeat-x;
}

#bannerhome {
	width:1000px;
	height:150px;
	background-image:url(../images/bg-tophome.gif);
	background-repeat:repeat-x;
}

#content {
	width:1000px;
	height:655px;
	background-image:url(../images/bg-main.jpg);
	background-repeat:none;
}

#contentspecial {
	width:1000px;
	height:800px;
	background-image:url(../images/bg-main.jpg);
	background-repeat:none;
	background-position:top;
}

#contenthome {
	width:1000px;
	height:445px;
	background-image:url(../images/home/bg-main-home.jpg);
	background-repeat:none;
	background-color:#000000;
}

#nav {
	width:195px;
	height:425px;
	background-color:#000000;
}

#logo {
	background-position:center;
	width:630px;
	height:205px;
	padding-top:15px;
}

#logohome {
	background-image:url(../images/home/ban-home.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:1000px;
	height:150px;
}

#imgbox {
	width:363px;
	height:178px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
}	

#textarea {
	width:745px;
	height:610px;
	padding-top:15px;
	padding-left:15px;
	padding-right:30px;
	padding-bottom:15px;
	float:right;
	overflow:auto;
}

#textareaspecial {
	width:745px;
	height:770px;
	padding-top:15px;
	padding-left:15px;
	padding-right:30px;
	padding-bottom:0px;
	float:right;
	overflow:auto;
}

#textareahome {
	width:750px;
	height:420px;
	padding-top:12px;
	padding-left:15px;
	padding-right:25px;
	padding-bottom:10px;
	float:right;
}

#textbox {
	width:320px;
	height:355px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#flashbox {
	width:690px;
	height:360px;
	padding-left:10px;
	padding-top:10px;
}

.bodytxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

.bodytxtshort {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:5px;
}

.bodytxtblue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002596;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
}

.txtequip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

.bodytxt a {
	text-decoration:none;
	color:#002596;
}

.bodytxt a:hover {
	text-decoration:underline;
	color:#002596;
}

.imgpad {
	padding-left:15px;
}

.imgborder {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.indextxt {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:#FFFFFF;
	line-height:13px;
}


/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footer {
	width:1000px;
	height:100px;
	text-align:center;
	padding-top:15px;
}

.footerlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	color:#000000;	
}

.footerlinks a {
	text-decoration:none;
	color:#000000;
	
}

.footerlinks a:hover {
	text-decoration:underline;
	color:#002596;
}

.footertxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	color:#000000;	
}
