body
	{
	background-color:#FFFFCC; /* RGB: 255, 255, 204 */
	color:#004990; /* RGB: 0, 73, 144 */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	}
	
/*h1
	{
	font-size:25px;
	line-height:23px;
	} */
	
h2
	{
	font-size:17px;
	line-height:16px;
	}
	
h3
	{
	font-size:14px;
	line-height:13px;
	}

img
	{
	border:0;
	}

a	
	{
	font-size:12px;
	color:#660000; /* RGB: 102, 0, 0 */
	}
	
a:link
	{
	text-decoration: none;
	}
	
a:visited
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: none;
	font-weight:bold;
	}

a:active
	{
	text-decoration: none;
	font-weight:bold;
	}
	
/* Main Section Dividers */
#header
	{
	z-index: 1;
        width:100%;
	clear:both;
	text-align:left;
	height:160x;
    background-color:#aaa;
	/*border-top:3px solid #004990; /* RGB: 0, 73, 144 */
	}
      
#containerlogo
	{
	width:770px;
	/*height: inherited; */
        height: 113px;
	margin-left:auto;
	margin-right:auto;
        }
      
#toplogolink
        {
        z-index:2;
        width:190px;
        margin-left:10px;
        height:113px;
         }
      
#maintitlemenu
	{
	width:500px;
	height:113px;
	margin-left:0px;
	margin-right:auto;
        }
      
#titlemenu {
 z-index:2;
 background-color:  transparent;
 float: left;
 height: 70px;
 width: 77px; 
 position: relative; 
 font-size: 15px;
 /* left: 140px; */
/* top: 40px;" */
}

#titlemenu a
	{
        background-color:transparent; 
	text-align: left;
        font-family: Arial; 
        font-size:12px; 
   /*     color:#FFFFCC;*/
	   color: #660000;	
	}
#titlemenu a:hover
	{
        font-size:14px;
        color:#004990;
	text-decoration: none;
	font-weight:bold;
	}

#menunav {
	z-index:2;
	background-color: transparent;
	float: left;
	height: 32px;
       width: 172px;
       position: relative;
	 }

#container
	{
	width:750px;
	/*min-height: 600px;*/
	margin-left:auto;
	margin-right:auto;
	}
/* Where all the stuff goes */

#mainContent
	{
	width:600px;
	float:left;
	text-align:left;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
     
	}
	
#mainContent img
	{
	vertical-align:middle;
	}
	
#mainContent ul li, ol li, dl dt, dl dd
	{
	padding-top:2px;
	}
	
#menuBar
	{
	width:135px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	/*line-height:14px;*/
	line-height:16px;
	}
	
#menuBar img
	{
	vertical-align:text-top;
	border-top: 0;
	border-left: 1px solid #036; /* RGB: 0, 51, 102 */
	border-right: 1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-bottom: 1px solid #036; /* RGB: 0, 51, 102 */
	} 
	
#menuBar img.dot
	{
	border:0;
	}
	
#menuBar ul
	{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#menuBar li
	{
	background-position:0em;
	}
	
#menuBar a
	{
	display:block;
	background-color:#99ccff; /* RGB: 153, 204, 255 */
	color:#000; /* RGB: 0, 0, 0 */
	text-align:right;
	padding-right:4px;
	width:131px;
	border-top:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-left:1px solid #036; /* RGB: 0, 51, 102 */
	border-right:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-bottom:1px solid #036; /* RGB: 0, 51, 102 */
	}
	
#menuBar a:hover
	{
	background-color:#369; /* RGB: 51, 102, 153 */
	color:#fff; /* RGB: 255, 255, 255 */
	border-top:1px solid #036; /* RGB: 0, 51, 102 */
	border-left:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	border-right:1px solid #036; /* RGB: 0, 51, 102 */
	border-bottom:1px solid #ffffcc; /* RGB: 255, 255, 204 */
	}
      
#footer
	{
	z-index: 1;
        width:100%;
	clear:both;
	text-align:left;
	height:80px; 
        background-image: url(../images/colouredbarfooter.gif)
	}
	
#footer a
	{
	color:#660000;
	}

#footer a:hover
	{
        text-decoration: none;
        font-weight:bold;
	}