body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #003366;
}
div#nav a {
	text-decoration: none;
}

.smalllink a {
	font-size: 8pt;
}

div.AdvSearch {
	border: solid 1px black; width: 408px; margin-bottom: 5px; background-color: Gray; color: White; padding: 5px; font-size: 8pt;
}

div.AdvSearch a {
	color: White;
	font-size: 8pt;
}

div.TractItem {
	cursor: pointer;
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 2px;
	z-index: 1;
}

div.TractItem div#BecomeMember {
	display: none;
}

div.TractItem:hover div#BecomeMember {
	display: block;
}

div#BecomeMember {
	width: 268px;
	position: absolute;
	height: 56px;
	text-align: center;
	padding: 0px;
	right: 0px;
	top: -20px;
	z-index: 50;
	background-image: url('/images/login_notification.png');
	background-repeat: no-repeat;
}

input, select, form td {
	font-size: 8pt;
}
#divContent {
	padding: 10px;
}
.title {
	font-size: 16pt;
}
.subtitle 
{
	font-size: 12pt;	
	font-weight: bold;
	width: inherit;
	border-bottom: solid 1px black;
	line-height: 2;
}

.subheading {
	font-size: 11pt;
	font-weight: bold;
	line-height: 2;
}
.label, .textfield {
	background-color: #EEEEEE;
}

h1 {
    font-size: 18pt;
    font-family:Times New Roman, Serif;
}
h2 {
    font-size: 16pt;
    font-family:Times New Roman, Serif;
}
 

	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{

	}

	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	background-color:transparent;
	margin-left: 18px;
	text-decoration:none;
	padding: 4px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{
	/* Note: Add '!important' after each style */
	}




	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color: #FFFFFF;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #C2C0B4;
	border-style: solid;
	padding: 7px 12px 7px 7px;
	background-image: none;
	margin-left: 0px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C0B4;

	
	}

	

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
	/* Note: Add '!important' after each style */
	color:#ffffff!important;
	border-bottom-color: #C2C0B4!important;
	border-bottom-width: 1px!important;
	border-bottom-style: solid!important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	}