﻿body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	/*background-color: #044C70;*/  /*sets the body background colour*/
	/*background-color: #666666;  /*sets the body background colour*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. 
	First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing 
	or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, 
	some versions of Opera will draw a default font-size of 100% too small compared to other browsers. 
	Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use 
	the 100.01% value for this property */
	/*width: 800px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
    text-decoration: none;
    width: 1024px;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a, href
{
	text-decoration: none;
}

/************************SET STYLE FOR HYPERLINKS**************************************/

#nav a:link, #nav a:visited, #nav li
{
	color: #0033FF; /*sets the link and visited text color to blue*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}

#nav a:hover, #nav a:focus
{
	color: #990000;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}
/* Reverse blue and brown colors*/
#nav2 a:link, #nav2 a:visited, #nav2 li
{
	color: #990000; /*sets the link and visited text color to blue*/
	background-color: transparent;/* no background color required*/
	list-style-image: url(../images/bullets/sq_bl.gif);
	margin-left:0px;
	padding-left: 0px;
}
/* Reverse blue and brown colors*/
#nav2 a:hover, #nav2 a:focus
{
	color: #0033FF;/* sets the text color to brown for hover and focus*/
	text-decoration: none;/*removes the underline*/
}

/************************SET STYLE FOR CONTENT AREA**************************************/

.content {
	font-size: .9em;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
}
.content2 {
	font-size: .8em;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
}
.caption {
	font-size: 0.7em;
	color: #FFFFFF;
}

/************************SET STYLE FOR BULLETS**************************************/

#listItems ul, #listItems li
{
	color: #000000; /*sets list items' text color to black*/
}
#listItems1 ul, #listItems1 li
{
	color: #000000; /*sets list items' text color to black*/
}
#listItems2 ul, #listItems2 li
{
	color: #000000; /*sets list items' text color to black*/
}
#listItems3 ul, #listItems3 li
{
	color: #000000; /*sets list items' text color to black*/
}