html { min-width: 300px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: Arial, sans-serif;
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #333;
}  
.clearhack { display: block; } /*Clears Box Model Hack in IE5*/

body {
	background: #ffffff;
	color: #333;
	padding: 0em 1em 1em 1em;
}

.myFirstTable
{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.pgTitle
{
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color:#70B1CD;	
}

.becomeamember
{
	font-family: Verdana;
	font-size: 12;
	font-style: normal;
	font-weight:bold;
	padding-left:2.5em;
	color:#F54406;	
}

.myFont {
	color:Black;
	font-family: Arial;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 2em;			
}

.centrareRadioList
{
	padding-left: 3em;
	padding-rigt: 2em;	
}

.notablue
{
	color:#2B2D94;
	font-family: Arial;
	font-size:small;
	font-style:normal;
	font-weight:bold;
}

.myFontitems {
	color:Black;
	font-family: Arial;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	margin-top: 2em;
	margin-bottom: 0.5em;			
}

.titlepar 
{
	color:Black;
	font-family: Arial;
	font-size:4;
	font-style:normal;
	font-weight:bold;	
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #3564B6;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h3 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEE;
	margin: 0;
	color:#EEE;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
.pp
{
	padding: 4px;	
}

.basictab {
margin-top: 4px;
margin-bottom: 4px;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab ul{
margin-top: 4px;
margin-bottom: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: block;
margin-top: 4px;
margin-bottom: 4px;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
/*-- background-color: #f6ffd5; --*/
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #EEE;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer
{
		clear: left;
		width: auto; /*width of 2nd level sub menus*/
		height: auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontaineritems
{
		clear: left;
		padding-left: 5em;
		padding-right: 5em;
		padding-top: 5em;
		padding-bottom: 5em;
		width: auto; /*width of 2nd level sub menus*/
		height: auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display: none;
padding-top: 2px;
}

.tabcontentitems
{
	display: none;
	clear: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;	
}
