/* Easter 2005 screen styles */

/* Zoom-able layout inspired by an article at www.alistapart.com                */
/* Layout elements specified in Em units so that the whole page can be enlarged */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
    background-color: #EEFFEE;
    color: #000;    
	text-align: center;
    margin: 0 0 0.8em 0;
}

img {
    border: 0;
}

.hidden {
	display: none;
}

a:link {
    color: #0066CC;
    text-decoration: none;
}
a {
    color: #0066CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #663399;
}

p {
    margin: 0;
    padding: 0;
}

/* Other type styles */

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #0066CC;
}
.greenText {
	color: #006600;
}

/* Main holder Div */

div.flash {
    /*margin: 1em -10.8em 1em -10.8em;*/
	clear: both;
	text-align: center;
	padding: 1.1em 0 0 0em !important;
}

div.flash object#flash, div.flash embed#flash {
	width: 62.5em;
	height: 41.6em;
}

div#main {
    position: relative;
	width: 62.5em;
    margin-top: 0.8em;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #003300;
}

/* Header Div */

div#header {
    position: relative;
    height: 9em;
	background-color: #FFFFFF;
}
div#header img {
    width: 62.5em; 
	height: 10em;
}
div#header h1 {
	display: none;
}


/* Content div */

div#content {}
div#content p {
    line-height: 1.6em;
	margin: 0 10em 0 10em;
    padding: 0em 0.8em 0.9em 0.8em;
}
div#content > p {
	padding-left:  0.8em;
	padding-right: 0.8em;
}
div#content ul {
	list-style-type: disc;
	padding: 0em 10em 0.9em 12em; 
}
div#content li {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.6em;
}

div#content img.imageWrapLeft {
	margin: 0.4em 0.5em 0.2em 0em;
	float: left;
}
div#content img.imageWrapRight {
	margin: 0.4em 0em 0.2em 0.5em;
	float: right;
}
div#content p img.imageWrapLeft {
	padding-top: 0.8em;
}
div#content p img.imageWrapRight {
	padding-top: 0.8em;
}

h2 {
	clear: left;
    margin: 0 7em 0em 0.5em;
	padding: 1em 0em 0em 0em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    line-height: 1.8em;
	color: #993333;
	border-bottom: 1px solid #CCCCCC;
}

#content h2 a:hover, h3 a:hover {
    color: #000;
}

#content h3 {
	color: #993333;
    margin: 0.1em 7.7em 0.3em 7.7em;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    line-height: 1.4em;
	clear: left;
}
h3 a {
	text-decoration: none;
	color: #0066CC;
}
h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	color: #993333;
    margin: 0.1em 7.7em 0.3em 0.3em;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    line-height: 1.3em;
	clear: left;
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: circle;
}

/********************/
/* Top Nav Menu Div */
/********************/

#topnav {
    /*position: relative;*/
	margin: -1.7em 0 0 0;
	padding: 0em 0 0 0;
	height: 1.7em;
	width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #0C3252;
    overflow: hidden;
	/*background-color: #FFFFFF;*/
	border-bottom: 1px solid #003300;
	padding-left: 0.7em;
}
#topnav ul {
    margin: 0;
    padding: 0 0 0 11.5em;
	list-style: none;
	list-style-type: none;
	float: left;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	width: 10.4em;
	text-align: center;
	float: left;
	border: 1px solid #003300;
	border-bottom: none;
	/*background-color: #eee;*/
	padding: 0.2em 0 0.3em 0;
	margin: 0 1em 0 0;
	color: #003300;
	text-decoration: none;
}

#topnav a:hover {
    text-decoration: none;
    color: #FFFFFF;
	background-color: #8F1F1F;
}

#topnav li.currentTab a {
    text-decoration: none;
    color: #FFFFFF;
	background-color: #8F1F1F;
}

/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
    position: relative;
    border-top: 1px solid #003300;
    /*width: 61.3em;*/
    height: 2.4em;
	clear: both;
	padding: 0 1em 0 1em;
}

div#pageFooter p {
    font-size: 0.8em;
	margin: 0;
	padding: 1em 0em 0em 0em;
}    

div#pageFooter p.left {
	float: left;
    text-align: left;
}

div#pageFooter p.right {
	float: right;
    text-align: right;
}

p.logo {
	text-align: center;
	margin: 1em auto 2em auto;
}

