*
{
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
	background-color: #000000;
	margin-top: 15px;
}

b {
    font-size: 100%;
}
em {
    color: red;
}

a {
    text-decoration: underline;
}

a:link {
    color: #49577a;
}

a:visited {
    color: #49577a;
}

a:active {
    color: #49577a;
}

a:hover {
	font-weight: normal;
}

/* main font styles */

.maintext {
	font-family: CenturySchool;
	font-size: 120%;
	color: #464646;
	text-align: left;
	padding-bottom: 15px;
}


#maincontainer {
	padding-top: 0px;
	/* background-image: url(../images/leftcolpadding.jpg); */
	background-color:#e6e6e6;
	margin: 0 auto;
	width: 950px;
	border: 7px solid #e6e6e6;
}

#googlemap {
	text-align: center;
}

#maincontainer p {
	padding-bottom:10px;
}

#topsection {
    background: #ffffff none repeat scroll 0% 50%;
    height: 120px;
	/*border-bottom: 30px solid #000000; */
}
#topmenusection {
    background: #000000 none repeat scroll 0% 50%;
    height: 30px;
	padding-left:0px;
	border-bottom: 1px solid #000000;
	vertical-align: bottom;
}
#topsection h1 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#contentwrapper {
    float: left;
    width: 100%;
	border-top: 5px solid #999999;
}
#contentcolumn {
    border: 1px solid #cccccc;
    margin: 15px 207px 7px 177px;
    padding-top: 7px;
    color: #7f7f7f;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
	background-color:#f5f5f5;
}

#contentcolumnwide {
    border: 1px solid #cccccc;
    margin: 15px 0px 7px 180px;
    padding-top: 7px;
    color: #7f7f7f;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
	background-color:#f5f5f5;
	min-height:450px;
    height:auto !important;
    height:450px; 
}

#gallerylist ul {
  	list-style-type:none;
  	margin-left: 10px;
	margin-top:20px;
 	padding: 0px;
  	width: 500px;
}

#contentcolumn h1 {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 140%;
    padding-bottom: 20px;
}

#contentcolumnwide h1 {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 140%;
    padding-bottom: 20px;
}

#contentcolumnwide h2 {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 110%;
    padding-bottom: 10px;
}

#contentcolumn h2 {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 110%;
    padding-bottom: 10px;
}

#leftcolumn {
    border-style: none none none none;
    border-top: 0px none #7eb52a;
    float: left;
    width: 170px;
    margin-left: -950px;
    margin-top: 15px;
    padding-top: 5px;
    
}

#rightcolumn {
    border-top: 5px none #7eb52a;
    background-image: none;
    float: left;
    width: 200px;
    margin-left: -200px;
    margin-top: 15px;
    padding-top: 5px;
    border-left-style: none;
    border-left-width: 0;
    text-align: right;
    vertical-align:top;
}
#footer {
    border-top: 5px solid #999999;
    border-bottom: 5px solid #999999;
    padding: 4px 0;
    background: #000000 none repeat scroll 0% 50%;
    clear: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
#footer a {
	color: #003399;
}
.image {
	padding-bottom: 15px;
	visibility: visible;
	width: 200px;
}

.imufimage {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    visibility: visible;
    width: 120px;
}
.innertube {
    margin: 0 10px 10px;
	/*background-color:#FFFFBF*/
}

.wideinner {
	margin-left: 10px;
	margin-right: 0px;
}


.topinner {
    margin: 0 0px 0px;
}

.leftinner {
    margin: 0 0 0;
    border-left: 6px none #000000;
    background: #ffffff;
    text-align: center;
}
    
.rightinner {
    margin: 0 0 0;
}
.maintextb {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.topimage {
	clear: left;
	float: left;
	height: auto;
	width: auto;
}
.galleryimage {
	padding: 4px;
	float: none;
	height: auto;
	width: auto;
	margin-right: 40px;
	border: 1px solid #003366;
}
/**
* CSS for the RSS feed?
* Note: the page has a single FeedControl that
* is drawn in the <div> element whose id is "feedControl".
*/
#feedControl {
	font-size: .85em;
	width : 100%;
}

/**
* Suppress everything except for title
*
	#feedControl .gf-snippet,
	#feedControl .gf-author,
	#feedControl .gf-spacer,
	#feedControl .gf-relativePublishedDate {
	display : none;
}*/

/**
* 1em Padding at the bottom of each collection of entries
*/
#feedControl .gfc-results {
	padding-bottom : 1em;
}

/**
* no padding between entries
*/
#feedControl .gfc-result {
	margin-bottom : 1px;
}

/**
* Use a larger font size for section titles
*/
#feedControl .gfc-resultsHeader .gfc-title {
	font-size : 110%;
}

#gallerylist {
	background: #f5f5f5;
}

#gallerylist table {
	border: 0px;
}

#gallerylist table tr td a img {
	border: 1px solid black;
}
