@charset "utf-8";

body {
	padding-top:30px;
	padding-bottom:20px;
	/* website background */
	background-color: #333333;
	background-image:url('/images/bg1.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	margin: 0 auto;
	text-align:left;
	font-weight: bold;
	}

#container {
	margin: 0 auto;
	width: 900px;
	background: #FFFFFF;
	text-align:left;
}

#header {
	background:#fff;
	height:130px;
	padding-top:7px;
	padding-left:7px;
	text-align:left;
}

#header img { border:none }

#navigation {
	width: 900px;
	/* color of the menu background */
	background:#3b5998;
}

#content {
	background: #FFFFFF;
	margin: 0;
	align: center;
	clear: left;
	padding: 25px 75px 25px 75px;
	text-align:left;
}

table#table1 {
	font-size: 12px;
}


/* page footer, banner footer, background color of each item */

#bottom {
	background-color: #3b5998;
	color: #FFFFFF;
}

#bottom a:link {
	color: #fff;
	text-decoration:underline;
}

#footer1 {
	background-color: #3b5998;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:center;
	vertical-align:middle;
}

#footer {
	background-color: #3b5998;
	padding: 25px 75px 25px 75px;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0	
	{	
		align: center;
		/* background color that menu sits on top of */
		background-color:#3b5998;
		border-width:4px;
		border-style: solid;
		/* border around menu that the menu sits on top of */
		border-color:#3b5998;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 15px 5px 8px;
		/* background color of items on main menu and sub-menu level 1 */
		background-color:#3b5998;
		/* white = color of text on main menu and sub-menu level 1 */
		color:#FFFFFF;
		text-decoration:none;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	/* background color of menu items hovered over, affects items linked to a page not the menu headings */
	#qm0 a:hover	
	{	
		background-color:#C40000;
		/* text-decoration:underline; */ 
	}

	/*"""""""" (MAIN) Active State """"""""*/	
	/* background color of menu items, affects all items on the menu */
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#C40000;
		/* text-decoration:underline; */ 
	}

	/*"""""""" (SUB) Container""""""""*/	
	/* settings for the background of sub-menu items */
	#qm0 div	
	{	
		padding:5px;
		margin:0px 0px 0px -1px;
		background-color:#3b5998;
		border-width:4px 4px 4px 4px;
		border-style:solid;
		/* settings for the background of sub-menu */
		border-color:#C40000;
	}

	/*"""""""" (SUB) Items""""""""*/	
	/* settings for the sub-menu items */
	#qm0 div a	
	{	
		padding:2px 20px 2px 5px;
		border-width:0px;
		border-style:none;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	/* settings for the sub-menu items when hovered over, affects linked items not menu headings */
	#qm0 div a:hover	
	{	
		/* color:#f4e697; */ 
		/* text-decoration:underline; */ 
	}

	/*"""""""" (SUB) Active State""""""""*/	
	/* settings for the sub-menu items, affects linked items not menu headings */
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		/* color:#f4e697; */ 
	}