body			{ font: 18pt Verdana, Arial, Helvetica, sans-serif;
				text-align: 0;
				margin: 0;
            	padding: 0;
            	background-color: #fff;
            	background-image: url(images/bg_bk.gif);
            	background-repeat: repeat-y;
            	background-position: 50%;
            	height: 100%;
				 }
				 
#container		{ text-align: center;
				width: 800px;
				margin: 0 auto;
				min-height: 100%;
   				position: relative;
   				}

#top			{ background: #ccc;
				height: 150px;
				background-image: url(images/banner.jpg);
				}
				
#footer			{ 
				clear: both;
            	background-image: url(images/footer.jpg);;
            	margin: 0 auto;
            	width: 800px;
            	height: 50px;
            	}
				
#left			{ text-align: left;
				margin-top: 10px;
				margin-left: 5px;
				margin-right: 10px;
				padding: 0px;
				width: 185px;
				border: 1px solid #DFF2FB;
				float: left;
				}
				
#right			{ text-align: justify;
				font-size: 9pt;
				width: 185px;
				margin-top: 10px;
				margin-left: 10px;
				margin-right: 5px;
				padding: 2px;
				border: 1px solid #F4F4F4;
				float: right
				}
				
#rightdouble	{ text-align: justify;
				font-size: 9pt;
				width: 585px;
				margin-top: 10px;
				margin-left: 0px;
				margin-right: 5px;
				padding: 2px;
				
				float: right
				}
				
#center			{ text-align: left;
				font-size: 11pt;
				margin-top: 10px;
				margin-left: 200px;
				margin-right: 200px;
				padding-left: 10px;
				padding-right: 10px;
				background: #DFF2FB;
				}
				
#clear			{ clear: both; }

/*  FONTS   */

h1
{
	font-family: arial, courier, sans-serif;
	text-align: center;
	font-size: 14pt;
	margin: 0;
	padding: 30 0 30 0;
}

h2
{
	font: normal normal bold 15pt arial, courier, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0 0 15 0;
}

p
{
	font: 11pt arial, courier, sans-serif;
	text-align: left;
	margin: 0;
	line-height: 120%;	
}

.text	{
	font: 11pt arial, courier, sans-serif;
	text-align: left;
	margin: 0;
	line-height: 120%;	
}

.didyouknow
{
	font: 9pt arial, courier, sans-serif;
	text-align: left;
	margin: 0;
	line-height: 120%;
}
	


/*   MENU   */

.arrowlistmenu{width: 175px; /*width of menu*/}

.arrowlistmenu .headerbar{
font: normal small-caps bold 14px Arial;
color: white;
background: black url(titlebar.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
font: normal normal normal 12px verdana, arial, sans-serif; 
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #2E2E2E;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #52C8EE;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #2E2E2E;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F8EFCE;
