/* -------- */
/* Elements */
/* -------- */
body {
	behavior: url(/style/csshover.htc); /* call hover behaviour file */
	font-size: 100%; /* enable IE to resize em fonts */
	margin: 0px;
	padding: 8px 5px 8px 5px;
	background-color: #ffffff;
    background-image:url('../images/mainback.gif');
    background-repeat: repeat-x;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #000000;
}

#PageWrapper {
	width: 980px;
	border: 0;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	color: #000000;	
}
#PageMiddle {
	background-color: #FFFFFF;
}

form, div{border: 0; padding: 0; margin: 0;}
ol{margin-top: 5px; margin-bottom: 0;}
li.Content3{margin-bottom: 3px;}

select, input, textarea {
	font-family: arial, sans-serif, tahoma, verdana, geneva;
	font-size: 13px;
}
#PageTopPicture 
{
	width: 980px;
	float: left;
}


#PageBottomPicture 
{
    background-color: #2d63a9;
	width: 980px;
	float: left;
}
#PageBottomPicture a 
{
    font: 12px tahoma, arial, helvetica, sans-serif;
    color: #000000;
    text-align: left;
    text-decoration: none;
}
#PageBottomPicture a:hover
{
    font: 12px tahoma, arial, helvetica, sans-serif;
    color: #000000;
    text-align: left;
    text-decoration: underline;
}



#ContentLeft {
	width: 200px;
	float: left;
    background-color:#7da9e3;
    
}
#ContentMain {
	width: 734px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px;
	vertical-align: top;
	float: left;
}
#ContentRight {
	width: 210px;
	float: right;
}

#ContentMainBody {
	margin: 0;
	width : 730px; /* 734*/
	background-color: #FFFFFF;
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
	vertical-align: top;
}

#ContentBody {
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#Content {
	margin: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	
}


#Content .blueTitle {
	font-size: 20px;
	color: #2d63a9;
	font-weight: bold;	
}

#Content .title {
	color: #7da9e3;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#Content .blackTitle {
	font-size: 15px;
	color: #000000;
	font-weight: bold;	
}

#Content .greenTitle {
	font-size: 15px;
	color: #239600;
	font-weight: bold;
    text-align: left;
}

/* -------------------------------------------------------------- */
/* Header section - START                                         */
/* -------------------------------------------------------------- */
#Header {position:relative; width: 980px;	height: 50px; } /*was 160 for the large logo*/
#HeaderLogo {position: absolute; top: 0px; left: 630px;}
#HeaderDate {font-family: tahoma, verdana, geneva, arial, sans-serif; font-size: 11px; color: #FFFFFF;}
#HeaderLinks {position: absolute; top: 86px; left: 790px;} /*830*/
.HeaderLink {padding-left: 8px; padding-right: 8px; display: inline;}
.HeaderLink a {color: #FFFFFF;}
.HeaderLink a:hover {color: #FFFFFF;}
/* -------------------------------------------------------------- */


/* -------------------------------- */
/* Footer section - START           */
/* ---------------------------------*/
#FooterWrapper {
	width: 980px;
}
#Footer {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
#FooterCopyright {
	position: relative;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}
#FooterLinks {
	position: absolute;
	top: 0;
	left: 380px;
}
#FooterLinks a{
	color: #ffffff;
    text-decoration:none;
}
#FooterLinks a:hover{
	color: #ffffff;
    text-decoration:none;
}

/* -------------------------------- */

