
/* CSS Document */


body
{
    border: 0;
    margin: 0;
    background: url(../images/coredesign/background.jpg) white repeat-x;
    background-color:#AFCDFF;
    font-family: Arial, 'Trebuchet MS' , Tahoma;
  }

 a
 {
    color:#485F89; 
 }
 
 a:hover
 {
    font-weight:bold;  
 }
 
 li
 {
 list-style-image: url(../images/coredesign/bullet.gif); 
 list-style-type:none;
 padding-left:0px; 
 margin:0px;	 /*Needed for IE 6*/
 }

#logoImage
{
    background-image: url(../images/coredesign/header.png);
    background-repeat:no-repeat; 
    background-position:center;   
    padding-top:0px;
    position:relative;  
    width:100%;
    height:130px;
  }


#searchBox
{
position:relative; 
right:40px;
top:90px;
float:right; 
}


.boldtext
{
   font-weight:bold;  
}

.italictext
{
   font-style:italic;  
}

.centretext
{
    text-align:center; 
}

.smalltext
{
font-size:smaller; 
}




.pageHeader
{
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:0px;
    padding-top:24px; 
    height:185px;
    width:770px;  
    background-color:#ffffff; 
    border-color:#D0CECE;
    border-width:2px;
    border-bottom-style:none; 
    border-top-style:solid; 
    border-left-style:solid; 
    border-right-style:solid;  
   }

.pageBody
{ 
    margin-left:auto;
    margin-right:auto;
    padding-top:0px;
    width:770px;
    background-color:white;     
    border-color:#D0CECE;
    border-width:2px;
    border-bottom-style:none; 
    border-top-style:none; 
    border-left-style:solid; 
    border-right-style:solid;
    }


.pageBodyInner
{ 
    margin-left:auto;
    margin-right:auto;
    /*width:766px;   */
    width:720px;
    border-color:#D0CECE;
    background-color:white;     
    border-style:none;
    font-size:100%;
    text-align:justify;
    font-size:small; 
}

.pageFooter
{
    margin-left:auto;
    margin-right:auto;
    width:770px;   
    height:10px; 
    font-size:x-small; 
    text-align:center; 
    background-color:#ffffff;          
    border-color:#D0CECE;
    border-width:2px;
    border-bottom-style:solid; 
    border-top-style:none; 
    border-left-style:solid; 
    border-right-style:solid;
    border-bottom-style:solid;     
}
 
 .Footer /*The final text at the bttom of the page*/
 {
    text-align:center;
    font-size:xx-small;  
    height:50px;  
    margin-top:10px; 
    width:700px;
    margin-right:auto;
    margin-left:auto; 
 }


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: normal;
	margin-top:0px;
	text-align:center;  
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	margin-right:0;
	font-weight: normal;
	margin:0px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	 
}

h4
{
    font-size: small;
    font-weight: bold;
    margin: 0px; 
    padding: 0px;
    display:inline; 
}
 
h4+p
{
    margin: 0px; 
    padding: 0px;
}
 

img.alignedRight
{
    position:relative;
    float:right; 
    margin-left:10px; 
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px; 
    padding:4px;  
    border-style:none;
	border-width:1px;
	border-color:#BDBDBD;
    }


img.alignedLeft
{
    position:relative;
    float:left; 
    margin-right:10px; 
    margin-top:2px;
    margin-left:0px;
    margin-bottom:2px;   
    border-width:thin;
    padding:4px;
    border-color:#D2D2D2;    
    border-style:none;  
}

img.inline
{
    position:relative;
    top:3px;
    padding-right:2px;
    border-style:none;  
}

table
{
	text-align:left;  
}

table.backissues
{
    margin-left:auto; 
    margin-right:auto;
    width:90%; 
}

 /* ######### Style for Drop Down Menu ######### */

 
.menu
{
    background-color:#435779;
    margin-left:auto;
    margin-right:auto;
    width:724px;
    height:20px;
    text-align:justify; 
 }

.menu ul 
{
    padding:0;
    margin:0;
    color:#ffffff;
    white-space:nowrap;
    list-style-type:none;
    text-align:justify; 
    font:normal 12px Verdana;
}

.menu li 
{
    display:inline;
    list-style-image:none; 
}

.menu a
{
text-decoration:none;
float:left;
color:#ffffff;
padding:3px; 
margin-left:10px; 
}

.menu a:hover
{
    font-weight:normal;  
}

.dropmenudiv{
position:absolute;
top: 0px;
border-top-style:none;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:solid;
border-color: #918d8d;
border-width: 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:9999;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-left-width: 1px;
border-right-width: 1px; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
background-color:#435779; 
color: #ffffff;
}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #718CB8;
font-weight:normal;
}