* { padding: 0; margin: 0; }
body 
{
 margin-top: 15px;
 background-color: #FFF;
 font-family: sans-serif, Arial;
 font-size: 13px;
}

h1, h2, h3, h4, h5, h6 
{
    color: Black;
    padding: 5px 0 5px 0;    
}

h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 13px;
	font-weight: bold;
}

tr
{
    padding: 2px;
}
th
{
    padding: 2px 0px 2px 0px;
}
td
{
    padding: 1px;
}

p 
{
	padding: 5px 0 5px 0;
	text-align: left; 
}

hr
{ 
    margin-top: 5px;
    margin-bottom: 5px;
    color: #63310C;
}


#wrapper { 
 margin: 0 auto;
 width: 925px; 
 border: solid 1px #63310C;
}

#header {
 color: #333;
 width: 921px; 
 float: left;
 padding: 0px 0px 0px 0px; 
 border: solid 0px #63310C; 
 height: 150px;
 margin: 0px 0px 0px 0px;  
 background: #FFFFFF; 
}

#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: solid 0px #63310C; 
 margin: 0px 0px 0px 0px;
 background: #347BBD; 
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF; 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 800px; 
 width: 200px;
 float: left;
}
#leftcolumn ul
{
	margin: 0 15px 0 10px;
}

#leftcolumn ul li ul li
{
	list-style-type: disc;
}

#leftcolumn a:link 
{
    text-decoration:none;
    color: #327CBB;
    font-weight:bold; 
}
#leftcolumn a:visited 
{
	color: #327CBB;
	text-decoration:none;
}
#leftcolumn a:hover 
{
    text-decoration:underline;  
}


#content { 
 float: left;
 color: #333;
 border-left: solid 1px #63310C;   
 border-right: solid 1px #63310C;   
 background: #FFFFFF; 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 800px; 
 width: 456px;
 display: inline;
}
#content ul
{
	margin: 0 25px 0 30px;
}

#content ul li ul li
{
	list-style-type: disc;
}
#content a:link 
{
    text-decoration:none;
    color: #327CBB;
    font-weight:bold; 
}
#content a:visited 
{
	color: #327CBB;
	text-decoration:none;
}
#content a:hover 
{
    text-decoration:underline;  
}

#rightcolumn { 
 color: #333;
 background: #FFFFFF; 
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 800px; 
 width: 200px;
 float: left;
}

#rightcolumn ul
{
	margin: 0 10px 0 15px;
}

#rightcolumn ul li ul li
{
	list-style-type: disc;
}
#rightcolumn a:link 
{
    text-decoration:none;
    color: #327CBB;
    font-weight:bold; 
}
#rightcolumn a:visited 
{
	color: #327CBB;
	text-decoration:none;
}
#rightcolumn a:hover 
{
    text-decoration:underline;  
}

#footer { 
 width: 925px; 
 clear: both;
 color: #333;
 border-top: 1px solid #63310C;
 text-align: center; 
 background: #C6B65E; 
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px; 
}

/* Accordion */
.accordionHeader
{
    border: none; 
    color: white;
    background-color: #FFFFFF; 
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: YELLOW;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #63310C; 
    color: #C6B65E;
    background-color: #63310C;	
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: RED;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFC6;  
    border: 1px solid #63310C; 
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.imgfloatcentre {
	float:none;
	display:inline;
	margin: 0.25em 0em 0.25em 0em;
}

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.left
{
	text-align:left;
}
.centre
{
	text-align:center;
}

