/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/inside_01.gif);
	background-repeat: repeat-x;
}
.sidenav_bottom 
{
	border-bottom: 1px;
	border-bottom-color:#CCCCCC;
}
.sidenav_left 
{	
	background: url(images/borders_20.gif);
}
.sidenav_right 
{	
	background: url(images/borders_16.gif);
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style4 {
	color: #0076F3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style6 {font-size: 14px}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666; 
}
a.linkheader:active 
{
	color: #666666;
	text-decoration: none;
}
a.linkheader:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.linkheader:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.linkheader:hover 
{
	color: #993300;
	text-decoration: none;
}
a.loginlink:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a.loginlink:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.loginlink:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.loginlink:hover 
{
	text-decoration: underline;
}
.orange {
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.orange2 {
	color: #FF6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*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*/
width: 180px;
}

.cssform textarea{
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;
}
.cssform2 p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
}
.cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform2 textarea{
width: 300px;
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;
}
.borders {
	border: 1px solid #CCCCCC;
}
