/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	font-family: "Microsoft Sans Serif", Helvetica, Arial,  Verdana,  sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	background: #ffffff;
	color: #000000;
	text-align: center;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
img	{
	border: 0;
}
p { 
	margin: 15px 0;
	text-align: left;
}
p.intro{
	font-size: 120%;
	line-height: 140%;
	margin: 0 0 20px 0;
}
p.lg	{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
a	{
	color:#3300ff;
}
a:link	{
	color:#3300ff;
}
a:hover	{
	color:#ff0000;
}
a:visited{
	color: #5249a5;
}
a:visited:hover	{
	color:#ff0000;
}
a.lg	{
	font-size: 120%;
	font-weight: bold;
	padding: 20px 10px 0 70px;
	display: block;
	text-align: left
}
dd {
	text-indent: 25px;
	font-style: italic;
}
dt a	{
	font-size: 120%;
	background: #ffffff url('../images/bulletlg.gif') no-repeat left bottom;
	padding: 0 0 0 25px;
}
ul	{
	margin: 0 0 0 100px;
}
h2	{ 
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0;
	text-align: left;
	color: #484091;
	font-weight: normal;
}
h1	{ 
	font-family: "Microsoft Sans Serif", Helvetica, Arial,  Verdana,  sans-serif;
	margin: 20px 0;
	text-align: left;
	color: #acacac;
	font-weight: normal;
	margin: 50px 0 0 170px;
	float: left;
	position: absolute;
	width: 400px;
	height: 40px;
	text-indent: 20px;
}
h1	{
	font-size: 170%;
	line-height: 40px;
	border-left: 1px #bebebe solid;
}
h2 {
	font-size: 170%;
	line-height: 120%;
	border-bottom: 1px #bebebe dashed;
}
#logo	{
	margin: 10px 0 0 30px;
	float: left;
	position: absolute;
	width: 110px;
	height: 127px;
}
table	{
	width: 100%;
	border-collapse: collapse;
	background: #d7d5f0;
	border: #d7d5f0 6px solid;
}
th{
	padding: 5px 10px;
}
td	{
	padding: 3px 10px;
}
td.lnk	{
	text-decoration: underline;
	color: #3300ff
}
tr	{
	cursor: pointer;
}
tr.odd	{
	background: #e8e7f4;
}
/*tr:hover	{
	background: #d4f088;
	color: #3300ff;
}*/
tr.head	{
	background: #d7d5f0;
	color: #000000;
	cursor: auto;
}
/* Dot Classes */
.left	{
	float: left;
	padding: 0 10px 0 0;
}
.center	{
	text-align: center;
	margin: 0 auto;
}
/* Right Column */
div.rightboxone	{
	text-align: center;
	margin: 0 0 40px 0;
}
div.rightboxtwo, div.rightboxthree	{
	text-align: left;
	margin: 0 0 40px 0;
}
div.rightboxthree p	{
	padding: 0 15px;
}
ul.right	{
	margin: 20px 0 0 50px;
	list-style-image: url('../images/bullet.gif');
	font-weight: bold;
}
/* Layout */
#wrapper	{
	width: 955px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#header	{
	background: #ffffff url('../images/headerimg.jpg') no-repeat;
	height: 300px;
}
#content	{
	width: 955px;
	margin: 10px 0 0 0;
	float: left;
	border-top: none;
	background: #ffffff url('../images/contentbg.jpg') no-repeat left top;
}
#leftcol	{
	width: 600px;
	float: left;
	padding: 40px 0px 0 40px;
}
#rightcol	{
	width: 230px;
	float: right;
	padding: 42px 30px 0 10px;
	text-align: left;
}
#footer	{
	width: 955px;
	height: 70px;
	padding: 0;
	text-align: center;
	clear: both;
	background: transparent url('../images/footerbg.jpg') no-repeat center bottom;
}

