/****************************************************
	P A G E L A Y O U T
****************************************************/
body
{
	background-color:		#F6F6F6;
}

form
{
	display:			inline;
}

#layout
{

	width:				760px;
	border:				0px solid #69c;
	margin-left:			auto;
	margin-right:			auto;
	background-color:		#ffffff;
}


#contentwrapper
{
	width:				100%;
	height:				100%;
	margin-left:			auto;
	margin-right:			auto;
}

#narrowcontent
{
	margin-top:			20px;
	width:				510px;
	float:				left;
}


#widecontent
{
	margin-top:			20px;
	width:				760px;
	float:				left;
}

.content
{
	padding-left:			38px;
	padding-right:			20px;
}

#sidepanel
{
	margin-top:			58px;
	width:				250px;
	float:				left;
}

#top
{
	width:				760px;
	height:				97px;
}

#menu
{
	background-color:		#990101;
	height:				24px;
}

#submenu
{
	margin-left: 			28px;
	background-color:		green;
}

#footer
{
	margin-top:			10px;
	background-color:		#E5E5E5;
	height:				20px;
}

/* Top Navigation */
#nav 
{
	float:				left;
	width:				100%;
	height:				24px;
	margin:				0;
	padding:			0;
}

#nav li 
{
	float:				left;
	padding:			0 1px 0 0;
	list-style:			none;
}

#nav a 
{
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	float:				left;
	padding:			5px 10px;
	text-decoration:		none;
	font-weight:			bold;
	color:				#ffffff;
}
 
#nav a:hover 
{
	background-color:		#740000;
}

#navfirst a 
{
	margin-left:			28px;
}

/* Sub Navigation */
#subnav 
{
	float:				left;
	width:				733px;
	height:				24px;
	margin:				0;
	padding:			0;
}

#subnav li 
{
	float:				left;
	padding:			0 1px 0 0;
	list-style:			none;
}

#subnav a 
{
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	float:				left;
	padding:			5px 10px;
	text-decoration:		none;
	font-weight:			bold;
	color:				#740000;
}


 
#subnav a:hover 
{
	color: #ffffff;
	background-color:		#740000;
}

#subnav .selected 
{
	color: #ffffff;
	background-color:		#740000;
}


#subnavfirst a 
{
	margin-left:			28px;
}

.box .top
{
	width:				224px;
	height:				10px;
	background-image:		url(/media/1033_2.png);
}

.box .mid
{
	width:224px;
	background: url(/media/1033_3.png);
	background-repeat: repeat-y;
}

.box .footer
{
	width:224px;
	height: 19px;
	background: url(/media/1033_4.png) no-repeat top left;
}

.box .boxcontent
{
	padding: 0px 20px 10px 10px;
}

.box .boxcontent p
{
	font-size: 10px;
}