/* TBBBB Styles 2005-07-07 */

/* Colors

Maroon:      #641e1e ; 100,  30,  30
Beige:       #d9d67d ; 217, 214, 125
Navy blue:   #000080 ;   0,   0, 128
Light gray:  #DFDFDE ; 223, 223, 222
Red:         #E8112D ; 232, 17, 45


Light gray:  #c3c3c3 ; 195, 195, 195 Too dark-deprecated
*/



H1, H2, H3, H4 {
	font-family: verdana, Arial, sans-serif;
	margin-left: 0%;
	color: #000080;
	font-weight:bold;
}

H1 {
	font-size: 200%; 
}
H2 {
	font-size: 150%;
}
H3 {
	font-size: 125%; 
}

H4 {
	font-size: 100%; 
}

body{
	font-family: verdana, Arial, sans-serif;
	margin: 0px 0px 5px 0px;
	background-color: #641e1e; /* this is the far left and far right border color */
		
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 750px;
	background-color: #DFDFDE; /* this should match the leftcolumn background color */
}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #DFDFDE;
	text-align: left;
	padding: 0px;
	border-bottom: 0px solid #641e1e; /* should match body background color */
	border-top: 0px solid #641e1e; /* should match body background color */
	height: 74px; /* Banner should be banner.height by container.width */
}

#leftcolumn {
	float: left;
	width: 140px;
	padding: 5px;
	background-color: #DFDFDE; /* Gray, was beige */
	overflow: hidden;
}

#rightcolumn {
	float: left;
	width: 590px;
	padding: 5px;
	background-color: #ffffff;
}


A:link 	{color: #000080; text-decoration: none; }
A:visited 	{color: #004080; text-decoration: none; } 
A:active	{color:#e8112d; text-decoration: none;}
A:hover	{color:#e8112d; text-decoration: underline;}

A.menu_red {color:#e8112d; text-decoration:none; font-size:20px;}
A.menu_red:link 	{color: #e8112d; text-decoration: none;  font-size:20px;}
A.menu_red:visited 	{color: #e8112d; text-decoration: none;  font-size:20px;} 
A.menu_red:active	{color:#e8112d; text-decoration: none; font-size:20px;}
A.menu_red:hover	{color:#e8112d; text-decoration: underline; font-size:20px;}

.menu {
		font-family:verdana, arial, sans-serif;
		color:#000088;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		background: transparent;
		
}


		

.menusmall {
		font-family:verdana, arial, sans-serif;
		color:#880088;
		font-size:10px;
		font-weight:normal;
		text-align:left;
		background: transparent;

}



.formtext {
		font-family:verdana, arial, sans-serif;
		font-weight:normal;
		font-size:10px;
		color:#0c0c0c;
		margin-left:20px;
}




.warning {
		font-family: verdana, arial, sans-serif;
		font-weight:bold;
		font-size:10px;
		color:#e8112d;
		background-color:#f3f300;
}


.mainbody {
		font-family: verdana, arial, sans-serif;
		font-weight:normal;
		font-size:12px;
}



.review {
		font-family: verdana, arial, sans-serif;
		font-weight: normal;
		font-size:12px;
		background-color: #f0f0f0;
		margin-left:20px;
		margin-right:20px;
}

.reviewer {
		font-family: verdana, arial, sans-serif;
		color:#333;
		font-size:10px;
		font-weight:normal;
		margin-left:40px;
		margin-right:40px;
}


UL {
	font-size: 12px;
}

#photo300right {
	float: right;
	width: 300px;
	border-left: 0px solid #666666;
	border-bottom: 0px solid #666666;
	background-color: #FFFFFF;
	height: 400px;
}

.float { /* not sure what this does */
	margin-right: 201px;
}

* html .float { /*not sure what this does */
	margin-right: 0;
	background-color: #FFFF00;
}


	