body { 
	background-color: #260000; 	
	margin: 	0px auto 0px auto; 
	padding: 20px 0px 20px 0px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left; 
	}
	
#container {   /* <div id="container"> */
	width: 760px;
	background-color: #ffeebd;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

#header	{   /* <div id="header"> */
	position: static;
	width: 760px;
	margin: 	0px auto 0px auto; 
	padding: 0px 0px 10px 0px;
	border-top: 1px #260000 solid;
	}
	
#menu {   /* <div id="menu"> used for side navigation */
	position: static;
	width: 165px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 15px;
	}
	
#maincopy {  /* <div id="maincopy"> used for right copy by navigation */
	position: static;
	width: 530px;
	margin: 0px auto 0px auto;
	padding: 0px 30px 0px 20px;
	}
	
#footer {   /* <div id="footer"> */
	position: static;
	width: 760px;
	margin: 	0px auto 0px auto; 
	padding: 15px 0px 0px 0px;
	}
	
#product	{   /* <div id="product"> */
	position: static;
	width: 756px;
	margin: 	0px auto 0px auto; 
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
	}
	
.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}
	
.halfwidth {  /* use inside maincopy */
	width: 265px;
	margin: 	0px auto 0px auto; 
	padding: 15px 0px 15px 0px;
	}
	
.feature {  /* use inside maincopy halfwidth */
	width: 203px;
	margin: 	0px auto 0px auto; 
	padding: 5px 5px 5px 5px;
	background-color: #fff; 
	border: 1px #260000 solid;
	}
	
.login {  /* use inside maincopy halfwidth */
	position:  static;
	width: 120px;
	height: 20px;
	margin: 	0px 0px 0px 0px; 
	padding: 3px 0px 0px 0px;
	background-color: #fff; 
	border: 1px #260000 solid;
	}

.newaccount {  /* use inside maincopy halfwidth */
	position:  static;
	width: 120px;
	height: 32px;
	margin: 	0px 0px 0px 0px; 
	padding: 3px 0px 0px 0px;
	background-color: #fff; 
	border: 1px #260000 solid;
	}
	
.fifthwidth {  /* use inside product */
	width: 150px;
	margin: 	0px auto 0px auto; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
	
div>p:first-child {					/* this causes ie and compliant browsers to display first p in a div the same */
	margin-top: 0px;
	}
	
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

.border {   /* adds a 1px black border*/
	border: 1px solid black;
	}
	
.floatl {   /* floats to the left*/
	float: left;
	display: inline;					/* fix IE double margin bug on floats */
	}

.floatr {  /* floats to the right*/
	float: right;
	display: inline;					/* fix IE double margin bug on floats */
	}
	
img {  /* removes border from linked images */
	border: 0px;
	}
	
img.block {  /* removes spacing from images */
	display: block;
	}
	
img.floatr {   /* floats to the right with white space on the left*/
	padding: 5px 0px 5px 20px;
	}
	
img.floatl {  /* floats to the left with white space on the right*/
	padding: 5px 20px 5px 0px;
	}
	
.nobottom {   /* forces bottom to move up */
	margin-bottom:	0;
	padding-bottom:	0;
	}
	
.notop {     /* forces top to move up */
	margin-top:	0;
	padding-top:	0;
	}
	
a {  /* color of link */
  	color:	#9d0a0e;
  	text-decoration:	none;
  	padding:	0px 3px 0px 3px;
  	}
	
a:visited {  /* color of visited link */
		color: #9d0a0e;
		text-decoration: none;
  	padding:	0px 3px 0px 3px;
		}

a:hover {  /* color of link when hovered*/
		color: #e50e15;
		text-decoration: underline;
  	padding:	0px 3px 0px 3px;
		}	
		
table {  /* table with 10 px padding and no margins */
	padding:	10px;	
	margin: 	0px auto 0px auto;
	}	
	
td {  
	padding:		10px 10px 10px 10px;	
	}
	
td.top {  /* moves text in a td to top*/
	vertical-align:		top;	
	}
	
td.width {  
	padding: 0px 20px 0px 10px;
	width:		230px;		
	}
	
td.short {  
	padding-top:		1px;
	padding-bottom: 1px;
	}
	
td.right {  /* moves text in a td to right */
	text-align:			right;
	}
	
ul {  /* definition of an unordered list */
	margin:		0px 0px 0px 10px;
	padding: 	0px 0px 0px 10px;
	}
	
li {
	margin:	0px 0px 0px 0px;
	padding: 	0px 0px 0px 0px;
	}
		
h1 {
  font-size:      300%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;			
	}	
	
h2 {  /* headline 2 */
  font-size:    200%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
h3 {  /* headline 2 */
  font-size:      150%;
	font-family: 		"trebuchet ms", verdana, geneva, sans-serif;	
	}	
	
.tc {   /* text center*/
	text-align:	center;
	}
	
.tr {   /* text right*/
	text-align:	right;
	}	
	
.t10 {    
	font-size:     10px;	
	}
	
.t14 {    
	font-size:     14px;	
	}
	
.height {   /* space between lines */
	line-height: 0.5cm;
	} 
	
.red {
	color: #ff0000;
	}
	
.navy {
	color: #003366;
	}
