<style type="text/css">

* {margin:0;padding:0}
html,body{margin:0;padding:0; background-color: #F3F3F3}
body{font:90% arial,sans-serif;text-align:center}
p{margin:0 10px 10px; color: #4B4B4D}

/* --- MAIN DIVISIONS --- */

div#container{
text-align:left;
width:900px;
margin:0 auto;
}

div#header {
height:131px;

margin:0;
padding:0px;
background-image:url(_imgs/prs_main_header.jpg);
background-repeat: no-repeat;
}

div#menu{
height:183px;
margin:0;
padding:0px;
background-image:url(_imgs/prs_menu_header.jpg);
background-repeat: no-repeat;
float:left;
width:100%;
}

div#subtitle{
float:left;
width:625px;
padding-left: 275px;
height:131px;
margin:0;
background-image:url(_imgs/prs_sub_header.jpg);
background-repeat: no-repeat;
}

div#content{background:#FFFFFF;;float:right;width:780px}

div#leftblock{background:#F3F3F3}

/* --- END MAIN DIVISIONS --- */



/* --- TEXTUAL SPECIFICAIONS --- */

div#header .right {
float:right;
padding: 20px 10px 0px 0px;
text-align: right;
}

div#subtitle h1{
margin:0px 30px 0px 10px;
line-height: 131px;
color: #EE7D45;
}

div#content p{
font-size: 90%;
line-height:1.4;
text-align: justify;
}

div#content h3{
margin-left: 10px;
color: #009EE0;
}

div#content li{
line-height: 2em;
}

div#content a{
text-decoration:none;
color: #003366;
}

div#content a:hover{
text-decoration:underline;
color: #E2007A;
}



div#content td {
padding-left: 20px;
font-weight: bold;
vertical-align: top;
font-size: 90%;
}

div#content img{
float: right;
padding:10px 10px 10px 10px;
}

/* --- END TEXTUAL SPECS ---*/



/* --- MENU ---*/
.markermenu{
width: 170px; /*width of menu*/
}

.prsmenu ul{
list-style-type: none;
margin: 15.5px 0 0 54px;
padding: 0;
border: 0px solid #9A9A9A;
}

.prsmenu ul li a{
background: url(_imgs/menu-button.gif); background-repeat: no-repeat; 1px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: 100px;
padding: 5px 0px 8px 0;
padding-left: 32px;
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
}


* html .prsmenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 90px;
}

.prsmenu ul li a:visited{
color: #FFFFFF;
}

.prsmenu ul li a:hover{
color: #EE7D45;
background-image:url(_imgs/prs_hover.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .prsmenu ul li { height: 1%; }
* html .prsmenu ul li a { height: 1%; }
* html div#content a{
text-decoration:none;
color: #4B4B4D;
}

* html div#content a:hover{
text-decoration:underline;
color: #E2007A;
}

* html div#content img{
float: right;
padding:10px 10px 10px 10px;
}

/* End */

/* --- END MENU --- */



/* --- FOOTER --- */ 

div#footer{background: #F3F3F3 ;color: #4B4B4D; clear:both;}
div#footer p{margin:0;padding:5px 10px; text-align:right; font-size: 70%;}
.designed {font-size: 95%;}
div#footer a{
text-decoration:none;
color: #4B4B4D;
}

/* --- END FOOTER --- */

</style>

