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

/* END BODY */


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

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

.graybox {
	background-color: #efefef;
	border: none;
	width: 240px;	
	margin: 20px 5px 0;
	padding: 10px 10px 5px;
	
}

.graybox img {
	border: none;
}

.graybox span {
	font-size: x-small;
	color: #999999;
	font-style: italic;
}

	

.blockquote	{
	font-size: small;
	padding-left: 10px;
	margin-left:10px;
	border-left: 1px solid #cccccc;
	line-height: 140%;
}


.superhd1 {
	color:#333333;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;
}

.superhd2 {
	color:#009999;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;	
	
}

.superhd3 {
	color:#cccccc;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;
		
}

.superhd4 {
	color:#cc9933;
	font-size: x-large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;
		
}
.head1 {
	color:#333333;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
		
}

.head2 {
	color:#009999;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
		
}

.head3 {
	color:#cccccc;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
		
}

.head4 {
	color:#cc9933;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
		
}

.subhd1 {
	color:#333333;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
}

.subhd2 {
	color:#009999;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
	
}

.subhd3 {
	color:#cccccc;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
	
}

.subhd4 {
	color:#cc9933;
	font-size: small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	line-height: 140%;
	
}

.subtext1 {
	color:#333333;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 140%;
}

.subtext2 {
	color:#009999;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 140%;
}

.subtext3 {
	color:#cccccc;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 140%;
}

.subtext4 {
	color:#cc9933;
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 140%;
}
	
	
.alert {
	color:#cc9933;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 140%;
}
.posted	{
	font-size:x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-style:italic;
	color: #999999;
	line-height: 140%;
}

/* END TYPOGRAPHY */

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


a.mainlink:link 
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-decoration: none;
	text-indent: 5px;
	width: 85%;
}

a.mainlink:active
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #009999;
	padding: 2px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	text-decoration: none;
	text-indent: 5px;
	width: 85%;
	}

a.mainlink:visited
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-decoration: none;
	text-indent: 5px;
	width: 85%;
	}

a.mainlink:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #009999;
	padding: 2px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	text-decoration: none;
	text-indent: 5px;
	width: 85%;
	}
	
/* 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: #009999;
	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: #009999;
	text-decoration: none;
}

/* 2 */

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

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

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

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

/* 3 */

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

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

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

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

/* END LINKS */

/* STUFF */

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

/*---------------------------------------------------*/

h2 {
	color:#009999;
	font-size: large;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight: normal;
	line-height: 140%;	
	
}

.morecontent {
	clear: both;
	display: block;
	overflow: auto;
	margin: 20px 0 0 0;
	
}

.morecontent img {
	float: left;
	margin: 10px 20px 5px 0px;
	border: 1px solid black; 
}

.morecontent a:link img, .morecontent a:visited img, .morecontent a:hover img, .morecontent a:active img  { 
	border: 1px solid black; 
} 


.morecontent .head1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: medium;
	
}
	
.right {
	float: right;
	margin: 0 0 5px 5px;
	clear:both;
}

.left {
	float: left;
}
/* ####################### Captions #######################*/
.img-holder img {margin-bottom:3px;}
.img-holder span.caption {color:#999999;font-size:x-small;font-style:italic;line-height: 1.25em;}