@charset "UTF-8";

*	{
	margin:0;
	padding:0;
}

body {
	background:#cccccc;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 1000px;
	background:#FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#textContainer {
	width: 1000px;
	float:left;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0;
	padding:0 0 10px 0;
}


#header {
	width:1000px;
	height:175px;
}

#footer {
	float:left;
	width:1000px;
	height:25px;
	padding: 5px 0 0 0;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#336600;
	color:#FFFFFF;
}

#stormPurple {
	float:left;
	width:992px;
	height:18px;
	padding: 4px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#FF6600;
}



#leftCallout {
	width:180px;
	padding:10px;
	font-size:12px;
	text-align:left;
	float:left;
}


#rightCallout {
	width:180px;
	margin:10px 0;
	padding:10px;
	font-size:12px;
	text-align:center;
	float:right;
}

#mainText {
	margin:0 210px;
	padding:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336600;
}

#counter {
	color:#9999FF;
	padding:0.4em;
}

.imageLink
{
	border:0px;
}

.centrePhoto
{
	text-align:center;
	margin: 0px 10px;
}

.leftphoto
{
	float:left;
	margin:0px 10px 0px 0px;
}

.rightphoto
{
	float:right;
	margin:0px 0px 0px 10px;
}

.rightflash
{
	float:right;
	margin:0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.indentList{
	padding-left:20px;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336600;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#336600;
	font-weight:bold;
	text-decoration:none;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336600;
	font-weight:normal;
	text-decoration:none;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336600;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.imageLink:link 
{
	color:#EE0000;
	text-decoration:none;
	border-width: 0px;
	border: 0px;
}

a.imageLink:visited
{
	color:#EE0000;
	border-width: 0px;

}


/*bottom banner styling*/

a.bottomBanner:link 
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.bottomBanner:visited
{
	color:#FFFFFF;
	text-decoration:underline;
}


a:link 
{
	color:#336600;
	text-decoration:underline;
}

a:visited
{
	color:#336600;
	text-decoration:underline;
}

