body
			{	background:		#002559 url(../imgs/design/bg.gif) repeat-x;
				margin:				0;
				padding:			10px 0 0 0;
				font-size:		11px;
				font-family:	arial;
				color:				black;
			}
			div#burst
			{	background:		url(../imgs/design/burst.png) no-repeat;
			
				_background:	none;
				_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../imgs/design/burst.png');
				
				width:				1034px;
				height:				300px;
				position:			absolute;
				left:					50%;
				margin:				-10px 0 0 -692px;
				z-index:			1;
			}
			div#whole
			{	width:				686px;
				padding:			7px 7px 0 7px;
				position:			relative;
				z-index:			2;
				left:					50%;
				margin-left:	-350px;
				background:		url(../imgs/design/page-bg.gif) repeat-y;
			}
			div#whole div#head
			{	background:		url(../imgs/design/head-bg.gif) no-repeat;
				height:				65px;
			}
			div#whole div#head img#logo
			{	position:			relative;
				margin:				6px 0 0 8px;
				border:				0;
			}
			div#whole div#menu
			{	background:		url(../imgs/design/menu-bg.jpg) no-repeat top center;
				padding:			12px 0 14px 22px;
			}
			div#whole div#menu ul,
			div#whole div#foot ul
			{	margin:				0;
				padding:			0;
				list-style:		none;
				clear:				both;
			}
			div#whole div#menu ul
			{	padding:			0 0 13px 0;
			}
			div#whole div#menu ul.sub
			{	padding:			5px 0 12px 14px;
				_padding-top:	3px;
				color:				white;
			}
			div#whole div#menu ul li,
			div#whole div#foot ul li
			{	float:				left;
				padding:			0 3px 0 0;
			}
			div#whole div#menu a, 
			div#whole div#menu ul li
			{	color:						#9eb5c4;
				text-decoration:	none;
				text-transform:		uppercase;
				font-size:				13px;
			}
			div#whole div#menu ul.sub a
			{	font-size:				12px;
				color:						white;
			}
			div#whole div#menu a:hover, 
			div#whole div#menu a.it
			{	color:						white;
			}
			div#whole div#menu ul.sub a:hover, 
			div#whole div#menu ul.sub a.it
			{	color:						#F6C513;
			}
			div#whole div#foot
			{	background:		url(../imgs/design/foot-bg.gif) repeat-x;
				clear:				both;
			}
			div#whole div#foot div.inner
			{	background:		url(../imgs/design/foot-sun.jpg) no-repeat bottom right;
				height:				115px;
				padding:			5px 3px 0 3px;
			}
			div#whole div#foot ul
			{	height:				22px;
				width:				100%;
				background:		url(../imgs/design/foot-div.gif) no-repeat bottom center;
				margin:				0 0 3px 0;
			}
			div#whole div#foot ul li
			{	float:				right;
			}
			div#whole div#foot a, 
			div#whole div#foot ul li
			{	color:						white;
				text-decoration:	none;
				font-size:				13px;
			}
			div#whole div#foot a:hover
			{	color:						#ea7213;
			}
			div#whole div#foot p
			{	clear:						both;
				font-size:				11px;
				color:						#9fb5c4;
				line-height:			11px;
				text-align:				center;
				margin:						0 0 10px 0;
			}
			div#whole div#body
			{	background:				#D1D1D1 url(../imgs/design/content-bg.gif) repeat-x;
				border-left:			2px solid #3e3833;
			}
			div#whole div#body div#content
			{	background:				url(../imgs/design/content-page-head.gif) no-repeat;
				min-height:				200px;
				_height:					200px;
				padding:					15px 5px 5px 15px;
				position:					relative;
				margin:						0 0 0 -2px;
			}
			body.home div#whole div#body div#content
			{	background:				url(../imgs/design/content-home.jpg) no-repeat;
				height:						376px;
			}
			
/* Minimal Stylings --------------------------------------------------------------------------------------------------------------- */
	body.minimal div#head,
	body.minimal div#menu,
	body.minimal div#foot,
	body.minimal div#burst,
	body.minimal div#adminHead
	{	display:	none !important;
	}
	body.minimal,
	body.minimal div#whole
	{	width:			auto !important;
		background:	none !important;
		margin:			0 !important;
		padding:		0 !important;
		position:		relative !important;
		float:			none;
		left:				0;
	}
	body.minimal div#whole div#body div#content
	{	min-height:				300px;
		_height:					300px;
	}
	
/* Content Stylings --------------------------------------------------------------------------------------------------------------- */

div#content h1
{	color:					#E97112;
	font-size:			18px;
	margin:					0;
	padding:				0;
	text-transform:	capitalize;
}

div#content h2
{	color:				#0B3064;
	font-size:			15px;
	margin:					0;
	padding:				0;
	text-transform:	capitalize;
}
div#content h3
{	color:				#48A9E8;
	font-size:			14px;
	margin:				6px 0;
	padding:				0;
}

div#content p
{	margin:				0 0 6px 0;
}

div#content .clear
{	clear:				both;
}
div#content .err
{	color:				red;
}
div#content a
{	color:				#4896cf;
	text-decoration:	none;
}
div#content a:hover
{	text-decoration:	underline;
}

div#content hr
{	color:				#48A9E8;
	background:		#48A9E8;
	height:				1px;
	border:				0;
	margin:				auto;
	margin-top:		15px;
	margin-bottom:		15px;
	width:				95%;
	
}
div#content .hidden
{	display:			none;
}

div#content a.moar
{	background:		url(/imgs/design/form-moar.gif) no-repeat;
	padding:			5px 0 5px 25px;
}
