/*This rule controls the apearance of the genral webpage*/
body {
	background-color: #fbf0c7;
	color: #000066;
	margin:0 auto;
    width:915px;
    font-family: Verdana;
    font-weight: 700;
    text-align: left;
}

/*This rule controls the banner*/
#banner {
	width: 915px;
	height: 145px;
}

/*This rule controls the banner*/
#banner2 {
	width: 915px;
	height: 130px;
}

/* This rule creats the indent in the banner */

#parse {
    width: 7px;
    height:41px;
    float: left;
}

/*This rule controls the menu bar under the banner*/
#buttons {
	text-align: center;
	height: 60px;
	width: 920px;
	float: left;
}

.atx {
	display: block;
	float: left;
	background-image: url(genralImages/subbutton.jpg);
	background-repeat: no-repeat;
	font-family: Verdana,Trebuchet,Georgia,Sans-Serif;
	height: 50px;
	width: 150px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 39px;
	color: #fbf0c7;
	text-align: center;
}

.atx:link {
	display: block;
   	background: transparent url(genralImages/subbutton.jpg) no-repeat;
}

.atx:visited {
	display: block;
   	background: transparent url(genralImages/subbutton.jpg) no-repeat;
}

.atx:hover{
    display: block;
	background: transparent url(genralImages/subbutton.jpg) no-repeat;
	line-height: 41px;
	font-size: 20px;
	color: #FFFFFF;
}

.atx:active {
	display: block;
	background: transparent url(genralImages/subbutton.jpg) no-repeat;
}

/*This rule holds the webpage*/
#wrapper {
    width: 100%;
}

/*This rule defines the style for the sidebar_left*/
#sidebar_left {
	border: 0px;
	float: left;
	width: 150px;
}

/*This function controls the placement of the content div*/
#content {
    float: left;
	width: 615px;
	text-align: center;
}

/*Content Placeholder control*/
#ContentPlaceHolder1 {
    width: 615px;
}

/*Enclosing Div's for webpages*/
#Commander {
    display: inline-block;
    width: 615px;
    font-size: 130%;
    color: #000066;
    font-family: Arial, Georgia, Verdana, Trebuchet, Sans-Serif;
       
}

/*This rule defines the style for the sidebar_right*/
#sidebar_right {
	border: 0px;
	float: right;
	width: 150px;
}

/*This rule defines the style for the bottom*/
#bottom {
	text-align: center;
	border: 0px;
	font-size: 130%;
	width: 100%;
	clear: both;
}

/*This Controls the footer images*/

.imgfooter{
    padding: 0px;
    border: 0px;
    margin: 0px;
    margin-bottom: -1px;
}

/*This controls the apearancance of the standard imgage function */
.imgclass{
	border-style: none;
    border-color: inherit;
    border-width: medium;
}

/*This rule controls the affects of the sidebar menus*/
.alink {
    clear: both; 
    background: url('genralImages/mainbutton.jpg') no-repeat;
	color: #fbf0c7;
	display: block;
	right: 5px;	
	font-family: Arial,Verdana,Trebuchet,Georgia,Sans-Serif;
	height: 31px;
	width: 150px;
	text-decoration: none;
	font-size: 12px;
	line-height: 28px;
	text-indent: 12px;
	Font-Weight: 900;
}

.alink:link {
	display: block;
   	background: transparent url(genralImages/mainbutton.jpg) no-repeat;
}

.alink:visited {
	display: block;
   	background: transparent url(genralImages/mainbutton.jpg) no-repeat;
}

.alink:hover 
{
    text-indent: 0px;
	display: block;
   	background: transparent url(genralImages/mainbutton.jpg) no-repeat;
	color: #FFFFFF;
	text-align: center;
    }
    
.alink:active {
	display: block;
	background: transparent url(genralImages/mainbutton.jpg) no-repeat;
}

/*Standard hyperlink control*/
.mainLink {
	font-family: Verdana,Trebuchet,Georgia,Sans-Serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	color: #0000FF;
}

.mainLink:hover
{
    text-decoration: none;
	font-weight: bold;
	color: #000000;
    }	

.mainLink:link {
    text-decoration: none;
	font-weight: bold;
}

.mainLink:visited {
    text-decoration: none;
	font-weight: bold;
}

.mainLink:active {
	text-decoration: none;
	font-weight: bold;
}

/*This Rule makes text normal look like a hyperlink with no hover command*/
.normaltext {
    font-family: Verdana,Trebuchet,Georgia,Sans-Serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 60%;
	color: #0000FF;
}

.hightext {
    font-weight: bold; 
}

/* This controls the apearance of images in  the gallery pages */
.GalImg{
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* This Controls the apearance of the info box on the gallery pages */
#infobox{
    width: 290px;
    height: 90px;
    color: #9a0041;
    text-align: center;
    float: left;
}

/* This Controls the Content Holders on the Gallery Pages */
.setter{
    width: 900px;
    clear: both;
}

.arrows{
    width: 125px;
    height: 50px;
    float: left;
}

.setarrow{
    width: 125px; 
    height: 100px; 
    float: left;
}