
#topnav a:link {font-family:Arial;	font-size: 8pt;	color: #000000;	text-decoration: none;	line-height:30px; font-weight:bold;}
#topnav a:visited {font-family:Arial;font-size: 8pt;color: #000000;text-decoration: none;line-height:30px;font-weight:bold;}
#topnav a:hover {font-family:Arial;font-size: 8pt;color: #000000;text-decoration: underline;line-height:30px;font-weight:bold;}
#topnav a:active {font-family:Arial;font-size: 8pt;color: #000000;text-decoration: none;line-height:30px;font-weight:bold;}

a.inpagelink:link {color:#666666;font-size: 8pt;text-decoration:none;font-weight:normal;}
a.inpagelink:visited {color:#666666;font-size: 8pt;text-decoration: none;font-weight:normal;}
a.inpagelink:hover {color:#666666;font-size: 8pt;text-decoration: underline;font-weight:normal;}
a.inpagelink:active {color:#666666;font-size: 8pt;text-decoration: none;font-weight:normal;}

a.breadcrumb:link {color:#999999;font-size: 8pt;text-decoration:none;font-weight:normal;}
a.breadcrumb:visited {color:#999999;font-size: 8pt;text-decoration: none;font-weight:normal;}
a.breadcrumb:hover {color:#999999;font-size: 8pt;text-decoration: underline;font-weight:normal;}
a.breadcrumb:active {color:#999999;font-size: 8pt;text-decoration: none;font-weight:normal;}

.nolink {font-family:Arial;font-size: 8pt;color: #000000;text-decoration: none;line-height:30px;font-weight:bold;}
/*End Top NAV*/


/*End NAVIGATION */
html,body {
	margin: 0;
	font-family: Verdana;color:#000000;font-size: 8pt;
	background-color: #FFFFFF;
}
table {
	height: 100%;
	
	}

td {text-align: center;vertical-align: middle;}


/** To center the objects **/
.center {
	text-align:center;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}
hr {
	height:1px;
	color:#666666;
}

#container {
	width:750px;
	margin: auto;
	margin-top: 0px;}

/**
hold background, it should be float:left
that's way we can not put it in #container

**/
#logo {
	position: relative;
	float:left;
	width:750px;
	height:78px;
}
#topnav {
	position: relative;
	float:left;
	color: #000000;
	border-top: 1px Solid #000000;
	width:750px;
	
}
#container-inner {
	position:relative;
	float:left;
	width: 750px;
	margin-top:1px;
	
}
#content {
	position: relative;
	float:left;
	width:750px;
	background-image : url(../images/bg.gif);
}
#contentimage {
	position: relative;
	float:left;
	width:300px;
	border-top: 1px Solid #000000;
	
}
#content-inner {
	position: relative;
	float:left;
	width:430px;
	padding:10px;
	color:#000000;
	text-align:left;
	border-top: 1px Solid #000000;
	
}
#inner-left {
	position:relative;float:left;width:150px;
}
#inner-right {
	position:relative;float:left;width:279px;
}

/**Divs for the Conact form**/
#ctform {
	width:440px;
	padding:10px;
}
#ctupper {
	postion:relative;
	float:left;
	width:420px;	
}
#ctinleft {
	postion:relative;
	float:left;
	width:90px;
}
#ctinright {
	postion:relative;
	float:left;
	width:330px;
}
#ctlower {
	postion:relative;
	float:left;
	width:440px;	
	padding:5px;
	border: 1px solid #996600;
	background-color: #EFEFB3;
}
#frmlabel {
	postion:relative;
	float:left;
	width:110px;
	height:25px;
	text-align:right;
	padding-right:5px;
	
}
#frminput {
	postion:relative;
	text-align:left;
	width:320px;
	height:25px;

}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}
/*End Divs Contact Form*/

/*Footer Control */
#footer {
	position:relative;
	float:left;
	width:736px;
	height:22px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 8pt;
	color:#000000;
	border-top:1px solid #000000;
	text-align:left;
}
#footer a:link {font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: none;}
#footer a:visited {font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: none;}
#footer a:hover {font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: underline;}
#footer a:active {font-family: Arial, Helvetica, sans-serif;color: #000000;text-decoration: none;}
/*End Footer Nav */


/* Text Control*/
.subheader {
	font-size: 12pt;
	font-weight: bold;
	color:#785900;
}

.breadcrumb {
	color:#999999;font-size: 8pt;text-decoration:none;font-weight:normal;
}
