﻿body
{
    width: 705px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:small;
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}
A
{
    border: none;
}
.ImageButton IMG
{
    width: 100%;
}
P
{
}
TD
{
}

.FloatRight
{
    float:right;
    margin: 5px 5px 0px 15px;
}
.FloatLeft
{
    float:left;
    margin: 5px 15px 5px 0px;
}
.SmallType
{
    font-size:smaller;
}
.BorderAround
{
    border: 2px solid #CC0000;
    padding: 5px 5px 5px 5px;
}
.RedText
{
    color: #CC0000;
}

/* Menu Section */
#menu 
{
	display:block;
	width: inherit;
}
#menu ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 18px;
	width:inherit;
}
#menu li 
{
	margin: 0 0 0 0;
	display: inline;
}
#menu a {
	float:left;
	width:126px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #606060;
	background: #dcdcdc;
	text-decoration: none; /*lets remove the link underlines*/
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
} 	
#menu a:link, #menu a:active, #menu a:visited {
	color: #303030;
}
#menu a:hover {
	border: 1px solid #000000;
	/* background: #333333; */
	background: #900000;
	color: #ffffff;
} 

/* Links Menu Section */
#linksmenu 
{
	display:block;
	width: 550px;
}
#linksmenu ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 14px;
	width:inherit;
}
#linksmenu li 
{
	margin: 0 0 0 0;
	display: inline;
}
#linksmenu a {
	float:left;
	width:104px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #606060;
	background: #dcdcdc;
	text-decoration: none; /*lets remove the link underlines*/
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
} 	
#linksmenu a:link, #linksmenu a:active, #linksmenu a:visited {
	color: #303030;
}
#linksmenu a:hover {
	border: 1px solid #000000;
	/* background: #333333; */
	background: #900000;
	color: #ffffff;
} 

/* Links Section */
.link 
{
	display: inline-block;
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
}
.linktext
{
	display: inline-block;
	width: 100%;
	font-family: verdana, arial, sanf-serif;
	font-size: 14px;

}
.linkdescription
{
	display: block;
    text-align: center;
    top: -5px;
}

/* Gallery stuffs */
.gallerythumbnailcontainer
{
	display:inline-block;
	width: 117px;
	height: 100px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: solid 2px #CC0000;
	text-align:center;
	vertical-align:middle;
}
.gallerythumbnail
{
}