/* 

Home Page Structure:

div#header
div#page    ->  div#body    ->  p.spacerH
                            ->  div#left
                            ->  div#middle  
                            ->  div#right   ->  p.spacerH
                                            ->  div#news
div#footer

*/

body
{
	background-color:#eaedf7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

div#header
{
    width:800px; height:72px;
    margin:auto;
    background:url(../images/header.png)  0 0 no-repeat;
}
div#search
{
	display: none;
}	
div#headerrm
{
    width:800px; height:72px;
    margin:auto;
    background:url(../images/headerrm.png)  0 0 no-repeat;
}
div#headerpm
{
    width:800px; height:72px;
    margin:auto;
    background:url(../images/headerpm.png)  0 0 no-repeat;
}

div#pageHome
{
    width:800px; overflow:hidden;
    margin:auto;
    background:url(../images/pageHome.png) 0 0 repeat-y;
}

div#page
{
    width:800px; overflow:hidden;
    margin:auto;
    background:url(../images/page.png) 0 0 repeat-y;
}

div#pagecontent
{
    width:800px; overflow:hidden;
    margin:auto;
    background:url(../images/pagecontent.png) 0 0 repeat-y;
}
div#pagetrg
{
    width:800px; overflow:hidden;
    margin:auto;
    background:url(../images/page_trg.png) 0 0 repeat-y;
}
div#body
{
	width:776px;
	overflow:hidden;
	margin:auto auto;
	padding-left:0px;
}

div#leftHome
{
    float:left;
    width:137px;
    padding:0;
}

div#middleHome
{
	float:left;
	width:353px;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 14px;
}

div#rightHome
{
    float:left;
    width:256px;
    padding:0;
}

div#leftsub
{
    float:left;
    width:490px;
    padding-top: 10px;
	padding-left: 16px;
	padding-right: 14px;
}

div#leftcontent
{
	float:left;
	width:563px;
	padding-top:7px;
	padding-left:10px;
	padding-right:13px;
}

div#rightcontent
{
	float:left;
	width:180px;
	padding:5px;
}

p.mainText
{
    width:600px; padding:6px 14px;
}

div#news
{
    padding:1px 20px;
}

div#footer
{
    width:800px; 
    margin:auto;
    background:url(../images/footer.png)  0 0 no-repeat;
}

div#footer p
{
    text-align:center;
}

a
{
    color:#457fc1;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

/* PM page style */
div#pmNav
{
    background:url(../images/pmNavBg.gif)  0 0 no-repeat;
    height:45px;  
}

div#pmNav a
{
    font-size:8pt; font-weight:bold;
    color:#fff;
    margin-left:8px;   
}

div#pmOtherLinksTitle
{
    background:url(../images/pmOtherLinks.gif)  0 0 no-repeat;
    height:36px;
}
div#pmResourcesTitle
{
    background:url(../images/resourcesPM.gif)  0 0 no-repeat;
    height:36px;
}
div#pmNews
{
    background:url(../images/newsPM.gif)  0 0 no-repeat;
    height:36px;
}

/* RM page style */
div#rmNav
{
    background:url(../images/rmNavBg.png)  0 0 no-repeat;
    height:45px;  
}

div#rmNav a
{
    font-size:8pt; font-weight:bold;
    color:#fff;
    margin-left:18px;   
}

div#rmOtherLinksTitle
{
    background:url(../images/rmOtherLinks.gif)  0 0 no-repeat;
    height:36px;
}

div#rmNews
{
    background:url(../images/newsRM.gif)  0 0 no-repeat;
    height:36px;
}
/* sub page style (both PM and RM) */
div#announce
{
    background-color:#ffcd07;
    padding:1px 7px;
}

h1
{
    font-weight:bold; font-size:13pt; 
}

h2
{
    font-weight:bold; font-size:11pt; 
}
h3
{
    font-weight:bold; font-size:10pt; 
}

h4
{
    font-weight:bold; font-size:10pt; font-style:italic; 
}

div#otherLinks
{
    padding:1px 12px;
}
