
/* ************************* Default Declaration ************************* */

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #25373F;
}

table
{
	border-spacing: 0px;
	border-collapse:collapse;
}

td, th
{
	text-align: left;
	padding: 5px;
}

img
{
	border: none;
}

/* ************************* Navigation ************************* */

div.block
{
	vertical-align: top;
	border-right: 1px solid #4C6E7C;
	border-bottom: 1px solid #4C6E7C;
	border-top: 1px solid #4C6E7C;
	background-color: #ECF2F4;
	margin-bottom: 10px;
	-moz-border-radius-topRight:10px;
	-moz-border-radius-bottomRight:10px;
}

div.block div
{
	padding: 5px 5px 5px 10px;
}

div.block h2, div.block .head
{
	border-bottom: 1px solid #4C6E7C;
	margin: 0px 0px 3px 0px;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 11px;
	background-color: #BACED6;
	-moz-border-radius-topRight:10px;
}

div.block ul
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	list-style-type: none;
}

div.block li
{
	margin-bottom: 3px;
}

div.block li a
{
	width: 100px;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #ECF2F4;
	border-bottom: 1px dotted #ECF2F4;
}

div.block li a:hover
{
	color: #000000;
	border-top: 1px dotted #4C6E7C;
	border-bottom: 1px dotted #4C6E7C;
}

/* ************************* Content ************************* */
.content
{
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 30px 10px; /* top right bottom left */
	position: absolute;
	top: 60px; 
	left: 120px;
	right: 20px;
	min-width: 670px;
	z-index: 50;
}

.pageTitle
{
	font-size: 15px;
	color: #4C6E7C;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
}

.pageTitle h3
{
	font-size: 15px;
	font-weight : bold;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	float: left;
}

.NewsTitle h3
{
	font-size: 15px;
	font-weight : bold;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	color: #4C6E7C;
}

/* ************************* Top ************************* */

div.top
{
	text-align: left;
	vertical-align: top;
    background-color: #ECF2F4;
    height: 60px;
    border: 1px solid #ECF2F4;
    right: 20px;
    left: 0px;
    -moz-border-radius-bottomRight: 10px;
    border-right: 1px solid #4C6E7C;
	border-bottom: 1px solid #4C6E7C;
	background-position: 10px center;
	background-repeat: no-repeat;
	min-width: 800px;
	z-index: 100;
	margin-right: 20px;
}

div	.
{
	font-weight: bold;
    top: 10px;
    right: 10px;
    position: absolute;
    float: right;
}

div.leftHand
{
	width: 120px;
	margin-top: 10px;
	top: 70px;
	z-index: 100;	
}
	
div.headline
{
	margin: 5px 5px 5px 230px;
	height: 35px;
	font-size: 20px;
	color: #4C6E7C;
	font-weight : bold;
	padding: 10px 5px 5px 5px;
}

div.contentblock
{
	border: 1px solid #4C6E7C;
	-moz-border-radius-bottomRight:10px;
	-moz-border-radius-topRight:10px;
	-moz-border-radius-topLeft:10px;
	-moz-border-radius-bottomLeft:10px;
	padding: 5px 5px 5px 5px;
 }
 
 div.newsblock
{
	border: 1px solid #4C6E7C;
	-moz-border-radius-bottomRight:10px;
	-moz-border-radius-topRight:10px;
	-moz-border-radius-topLeft:10px;
	-moz-border-radius-bottomLeft:10px;
	margin-top: 50px;
	padding: 5px 5px 5px 5px;
 }
 
