/* BODY */
body
{ margin:0; padding:0; background: #145aaa url("graphics/body/bg_image.jpg") repeat-x; }

/* END BODY */


/* TYPOGRAPHY */
body	{ font-size: small; font-family: Verdana, Geneva, "Arial MT", sans-serif; color:#333; line-height: 150%; }

.boxedtext	{
	font-size: small;
	font-weight:bold;
	color: #ffffff;
	line-height: 130%;
	padding: 10px;
	margin: 5px;
	border: 1px solid #66CCFF;
	background-color: #145aaa;
}

.shadowrt {
	background-image: url(graphics/body/shadow-rt.jpg);
	background-repeat: repeat-y;
}

.superhd1 { color:#000000; font-size: x-large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; letter-spacing: 1px; }
.superhd2 { color:#145aaa; font-size: x-large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; letter-spacing: 1px; }
.superhd3 { color:#ffcc33; font-size: x-large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; letter-spacing: 1px; }

.subhd1 { color:#000000; font-size: large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; }
.subhd2 { color:#145aaa; font-size: large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; }
.subhd3 { color:#ffcc33; font-size: large; font-family: "Arial MT", Verdana, Geneva, sans-serif; font-weight:bold; }

.sub1 { color:#333; font-size: x-small; line-height: 130%; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; text-transform: uppercase; }
.sub2 { color:#fff; font-size: x-small; line-height: 130%; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; text-transform: uppercase; }
.sub3 { color:#fff; font-size: x-small; line-height: 130%; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; }
.sub4 { color:#ffcc33; font-size: x-small; line-height: 130%; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; }

.sub5 {
	font-size: small;
	font-weight: bold;
	color: #BE7200;
	padding: 2px;
	text-decoration: none;

}.alert {
	color:#145aaa;
	font-size: large;
	font-family: Times, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
}

.location	{ font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-style:italic; color: #333333; }
.posted	{ font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-style:italic; color: #999999; }
.blockquote	{ border-left:1px solid #66CCFF; padding-left: 10px; margin-left:20px; }

/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#0066cc; text-decoration:underline; }
a:visited	{ color:#0066cc; text-decoration:underline; }
a:hover	{ color:#ffcc33; text-decoration:underline; }
a:active	{ color:#ffcc33; text-decoration:underline; }


a.mainlink:link 
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #ffcc33;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	text-decoration: none;
	
}

a.mainlink:active
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #145aaa;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	text-decoration: none;
	
	}

a.mainlink:visited
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #ffcc33;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	text-decoration: none;
	
	}

a.mainlink:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #145aaa;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	text-decoration: none;
	
	}
	
/* 1 */

a.sublink1:link
{
	font-size: x-small;
	color: #999;
	text-decoration: none;
	
}

a.sublink1:active
{
	font-size: x-small;
	color: #ffcc33;
	text-decoration: none;
	
	}

a.sublink1:visited
{
	font-size: x-small;
	color: #999;
	text-decoration: none;
	
}

a.sublink1:hover
{
	font-size: x-small;
	color: #ffcc33;
	text-decoration: none;
	
}

/* 2 */

a.sublink2:link
{
	font-size: small;
	color: #66CCFF;
	text-decoration: none;
	
}

a.sublink2:active
{
	font-size: small;
	color: #ffcc33;
	text-decoration: none;
	
	}

a.sublink2:visited
{
	font-size: small;
	color: #66CCFF;
	text-decoration: none;
	
}

a.sublink2:hover
{
	font-size: small;
	color: #ffcc33;
	text-decoration: none;
	
}

/* 3 */

a.sublink3:link
{
	font-size: x-small;
	font-weight: bold;
	color: #ffcc33;
	text-decoration: none;
	
}

a.sublink3:active
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	}

a.sublink3:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #ffcc33;
	text-decoration: none;
	
}

a.sublink3:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}

/* 4 */

a.sublink4:link
{
	font-size: x-small;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;	
}

a.sublink4:active
{
	font-size: x-small;
	font-weight: bold;
	color: #145aaa;
	text-transform: uppercase;
	text-decoration: underline	}

a.sublink4:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	
}

a.sublink4:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #145aaa;
	text-transform: uppercase;
	text-decoration: underline;
	
}
/* 5 */

a.sublink5:link
{
	font-size: small;
	font-weight: bold;
	color: #BE7200;
	padding: 2px;
	text-decoration: underline;
}

a.sublink5:active
{
	font-size: small;
	font-weight: bold;
	color: #145AAA;
	padding: 2px;
	text-decoration: underline;
	
}a.sublink5:visited
{
font-size: small;
	font-weight: bold;
	color: #BE7200;
	padding: 2px;
	text-decoration: underline;
	
}

a.sublink5:hover
{
	font-size: small;
	font-weight: bold;
	color: #096ACC;
	padding: 2px;
	text-decoration: underline;
	
}

/* END LINKS */.time {
font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-style:normal; color: #333333;
}
