
body
{
	background-color: #FFFFE3;
	margin-top: 4px;
	color: #0000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}	

td, th
{
    font-size: 12px;
    Font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

th
{
    font-weight: bold;
}

h2
{
    font-size: 16px;
    color: #57575A;
}

h2.big
{
    font-size: 16px;
    color: #57575A;
}

h3
{
    font-size: 14px;
    color: #57575A;
}

strong
{
    font-weight: bold;
    color: #222222;
}

*.content {
 font-family:		Verdana,Arial,Helvetica,Sans-serif;
	font-size:		13px;
    line-height: 1.5em;
    color: #222222;
	background-color:	#FFFFE3;
	text-align:		left;
	vertical-align:		top;
}

*.menu {
    font-family:		Verdana,Arial,Helvetica,Sans-serif;
	font-size:		15px;
    line-height: 1.5em;
    color: white;
	background-color:	#57575A;
}


*.banner {
    color: white;
	background-color:	#B2B3B7;
}

*.footer {
 font-family:		Verdana,Arial,Helvetica,Sans-serif;
	font-size:		9px;
 line-height: 1.5em;
 color: #222222;
	background-color:	#FFFFE3;
	text-align:		left;
	vertical-align:		top;
 width: 100%
}

*.small {
	font-size:		xx-small;
}

a	{
	font-weight:		bold;
 color: 336699;
 text-decoration:underline;
}
a:hover	  {color:1193C3; text-decoration:underline}
a:active	 {color:FF3300; text-decoration:underline}
a:visited {color:336699; text-decoration:underline;}

a.thin	{
	font-weight:		normal;
 color: 336699;
 text-decoration:underline;
}
a.thin:hover	  {color:1193C3; text-decoration:underline}
a.thin:active	 {color:FF3300; text-decoration:underline}


a.menu	{
 font-family:		Helvetica,Arial,Sans-serif;
	font-size:		15px;
	font-weight:		bold;
 color: #C2C2C2;
 text-decoration:none;
 border: 1px;
}
a.menu:link	  {color:#C2C2C2;}
a.menu:visited	  {color:#C2C2C2;}
a.menu:hover	  {color:#FFFFE3; text-decoration:underline}
a.menu:active  {color:#FEFBA8;}


*.moduletable-right a:link.mainlevel-nav, *.moduletable-right a:visited.mainlevel-nav 
{
text-decoration: underline;
}

span.mainlevel
{
font-weight: bold;
letter-spacing: .02em;
color: #666;
}

*.listing
{
	padding-left: 10px;
}


table.moduletable, *.moduletable-sidenav
{
	width: 100%;
}

/* side nav styles */
*.moduletable-sidenav td
{
padding: 3px 0px 3px 0px;
}			


*.button
{
	border: solid 1px #567f98;
	color: #567f98;
	padding: 2px;
	background-color: #fff;
}

/* Text */
*.subTitle
{
	color: #666;
	font-size: 14px;
    font-weight: normal;
}

*.sideTitle
{
	color: #314564;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: capitalize;
}

*.caption
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: xx-small;
	color: #666;
	text-align: right;
}


hr.dotted-line
{
     height: 1px;
     border: dashed 1px #ccc;
     width: 80%;
     text-align: left;
}

li
{
	list-style-type: square;
	line-height: 120%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

*.line
{
	border-bottom: solid 1px #00999;
	float: left;
	width: 80%;
}
