/* Main Panel */

html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url('../images/3_0327.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

.clear
{
	clear: both;
}

/* Left Panel */

#left
{
	width: 155px;
	float: left;
}


#logo
{
	margin-left: 5px;
	width: 146px;
	height: 104px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-top: 30px;
}

#menu ul li
{
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

#menu ul li .active
{
	text-decoration: underline;
	font-style: italic;
}

#menu ul li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
	font-style: italic;
}

/* Right Panel */

#right
{
	width: 70%;
	float: left;
	margin-left: 60px;
}

#header
{
	background-image: url('../images/2_0327.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 86px;
	width: 269px;
}

#content
{
	margin-top: 45px;
	margin-bottom: 40px;
}

.heading
{
	font-size: 16px;
	color: #2E6CA9;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 4px solid #2E6CA9;
}

h2
{
	font-size: 13px;
	color: #2E6CA9;
	font-weight: bold;
	margin-bottom: 3px;
}

h3
{
	font-size: 11px;
	color: #2E6CA9;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}

p
{
	color: #222;
}

a
{
	color: #2E6CA9;
}

.sub
{
	padding-left: 10px !important;
	width: 80%;
}
