body {
	background-color: RGB(242,242,242);
	margin: 0px;
	padding: 0px;
}
#container{ 
	width:950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bbg.png');
}
#banner {
	width:950px;
	padding: 0px;
	margin: 0px;
	height: 215px;
}
#banner img{
	padding: 0px;
	margin: 0px;
}
#leftcol {
	width: 280px;
	float: left;
	padding:5px 0 5px 0;
	background: transparent url('images/lbg.png') repeat-y scroll center right;
}
.txtp{
	margin: 0px;
	padding: 10px 5px 10px 3px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: RGB(237,113,59);
}
#content {
	float: left;
	margin: 0px;
	padding:0px;
	width: 570px;
}
#content p {
	margin: 0px;
	padding: 10px 5px 10px 3px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: RGB(0,0,0);
	text-align: justify;
	width: 570px;
}
.tabtext {
	margin: 0px;
	padding: 10px 3px 10px 1px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	color: RGB(0,0,0);
	text-align: justify;
}
.msg {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 25px;
	color: RGB(0,0,0);
	text-align: justify;
	width: 570px;
}
.ptitle {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	text-align: justify;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	color: RGB(237,113,59);
}
.mpic {
	float: left;
	padding-right: 20px;
}
.mpic1 {
	float:right;
	padding-left: 20px;
}
#content ul{
	/*margin-left: 15px;*/
	 font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
}
*html #content ul{
/*padding-left: 15px;*/
}
#content li{
				 line-height: 1.5em;
				 }
#content ol {
	list-style: decimal inside;
	margin: 0px;
	padding: 10px 10px 10px 3px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: RGB(0,0,0);
	text-align: left;
	width: 570px;
}
#content li {
	padding-left: 10px;
}
#content a{
	padding-left: 5px;
	text-decoration: none;
	color: RGB(0,0,0);
}
html>body #content a{
	padding-left: 0px;
}
#content a.visited{
	text-decoration: none;
	color: RGB(0,0,0);
}
#content a:hover {
	text-decoration: underline;
	color: RGB(0,0,0);
}
#footer {
	width:950px;
	clear:left;
	padding:0px;
	margin:0px;
} 
html>body #footer {
	margin-top: -15px;
}
#footer a {
	text-decoration: none;
	color: RGB(255,255,255);
	}
#footer a.visited {
	text-decoration: none;
	color: RGB(255,255,255);
	}
#footer a:hover {
	text-decoration: underline;
	color: RGB(255,255,255);
}
.sptab {
	text-align: center;
	font-family: Tahoma,Arial, sans-serif;
	font-size: 8pt;
	color: RGB(255,255,255);
}
.banimg {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.banimg1 {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url('images/btbg.png');
	width: 100%;
}
#nav {
	float: left;
	padding-left: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
}
#navb { 
    	margin: 0pt;
    	padding: 0.5em 0pt 0.5em 0em;
	text-align: left;
    }
#navb ul{
	list-style: none;
}
#navb li { 
    	margin: 0pt;
    	padding: 0pt;
    	display: inline;
    	border-right: 1px solid RGB(237,113,59);
    }
#navb li a:link, #navb li a:visited { 
    	padding: 0 12px 6px 12px;
    	font-family: "Tahoma","Arial",sans-serif;
    	letter-spacing: 0em;
    	font-size: 8pt;
   	font-weight: bold;
    	text-decoration: none;
    	color: RGB(66,66,66);
    }

#navb li a.active:link , #navb li a:hover { 
	color: RGB(237,113,59);
	font-weight: bold;
	text-decoration: none;
    }
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
}
.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10;
}
#content form.cssform p{
	width: 480px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 10pt;
	padding-left: 195px; /*width of left column containing the label elements*/
	height: 1%;
}

#content form.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -195px; /*width of left column*/
	width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#content form.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 10pt;
	width: 250px;
}

#content form input.stext {
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 9pt;
}
#content form.cssform textarea{
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 10pt;
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}