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

a
{
	text-decoration: none;
}

body
{
	/*margin: 10px 0;*/
	background: #dedede url('../gfx/bg.gif') repeat-x;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	min-width: 950px;
}

.wrapper
{
	background: transparent;
	display: block;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}

.top
{
	text-align: center;
	width: 100%;
	height: 187px;
	margin: 0 auto;
	margin-bottom: 5px;
	background: url('../gfx/top/bg.gif') repeat-x;
	position: relative;
}

.content
{
	background: #fdfdfd url('../gfx/content/bg.gif') top repeat-x;
	border: 1px #546978 solid;
	margin: 0px 2px 5px 2px;
	min-height: 270px;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.footer
{
	height: 44px;
	/*margin: 0 auto;*/
	margin: 0px 1px 0px 1px;
	background: url('../gfx/footer/bg.gif') repeat-x;
	position: relative;
}

/* TOP */
.top .left
{
	background: url('../gfx/top/topImgLeft.jpg') no-repeat;
	float: left;
	height: 187px;
	width: 497px;
}

.top .left .mainPageLink
{
	display:block;
	float:left;
	height:100%;
	width:100%;
}

.top .right
{
	background: url('../gfx/top/topImgRight.jpg') no-repeat;
	float: right;
	height: 187px;
	width: 412px;
}

/* FOOTER */
.footer .left
{
	background: url('../gfx/footer/leftBg.gif')  no-repeat;
	height: 44px;
	width: 7px;
	position: relative;
	left: 0px;
}

.footer .right
{
	background: url('../gfx/footer/rightBg.gif') no-repeat;
	height: 44px;
	width: 490px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* CONTENT */
.content .contentMain
{
	margin: 12px 20px 12px 20px;
}

.content hr
{
	border: 0px;
	border-bottom: 1px dotted #0b4970;
	height: 1px;
	margin: 12px 0px 10px 0px;
}

.content h2
{
        color: #134c77;
        font-family: "Arial Black", Tahoma, Helvetica, Verdana, sans-serif;
        font-size: x-large;
        font-weight: bold;
        margin-bottom: 2px;
}

.content h3
{
	color: #134c77;
	font-family: "Arial Black", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-bottom: 2px;
}

.content h3.title
{
	margin-right: 35px;
	margin-bottom: 10px;
}

.content h4
{
	color: #222;
	font-family: "Arial Black", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 2px;
}

.content ul
{
	font-size: 0.9em;
	margin-left: 20px;
	margin-bottom: 10px;
}

.content ul li
{
	margin-top: 1px;
	margin-bottom: 1px;
}
.content ol
{
	font-size: 0.9em;
	margin-left: 30px;
}

.content ol ol
{
	font-size: 1em;
}

.content p
{
	color: #071b2b;
	font-size: 0.9em;
	line-height: 1.2;
	margin-bottom: 7px;
}

.content a
{
	color: #0066bb;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight: bold;
}

.content a:hover
{
	text-decoration: underline;
}

.content .layBox
{
	height: 100%;
	overflow: hidden;
}

.strong {font-weight: bold}
.strongsmall 
{
	font-size: 0.8em !important;
	font-weight: bold;
}

}

