/* BODY */
body
{
	margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: url(graphics/body/page-bg.gif);
	background-repeat: repeat;
}

/* END BODY */


/* BACKGROUND IMAGES */
.bgpagetop {
	background-image: url(graphics/body/top-bg.gif);
	background-repeat: repeat-x;
}

.bgburst {
	background-color: #ffffff;
	background-image: url(graphics/body/burst1-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* BACKGROUND IMAGES */


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

.boxedtext	{
	font-size: small;
	line-height: 140%;
	padding: 7px;
	margin: 3px;
	border: 1px solid #333333;
	color: #333333;
}

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

.superhd1 {
	color:#333333;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd2 {
	color:#005daa;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd3 {
	color:#C90;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.superhd4 {
	color:#c2c0b1;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 150%;
}
.subhd1 {
	color:#333333;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
}
.subhd2 {
	color:#436ABB;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;
}
.subhd3 {
	color:#C90;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
}
.subhd4 {
	color:#c2c0b1;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
}
.sub1 {
	color:#005daa;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 140%;
}

.posted	{
	font-size:x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	color: #cccccc;
	line-height: 140%;
}


/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#005daa; text-decoration:underline; }
a:active	{ color:#000000; text-decoration:underline; }
a:visited	{ color:#005daa; text-decoration:underline; }
a:hover	{ color:#000000; text-decoration:underline; }

/* top menu */

a.topmenu:link
{
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: uppercase;
	background-color: #333333;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
a.topmenu:active
{
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: uppercase;
	background-color: #C90;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
a.topmenu:visited
{
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: uppercase;
	background-color: #333333;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
a.topmenu:hover
{
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	text-transform: uppercase;
	background-color: #C90;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

	
/* menulink */

	
/* 1 */

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

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

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


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

/* END LINKS */

/* GALLERY */
#gallery {width: 650px;margin: 0 auto;}
#gallery img {padding: 0 5px 5px 0;}
#gallery a:link img {border: 0px; text-decoration: none}
#gallery a:visited img {border: 0px; text-decoration: none}
#gallery a:hover img {border: 0px; color: #CC0099; text-decoration: underline}
#gallery a:active img {border: 0px; text-decoration: none}

/* STUFF */

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