body {
	margin: 0px;
	padding: 0px;
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #333333;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.top {
	background-image: url(images/squares.jpg);
	background-repeat: repeat;
	border: 1px solid #000000;
}
.left {
	background-color: #F4F4F4;
	background-image: url(images/gradient.jpg);
	width: 140px;
	background-repeat: repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.right {
	background-color: #666666;
	width: 180px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.inset {
	border: 1px solid #333333;
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 90%;
	background-color: #F5F5F5;
	background-position: center;
	color: #000000;
	font-weight: bold;
}
h1 {
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.tableTop {
	background-image: url(images/TableMid.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-align: left;
	font-size: small;
}
.tableBottom {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
p {
	text-align: left;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	list-style-type: disc;
	list-style-image: url(images/bullett.gif);
	line-height: 130%;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 5px;
	padding-top: 5px;
}
h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 105%;
}

.border {
	border: 1px solid #000000;
}
.bottom {
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.leftB {
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.rightB {
	background-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	background-color: #E0E0E0;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
.noindentlist {
	margin-left: 5px;
	padding-left: 1em;
	text-indent: 0em;
	color: #333333;
}
.topNav {
	background-repeat: repeat-x;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/top.jpg);
}
#right {
	float: right;
	width: 260px;
	text-align: right;
}
.red {
	color: #CC0000;
	font-weight: bold;
	font-size: 120%;
}
.red em {
	text-decoration: line-through;
}
.required {color: #990000}
.strike {
	text-decoration: line-through;
}
#logos p {
	text-align: center;
	font-size: 70%;
	color: #000;
}

 #communityThumbsContainer
{
	
	margin-top: -48px;
	z-index: 7777777;
	position:relative;
	float: right;
	margin-right: 20px;
}

#flickrBtn, #twitterBtn, #facebookBtn, #rssBtn 
{
    float: left; 
	margin-top: 20px;
    margin-left: 5px;
    cursor: pointer;
    display: block;
    width:26px;
    height:26px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}




#twitterBtn
{
    background-image: url('../images/social/twitter.png');
}

#twitterBtn:hover {
	background-position: 0px -26px;
}

#facebookBtn
{
    background-image: url('../images/social/facebook.png');
}


#facebookBtn:hover
{
    background-image: url('../images/social/facebook.png');
	background-position: 0px -26px;
}


#rssBtn
{
    background-image: url('../images/social/youtube.png');
}

#rssBtn:hover {
	background-position: 0px -26px;
}

