/* BODY */
body
{ margin:0; padding:0; background: #ffffff url("graphics/body/bg_image.gif") repeat-x; }

/* END BODY */


/* TYPOGRAPHY */
body	{
	font-size:small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	color:#333333;
	line-height: 150%;
}

.boxedtext	{
	font-size: x-small;
	line-height: 140%;
	padding: 10px;
	margin: 5px;
	border: 1px solid #666666;
}

.blockquote	{
	padding-left: 10px;
	margin-left:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.superhd1 {
	color:#000000;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd2 {
	color:#cc9933;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd3 {
	color:#663399;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd4 {
	color:#144c9c;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.subhd1 {
	color:#000000;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd2 {
	color:#cc9933;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd3 {
	color:#663399;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.subhd4 {
	color:#144c9c;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
}
.sub1 {
	color:#000000;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.alert {
	color:#cc9933;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
}
.posted	{
	font-size:x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	color: #cccccc;
}


/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#144c9c; text-decoration:underline; }
a:active	{ color:#cc9933; text-decoration:underline; }
a:visited	{ color:#144c9c; text-decoration:underline; }
a:hover	{ color:#cc9933; text-decoration:underline; }



a.mainlink:link 
{
	font-size: small;
	font-weight: normal;
	display: block;
	color: ##144c9c;
	padding: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

a.mainlink:active
{
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-color: #663399;
	padding: 2px;
	text-decoration: none;
	}

a.mainlink:visited
{
	font-size: small;
	font-weight: normal;
	display: block;
	color: ##144c9c;
	padding: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	
	}

a.mainlink:hover
{
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-color: #663399;
	padding: 2px;
	text-decoration: none;
	
	}
	
/* 1 */

a.sublink1:link
{
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

a.sublink1:active
{
	font-size: x-small;
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
	
	}

a.sublink1:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}


a.sublink1:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #cc9933;
	text-decoration: none;
	
}

/* 2 */

a.sublink2:link
{
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	
}

a.sublink2:active
{
	font-size: x-small;
	color: #cc9933;
	text-decoration: none;
	margin-left: 10px;
	
	}

a.sublink2:visited
{
	font-size: x-small;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	
}

a.sublink2:hover
{
	font-size: x-small;
	color: #cc9933;
	text-decoration: none;
	margin-left: 10px;
	
}

/* 3 */

a.sublink3:link
{
	font-size: x-small;
	color: #999999;
	text-decoration: none;
	
}

a.sublink3:active
{
	font-size: x-small;
	color: #cc9933;
	text-decoration: none;
	
	}

a.sublink3:visited
{
	font-size: x-small;
	color: #999999;
	text-decoration: none;
	
}

a.sublink3:hover
{
	font-size: x-small;
	color: #cc9933;
	text-decoration: none;
	
}

/* END LINKS */

/* STUFF */

.rule {
	border-top: 1px solid #666666;
	padding-top: 7px;
	margin-top: 7px;
	clear: left;
}