/* BODY */
body
{ margin:0; padding:0; background: #fff }

/* END BODY */


/* TYPOGRAPHY */
body { 
	font-size:small; 
	font-family: Verdana, Geneva, "Arial MT", sans-serif; 
	color:#333; 
	line-height: 1.35em; 
	}
p	
	{ margin:0; line-height: 1.35em; }

.superhd1 { color:#333; 
	font-size: large; 
	font-family: Verdana, Geneva, "Arial MT", sans-serif; 
	font-weight:normal; 
	letter-spacing: 
	1px; 
}
.superhd3 {
	color:#566D82;
	font-size: medium;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
}
.superhd2 { 
	color:#0066cc; 
	font-size: large; 
	font-family: Verdana, Geneva, "Arial MT", sans-serif; 
	font-weight:normal; letter-spacing: 1px; }

.alert { 
	color:#333; 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: #999; 
}
.blockquote	{ 
	border-left:1px solid #ccc; 
	padding-left: 10px; 
	margin-left:20px; 
}

/* END TYPOGRAPHY */

/* LINKS */
a:link	{
	color:#0066cc;
	text-decoration:underline;
}
a:visited	{
	color:#0076DF;
	text-decoration:underline;
}
a:hover	{ color:#0066cc; text-decoration:underline; }
a:active	{ color:#0066cc; text-decoration:underline; }


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

a.mainlink:active
{
	font-size: small;
	font-weight: normal;
	color: #0076DF;
	background-color: #ebebeb;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-decoration: none;
	}

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

a.mainlink:hover
{
	font-size: small;
	font-weight: normal;
	color: #0076DF;
	background-color: #ebebeb;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-decoration: none;
	}
	
/* 1 */

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

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

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


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

/* 2 */

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

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

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

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

/* 3 */

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

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

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

a.sublink3:hover
{
	font-size: small;
	color: #0076DF;
	text-decoration: none;
}
/* 4 */

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

a.sublink4:active
{
	font-size: x-small;
	color: #0076DF;
	text-decoration: none;
	}

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

a.sublink4:hover
{
	font-size: x-small;
	color: #0076DF;
	text-decoration: none;
}

/* END LINKS */


/* LAYOUT */

.clear {clear: both;}
.thumbnails {clear: both; width: 520px;}
.thumbnails img {float: left; padding: 3px 15px 25px 0; border: none;}
.thumnails img a:link, .thumnails img a:visited, .thumnails img a:hover, .thumnails img a:active {border: none;}

.thumbnails h4 {line-height: 120%; margin-bottom: 10px;}
.thumbnails h5 {font-size: .8em; margin-bottom: 10px;}
.thumbnails p {margin-bottom: 35px;}
