/* CSS Document */

body {min-width: 730px; }

		
		#wrapper {
		margin: 10px auto ; 
		padding:0px; 
		background-color: #fff; 
		position: relative;
		width: 730px; 
		height:auto;
		}


#container{
  background-color:#fff;
  float:left;
  width:5px;
  border-left:225px solid #fff;  /* The width and color of the left rail */
  border-right:500px solid #fff; /* The width and color of the right rail */
}
#leftRail{
  float:left;
  width:225px;
  margin-left:-225px;
  position:relative;
}
#center{
  float:left;
  width:5px;
  margin-right:-5px;
}
#rightRail{
  float:right;
  width:500px;
  margin-right:-500px;
  position:relative;
  
}
#header1 {
			margin-top: 20px;
			width: 730px;
			background: #fff;
			clear: both;
			
			
}
#header2 {
			width: 730px;
			background: #fff;
			clear: both;
			
}


.altButtonFormat {
background-color: #999;
font-family: verdana;
font-size: 10px;
color: #fff
}


.altTextField {
border: #999 1px solid;
background-color: #fff;
font-family: verdana;
font-size: 8pt;
color: #666
}

.mainText p {

margin-left: 8%

}

.mainText h2 {

margin-left: 8%

}





/*Type elements*/
body, html {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #666;  line-height: 1.6em}
p {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #666; text-align:left; line-height: 1.6em}

h1 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif ;color: #999; font-weight: bold; text-align:left; }
h2 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif ;color: #330000; font-weight: bold; text-align:left; }
h3 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif ;color: #330000; font-weight: normal; text-align:left; margin-left: 150px }

strong {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ccc; font-weight:bold}


a:link, a:visited {
	color: #330000;
	
	text-decoration: none;
	
}

a:hover {

color: #330000;
background: #ccc;

text-decoration: none; 
}





/*end type elements*/
