/* CSS Reset --–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

	html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, /*label,*/ legend, caption, tbody, tfoot, thead, tr, th, td
	{ margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; background:transparent; }

	:focus { outline:0px; }
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }




























body {
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#474C3B;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align:left;
}
a:link {color: #003366; "Arial", "Verdana", "Helvetica","sans-serif"; text-decoration:underline}
a:active {color: #003366; text-decoration:underline}
a:visited {color: #003366; text-decoration:underline}
a:hover {color: #F9A900; text-decoration:none}
img{ border:0; }
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	width: 100%;
	margin:auto;
    text-transform : uppercase;
	font-weight: normal;
	color: #CECB9B;
	display:block;
	text-align: left;
}
#container{
	width: 806px;
	text-align: center;
	margin-top:auto;
	margin-bottom:auto;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	background-color:#474C3B;
}
#contentArea{
	width: 806px;
	text-align:left;
	margin:0;
	padding:0;
}
#footerHome{


}
#footerCopyrightHome{
	width: 400px;
	display:block;
margin:0 0 0 1px;
	font-size: 10px;
	color: #7F9F8F;
	/*margin-top:-130px;*/
}
#footerDevelopedHome{
	width: 400px;
	color: #636954;
	display:block;
margin:0 0 0 1px;
	/*margin-top:-118px;*/
}
#footer{
display:block;
	width:800px;
	margin:0;
	margin-bottom:-3px;
	background-color:transparent;
}
#footerCopyright{
	width: 400px;
	font-size: 10px;
	color: #7F9F8F;
	background-color:transparent;
	margin:-130px 0 0 0;
}
#footerDeveloped{
	width: 400px;
	color: #636954;
	margin:0 0 0 0;
	background-color:transparent;
}
#header{
	width:100%;
	margin:0;
	padding:0;
	background-color: #FAFAF5;
}
#headerLogo{
	float:left;
	margin:0 0 0 3px;
	padding:0;
	width:234px;
}
#headerBottom{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
#headerLeftShade{
	width:5px;
	margin:0;
	padding:0;
	display: block;
	position:absolute;
	top:77px;
	margin-left:-5px;
	z-index: 20;
	float:left;
	
}

#headerLeft{
 overflow: auto; 
	background-image: url(../images/sub_side_bg.gif);
	background-repeat:repeat-y;
	width:234px;
height:100%;
	float:left;

	padding:0;
	display: block;
	background-color:#FFFFFF;
}
#headerLeftHeader{
	margin:0;
	padding:5px 0 0 3px;
	color: #FFFFFF;
	font-size: 18px;
	height:30px;
	text-transform : uppercase;
	line-height: 20px;
	display: block;
	background-image: url(../images/sub_header_bg.gif);
	background-repeat:no-repeat;
}
#headerLeftText{
	margin:10px;
	padding:0;
	color: #7F9F8F;
	line-height: 20px;
	display: block;
	background-color:#FFFFFF;
}
#headerRight{
	width:568px;
 overflow: auto hidden; 
	float:left;
	margin:0;
	padding:0;
	display: block;
	background-color:#FFFFFF;
}
#headerRightShade{
	width:5px;
	margin:0;
	padding:0;
	display: block;
	position:absolute;
	top:77px;
	margin-left:806px;
	z-index: 21;
	float:left;
	border 1px solid red;
}
#mainSectionContainer{

	padding: 0;
	display:block;
	background-color:#FFFFFF;
}
#mainSection{
	background-color:#FFFFFF;
	padding: 0;
	display:block;
height:100%;
	margin:auto auto;
	
}
#nav{
	width:550px;
	height:54px;
	float:right;
	text-align:center;

}
#error{
	width:100%;
    background-color:red;
	color:#FFFFFF;
	font-weight: bold;
	font-size:11px;
}
#success{
	width:100%;
    background-color:green;
	color:#FFFFFF;
	font-weight: bold;
	font-size:11px;
}
#homeTextColumn{

}

#navLink ul
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	text-transform : uppercase;
}
#navLink li { margin: 0 0 0 0; float:left; padding:15px;}

#navLink a
{
	display: block;
	color: #474C3B;
	padding: 0;
	font-size:11px;
	text-decoration: none;
	text-transform : uppercase;
}

#navLink a:hover
{
background-color: #474C3B;
color: #FFFFFF;
}
