/* GENERIC ELEMENTS */

*, html
{
	margin:0px;
	padding:0px;
}

body
{
	margin:5px;
	background-color:#EAEAEA;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size:13px;
	font-weight:normal;
	color:#000;
	text-align:center;
	line-height:22px;
}

a
{
	text-decoration:none;
	color:#721311;
	border-bottom:1px dashed #721311;
}

a:hover
{
	text-decoration:none;
	color:#000;
	border-bottom:1px Solid #000;
	background-color:Transparent;
}

p
{}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

/* ============================================================================== */
/* PAGE SECTIONAL BLOCKS */

#PageWrapper
{
	width: 930px;
	margin: 0 auto;
	padding:0px;
	background-color:#FFF;
	border:5px Solid #FFF;
}

#Header
{
	width: 100%;
	height:100px;
	padding:0px;
	background-color:#8F8F7D;
	color:#FFF;
	text-align:left;
	background-image:url("Images/41Header.jpg");
	background-repeat:repeat;
	background-position:center;
}

#MainWrapper
{
	float:left;
	width: 100%;
	background-color:#EAEAEA;
	padding:0px;
	border-top:2px Solid #FFF;
	border-bottom:2px Solid #FFF;
}

#Sidebar
{
	margin:0px;
	float: right;
	width: 180px;
	background-color:#EAEAEA;
	border:0px Solid #DFDFDF;
}

#Content
{
	margin:0px;
	padding:0px;
	width:750px;
	float:left;
	background-color:#FFF;
	text-align:left;
}

#Footer
{
	clear: left;
	width: 100%;
	height:40px;
	padding:0px;
	background-color: #909090;
	text-align: center;
}

#Shadow
{
	width:950px;
	height:14px;
	margin:0 auto;
	padding:0px;
	background-image:url("Images/ak_shadow.png");
	background-repeat:no-repeat;
	background-position:center;
}

#ShadowInverted
{
	width:950px;
	height:14px;
	margin:0 auto;
	padding:0px;
	background-image:url("Images/ak_shadow_inverted.png");
	background-repeat:no-repeat;
	background-position:center;
}

/* BLOCK SPECIFIC ELEMENTS */

#Header h1
{
	padding:58px 0px 0px 20px;
	color:#FFF;
	font-weight:normal;
	font-size:24px;
	letter-spacing:2px;
}

#Sidebar p, img
{
	margin:10px 0px;
}

#Content h1, h2, h3, h4, h5, h6, p, table
{
	margin:5px 20px;
}

#Content h2
{
	display:block;
	clear:left;
	padding:2px 5px;
	padding-left:25px;
	cursor:default;
	border:1px Solid #8F8F7D;
	font-size:13px;
	font-weight:bold;
	background-color:#EAEAEA;
	background-image:url("Images/ak_content_post_details_icon.png");
	background-repeat:no-repeat;
	background-position:5px center;
}

#Content table
{
	border:1px Solid #E0E0E0;
	padding:0px;
	font-size:13px;
	text-align:left;
}

#Content thead
{
	font-weight:bold;
	background-color:#F2F2F2;
	background-image:url("topmenubg.jpg");
}

#Content td
{
	padding:1px 5px;
	border-right:1px Solid #E0E0E0;
	border-bottom:1px Solid #E0E0E0;
}

#Footer p
{
	padding-top:10px;
}

#Footer a
{
	color:#000;
	border-bottom:1px dashed #000;
}

#Footer a:hover
{
	border-bottom:1px Solid #000;
	background-color:Transparent;
}