body
	{
		background: #ffffff ;
		FONT-WEIGHT: normal;
		FONT-SIZE: 13px;
		COLOR: #333333;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	}

a:link, a:visited
	{
		color: #0000ff;
		text-decoration: none;
	}

a:hover
	{
		color: #0000ff;
		text-decoration: underline;
	}

#outer
	{
		width: 924px;
	/*	margin: 0 auto; */
	}

#inner
	{
		width: 950px;
		background: #FFFFFF;
	/*	padding: 12px;  */
	}

#banner
	{
		margin: 0;
		padding: 0;
		width: 950px;
	}

#nav-bg
	{
		clear: both;
		margin: 7px 0 7px 0;
		background: url(../images/nav.png);
		background-repeat: no-repeat;
		height: 30px;
		width: 950px;
		padding: 0 10px 0 10px;
		text-align: center;
		line-height: 30px;
	}



#body-container
	{
		background-repeat: repeat-y;
		margin: 0;
		padding: 0;
		width: 988px;
	}
#body-container-left
	{
		width: 176px;
		float: left;
	}

#body-container-right
	{
		width: 790px;
		float: left ;
		padding-left:10px;
	}
#body-container-right2
	{
		width: 950px;
		float: right;
	}

.marge
	{
		clear: both;
	}

.body-contianer-left-heading
	{
		background: #23238E;
		padding: 6px 10px 6px 10px;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
	}

#body-container-left ul
	{
		list-style: none;
		margin: 5px;
		padding: 5px;
		font-size: 11px;
	}

#body-container-left li
	{
		list-style: none;
		margin: 7px 0 7px 0;
	}

#body-container-left a:link, a:visited
	{
		color: #003366;
		text-decoration: none;
	}

#body-container-left a:hover
	{
		color: #003366;
		text-decoration: underline;
	}

.body-contianer-right-heading
	{
		background: #e3e8ee;
		padding: 6px 10px 6px 10px;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-transform: uppercase;
		width:auto;
	}


h1
	{
		font-size: 18px;
		font-weight: bold;
		color: #333333;
		margin: 0;
	}

h2
	{
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		margin: 0;
	}

h3
	{
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		margin: 0;
	}

.content-area
	{
		padding: 10px 0 10px 10px;
	}

.content-image
	{
		border: 5px solid #333333;
		margin: 0 0 0 12px;
	}

#footer
	{
		text-align: center;
		font-size: 10px;
		padding: 8px 0 8px 0;
		color: #003366;
	}

.copyright-text
	{
		color: #999999;
	}
	.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
