body
{
 background:#eee url(/images/toprepeat.jpg) repeat-x top left;
 margin:0px;
 padding:0px;
 
}


#OuterContainer
{
 background:#transparent;
 width:800px;
 margin-left:auto;
 margin-right:auto;
 padding-bottom:30px;
}



/* Header */
#Header
{
 cursor:pointer;
 width:800px;
 height:103px;
 background:#fff url(/images/banner.jpg) no-repeat top left;
}


#middle
{
	background:#fff url(/images/leftbar.jpg) repeat-y top left;
	width:750px;
	border:1px solid #ccc;
	border-width:0px 1px 1px 0px;
	margin-left:auto;
	margin-right:auto;
}


/* Static Navigation */

#StaticNavigation
{
	margin-left:10px;
	border-bottom:1px solid #9F4B31;
	background-color:#FFF7EF;	
}

#StaticNavigation ul { padding: 0; }

#StaticNavigation ul li {display: inline;}

#StaticNavigation ul
{
	margin:0px;
	padding:0px;
}

#StaticNavigation ul li a
{
	font-size:small;
	text-align:center;
	background-color:#E5CDB5;
    text-decoration: none;
    float: left;
    border-right:1px solid #9F4B31;
    width:90px;
    color:#333;
}

#StaticNavigation ul li a:hover
{

}

#navlist li a:hover, #navlist li a:active
{
    color:#FFFFFF;
    text-decoration: none;
    background: #9F4B31;
}

#navlist li a.selected
{
	background: #7F3C27;
	color:#FFFFFF;
}








/* Dynamic Navigation */

#DynamicNavigation
{

}

#DynamicNavigation ul
{

}

#DynamicNavigation ul li
{

}

#DynamicNavigation ul li a
{

}

#DynamicNavigation ul li a:hover
{

}

#DynamicNavigation ul li a:visited
{

}






/* Container */

#Container
{

	

}

#content1
{
	float:left;
	width:495px;
	border-right:1px solid #9F4B31;
	padding:30px;
}

#content1 h2
{
	text-align:center;
	font-family:Verdana;
	color:#002F59;
}

#content1 h3
{
	font-family:Courier New;
	color:#002F59;
	text-align:left;
}

#content1 h3.alt
{
	text-align:right;
}

#content1 h4
{	
	font-family:Microsoft Sans Serif;
	color:#002F59;
	margin-bottom:5px;
	font-size:smaller;
}

#content1 p 
{
	font-family:Microsoft Sans Serif;
	font-size:smaller;
	text-align:justify;
	margin-bottom:40px;
}

#content1 p.question
{
	margin-top:40px;
	margin-bottom:5px;
	font-weight:bold;	
	color:#002F59;
}

#content1 p.answer
{
	margin-bottom:5px;
}

#content1 img
{
	margin:0px 20px 0px 0px; 
	border:1px solid #eee; 
	float:left;
}

#content1 img.alt
{
	margin:0px 0px 0px 20px; 
	border:1px solid #eee; 
	float:right;
}

#content1 li
{
	margin-top:7px;
}



#content2
{
	color:#FFF7EF;
	float:left;
	width:194px;
	background-color:#9F4B31;
}

#content2 h2
{
	text-align:center;
}

table td
{
	padding-left:20px;

}

#imagegrid
{
	text-align:center;
	margin:15px auto 30px auto;
	background-color:#000;
	color:#666;
}

#imagegrid td
{
	padding-left:0;
}


#content3
{
	float:left;
}







/* Footer */

#Footer
{
	padding-right:10px;
	height:30px;
	border-top:1px solid #9F4B31;
	margin-left:9px;
	text-align:right;
	font-size:x-small;
}


