/* CSS Document */

html,body
{
	margin:0;
	padding:0;
}

body
{ font-size: 11px; font-family: verdana; text-align:center; margin-top: 0; padding-top: 0; background-color: #b8b8b8; }

h2
{ font-size: 18px; color:#b62444; font-family: arial; }

h3
	{ font-size:15px; color:#b62444; font-family: arial; }
h5
	{ font-size:14px; color:#b62444; font-family: arial; font-weight:bold; }


.tgcolor
{
	color: #000;
	font-weight: 900;
}
div#header 
{
	text-align: center;
	height:192px;
	margin:0;
	background: #FFFFFF;
	padding: 0px;
  }

  
div#container
{
	text-align:left;
	width: 100%;
	height: 100%;
}

div#content
{
	background: #FFFFFF;
	padding: 10px 60px 10px 60px;
	margin: 20px 0px 20px 0px;
	font-size: 12px;
}

div#navigation
{
	background:#B9CAFF
}

div#extra
{
	background:#FF8539
}

div#footer
{
	background: #333;
	color: #FFF;
}

div#footer a
{
	color: #999999;
	font-size: 10px;
}

div#footer p
{
	margin:0;
	padding:5px 10px
}

div#container
{
	width:820px;
	margin:0 auto;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0px;
}

div#content img {padding:10px;}

div#contin
{
	margin: 20px 30px 20px 30px;
	width: 760px;
}

div#content p
	{font-size:12px;
	line-height:1.6em;}
div#content ol
	{font-size:12px;
	line-height:1.6em;}

div#content ul
	{font-size:12px;
	line-height:1.6em;}

div#footer
{
	clear:both;
	font-size: 12px;
}

div#boxtop
{
	background-image: url(../images/topbg.gif);
	height: 9px;
	width: 100%;
}

div#boxbttm
{
	background-image: url(../images/btmbg.gif);
	height: 9px;
	width: 100%;
}

/* Begin CSS Popout Menu */
.norightborder{
	border: none;
}
#menuh-container
	{
	position: relative;		
	top: 15px;
	margin-bottom: 40px;
	background-color: #b62444;
	width:100%;
	height:26px;
	}

#menuh
	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #b62444;
	}
		
#menuh a
	{ text-align: center; border-right: 1px solid #fff; display:block; white-space:nowrap; margin: 2px 0; padding: 5px 25px; }
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	background-color: #464646;
	}	

#menuh ul
	{
	list-style-type: none;
	margin:0;
	padding:0;
	}
#menuh li{
	display: inline;
	float: left;
	list-style-type: none;
}
