

body
{
    background: #FFFFFF;
    font-family: 'Trebuchet MS', arial, sans-serif;
    color: #434242;
	font-size: 10pt;
	margin: 0;
	padding: 0;

}

a:link
{
    color: #ff1111;
    text-decoration: underline;
}

a:visited
{
    color: #ff1111;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #ff1111;
    text-decoration: underline;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color:#0063a6; 
}

div#container
{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	/*height: 826px*/
}


div#header
{
	width: 1000px;
	height: 273px;
	background-image:url(../images/PA0180-headerbg.jpg);
	float: left;
}

div#leftpanel
{
	width: 550px;
	height: 515px;
	background-image:url(../images/PA0180-leftpanel.jpg);
	float: left;
}

div#content
{
	width: 330px;
	height: 495px;
	background-image:url(../images/PA0180-contentbg.jpg);
	float: left;
	padding: 20px 30px 0px 40px
}

div#rightpanel
{
	width: 50px;
	height: 515px;
	background-image:url(../images/PA0180-rightpanel.jpg);
	float: left;
}


/* Content */


div#copyblock
{
	width: 560px;
    margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

div.float-element
{
	float:left;
	margin: 0px 10px 10px 0px;
}

/* top nav */

div.menuBoxes
{
	width: 320px;
	height: 26px;	
}

div.menuBoxes a.menuBox,
div.menuBoxes a.menuBoxExtended
{
	display: block;
	width: 69px;
	height: 26px;
	float: left;
	text-align: center;
	margin-right: 3px;
	padding-top: 5px;
	background-image: url('../images/menuBlue.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}


div.menuBoxes a.menuBox:hover
{
	background-image: url('../images/menuBlack.gif');
}

div.menuBoxes a.menuBoxExtended
{
	width: 86px;
	background-image: url('../images/menuBlue_extended.gif');
}

div.menuBoxes a.menuBoxExtended:hover
{
	width: 86px;
	background-image: url('../images/menuBlack_extended.gif');
}


.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	overflow: hidden;
}

/* Footer */

div.footerWrapper
{	
	width: 550px;
	/*height: 56px;*/
	height: 56px;
	background-image: url('../../media/Images/footer_background.gif');
	background-repeat: repeat-y;
	margin-top:460px;
}

div.footerWrapper div.footerLeft
{
	padding-left: 10px;
	color: #1C4A84;
	text-decoration: none;
	font-size: 11px;
	/*height: 56px;*/
	height: 100%;
	width: 540px;
	float: left;
}

div.footerWrapper div.footerLeft a,
div.footerWrapper div.footerLeft a:visited, 
div.footerWrapper div.footerLeft a:hover
{
	color: #1C4A84;
	text-decoration: none;
	font-size: 11px;
}

div.footerWrapper div.footerLeft a:hover
{
	color: #ffffff;
}

div.footerWrapper div.footerMiddle
{
	width: 400px;
	/*height: 56px;*/
	height: 100%;
	background-color: #1d549d;
	float: left;
}

div.footerWrapper div.aboutFooterMiddle
{
	width: 400px;
	/*height: 56px;*/
	height: 100%;
	background-color: #e9eff6;
	float: left;
}

div.footerWrapper div.footerRight
{
	/*width: 74px;*/
	width: 50px;
	/*height: 56px;*/
	height: 100%;
	float: left;
}

/* END Footer */


