/*TODO:  put some css links for tutorials in here
  put links to hex color converter here
http://www.csszengarden.com/
http://www.webmonkey.com/webmonkey/authoring/stylesheets/
*/
body
{
	margin: 0 0 0 0;
	background-color:#ffffff;
}
P, TD
{
	font-family: Trebuchet MS,verdana,arial, sans-serif;
	font-weight: normal;
	font-size:.9em;	/* can also use a value like 9pt or 11px.  px are fixed when you change font size in the browser.*/
	color: #000000;
}

TD.paddedCell
{
	padding: 5 5 5 5;
}

IMAGE.headerImage
{
	margin-top:3px;
	margin-left:5px;
	margin-bottom:1px;
}
/*-----TABLE HEADERS---------*/
TABLE.GreenBox
{
	background-color:#ffffff;
	border-left: solid 2px #045B4A;
	border-right:solid 2px #045B4A;
	border-bottom: solid 2px #045B4A;
}
TR.GreenBoxHeaderBig
{
	background-image: url(images/tHeaderBgTall.jpg);
	background-repeat: repeat-x;
	height:42px;
	
}
TD.GreenBoxHeaderBig
{
	background-image: url(images/tHeaderBgTall.jpg);
	background-repeat: repeat-x;
	font-family: Century Schoolbook, Times New Roman, Arial, Verdana; 
	font-size: 20px;
	font-weight:800;
	color:#FFFFCC;	
	padding-left:10px;
	padding-right:5px;
	vertical-align:middle;
}

TR.GreenBoxHeaderSmall
{
	background-image: url(images/tHeaderBgSmall.jpg);
	background-repeat: repeat-x;
	height:11px;
	
}
TD.GreenBoxHeaderSmall
{
	background-image: url(images/tHeaderBgSmall.jpg);
	background-repeat: repeat-x;
	height:11px;
	font-size: 10px;
	font-weight:800;
	color:#FFFFFF;	
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}

TR.GreenBoxHeaderMedium
{
	background-image: url(images/tHeaderBgMedium.jpg);
	background-repeat: repeat-x;
	height:26px;
	
}
TD.GreenBoxHeaderMedium
{
	background-image: url(images/tHeaderBgMedium.jpg);
	background-repeat: repeat-x;
	height:11px;
	font-size: 14px;
	font-weight:800;
	color:#FFFFFF;	
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}
/*-----TABLE HEADERS---------*/

/*-----NAVIGATION LISTS TYPES------*/
UL.leftNav{
	padding-left: 0px;
	margin-left:12px;
	margin-top:5px;
}

LI.leftNavListItem
{
	margin-left:12px;
	margin-top:3px;
	margin-bottom:3px;
	list-style: circle;
}
/*-----END NAVIGATION LISTS TYPES------*/

/*-----PAGE FOOTER---------*/
TD.pageFooter
{
	height:35px;
	font-size: 12px;
	font-weight: 400;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	vertical-align:middle;
}
/*-----END PAGE FOOTER---------*/

/*-----LINK STYLES------*/
A,A:link,A:active,A:visited
{
	color:#336699;
}

A:hover
{
	color: #FF9933;
	text-decoration:underline;
}

A.topNav, A.topNav:Active, A.topNav:Visited, A.topNav:Link
{
	font-family: Trebuchet MS,verdana,arial, sans-serif;
	font-weight: bold;
	font-size:13px;
	color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
}
A.topNav:hover
{
	color: #ffff80;
}

A.white, A.white:Active, A.white:Visited, A.white:Link
{
	font-family: verdana,arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#FFFFFF;
	margin-right:5px;
}
A.topNav:hover
{
	color: #ffff80;
}

A.leftNav, A.leftNav:Active, A.leftNav:Visited, A.leftNav:Link
{
	font-family: Trebuchet MS,verdana,arial, sans-serif;
	font-weight: bold;
	font-size:13px;
	color:#045B4A;
}
A.leftNav:hover
{
	color: #CC9933;	
	text-decoration:none;
}

A.footer, A.footer:Active, A.footer:Visited, A.footer:Link
{
	font-family:verdana,arial, sans-serif;
	font-size:10px;
	color:#999999;
}
A.footer:hover
{
	color: #FF9933;
}

/*-----LINK STYLES------*/

.footer
{
	font-family:verdana,arial, sans-serif;
	font-size:10px;
	color:#999999;
	margin-top:15px;
}


