/* Body Alignment Centre Website Style Sheet*/


/* divs */

body
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 76%;
    margin: 0;
    padding: 0;
    color: #555555;
    background-color: #f9ebde;
	background-image: url(../images/body_tile.jpg);
    background-repeat: repeat-x;
	background-position:top;
    text-align:center;

}

#container
{
    position:relative;
    width:920px;
	height: 1000px;
    margin:0 auto 0;
    padding:0;
	background-color: #ffffff;
}

#header
{
    width: 900px;
	height:50px;
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 0px 0px;
}

#nav
{
    width: 900px;
	height: 48px;
	text-align:right;
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
	background-image: url(../images/nav_tile.gif);
    background-repeat: repeat-x;
}

#content
{
    width: 900px;
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 20px;
    text-align:left;
}

#imagearea
{
    width: 360px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
}

#textarea
{
    width: 500px;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    text-align:left;
	float: left;
}

#footer
{
    width: 900px;
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 0px 0px;
	clear: both;
}

#maparea
{
    width: 220px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
}

div.logoarea
{
    width: 220px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align:left;
	float: left;
}


/* fonts */

h1 { font-size: 1.5em; color: #7E0D28; font-weight: bold; text-decoration: none; }
h2 { font-size: 1.2em; color: #957f29; font-weight: bold; text-decoration: none; margin: 25px 0px 0px 0px;}
h3 { font-size: 1.0em; color: #FFFFFF; background-color: #546ABC; font-weight: bold; text-decoration: none; padding: 0px 0px 0px 5px;}
h4 { font-size: 0.8em; color: #A9421F; font-weight: bold; text-decoration: none; }
h5 { font-size: 0.8em; color: #666666; text-decoration: none; }

font.title { font-size: 1.1em; color: #546ABC; font-weight: bold; text-decoration: none; }
font.subtitle { font-size: 1.1em; color: #a49476; font-weight: bold; text-decoration: none; }
font.subtitle2 { color: #8F00D1; font-weight: bold; }
font.minor { font-size: 0.8em; color: #666666; text-decoration: none; }


/* hyperlinks */

A:link {color:#003D80; text-decoration:none;}
A:visited {color:#005EC6; text-decoration:none;}
A:hover {color:#617992; text-decoration:underline;}

A.minor:link {font-size: 10px; color: #D85100; text-decoration: none;}
A.minor:visited {font-size: 10px; color: #D85100; text-decoration: none;}
A.minor:hover {font-size: 10px; color: #FF6101; text-decoration: underline;}

/* paragraphs */

p {padding: 0px; margin: 0px;}
	
br.clear {clear:both;}	