/**
* Body and Misc
*/

body {
font-family: Arial, Verdana, Helvetica,sans-serif;
font-size:16px;
line-spacing: 18px;
color:#000;
margin:10;
padding:0;
text-align:center;
height:100%;
min-height: 600px;
}

h1 {
margin-top:16px;
color: #BB3300;
font-size: 28px;
}

.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color: #2163A5;
	color: white;
	}
	
.tab2focus { 
	background-color: #cc9933;
	color: white;
	}
	
.tab3focus { 
	background-color: #cc3300;
	color: white;
	}
	
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	width: 400px;
	height: 275px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#content {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 10px;
	background: #fff;
	width: 120px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	text-align: right;
	}
html>body #content {
	width: 120px; 
	/* ie5win fudge ends */
	}

	
#content2 {
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	width: 550px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 550px;
	text-align: left;
	}
html>body #content2 {
	width: 550px; 
	/* ie5win fudge ends */
	}
