body {
	background-color: RGB(242,242,242);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.container{ 
	width:950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
html>body .container{
	padding-bottom: 5px;
}
.banner {
	width:950px;
	padding: 0px;
	margin: 0px;
}
.maincontainer {
	width: 100%;
	float: left;
	border-right: 2px solid RGB(59,93,170);
	border-left: 2px solid RGB(59,93,170);
	border-bottom: 2px solid RGB(59,93,170);
	background-color: white;
}
html>body .maincontainer{
	width: 99.5%;
}
.rightcol {
	width: 330px;
	float: left;
	padding:5px 0 5px 0;
}
.rightcol p{
	margin: 0px;
	padding: 10px 2px 10px 3px;
	padding-left: 10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	color: RGB(0,0,0);
	text-align: left;
}
.content {
	margin: 0px;
	padding:0px;
	margin-left: 330px;
	width: 600px;
}
.content p {
	margin: 0px;
	padding: 10px 2px 10px 3px;
	padding-left: 10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 25px;
	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 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;
}
.content li {
	padding-left: 20px;
}
.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 {
	clear:left;
	padding:0px;
	margin:0px;
} 
.footer p{
	font-family: Tahoma,Arial, sans-serif;
	font-size: 8pt;
	line-height: 15px;
	color: RGB(0,0,0);
	text-align: center;
}
html>body .footer p{
	padding-top: 5px;
}
.footer a {
	text-decoration: none;
	color: RGB(0,0,0);
	}
.footer a.visited {
	text-decoration: none;
	color: RGB(0,0,0);
	}
.footer a:hover {
	text-decoration: underline;
	color: RGB(0,0,0);
}
.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 li { 
    	margin: 0pt;
    	padding: 0pt;
    	display: inline;
    	border-right: 1px solid RGB(237,113,59);
    }
.navb a:link, .navb 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(255,255,255);
    }
.navb a.active:visited { 
	color:RGB(255,255,255);
	font-weight: bold;
	text-decoration: none;
    }
.navb a.active:link , .navb 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;
}
.cssform p{
	width: 450px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 10pt;
	padding-left: 175px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.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: 200px;
}

input.stext {
	font-family: Georgia, Verdana,"Arial",sans-serif;
	font-size: 9pt;
}
.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;
}
