/* CSS Document */
* {
	margin:0;
	padding:0;
}

#container {
	overflow:hidden;
	width:100%;
}

#leftpanel, #rightpanel {
	float:left;
	width:16%;
	min-width:100px;
}

#leftpanel {
	background-color:#7aa1a6;
}

#rightpanel {
	background-color:#7aa1a6;
}


#content {
	float:left;
	min-width:200px;
	width:67.9%;
	font-size: 16px;
	background-color: #32CD32;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#contenthome {
	float:left;
	min-width:200px;
	width:67.9%;
	font-size: 16px;
	background-color:#32CD32;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#text {
background-color:#32CD32;
	padding-left: 2em;
	padding-right: 2em;
}

#content, #leftpanel, #rightpanel {
	padding-bottom:1001em;
	margin-bottom:-1000em;
}

#menu {
	padding-left: 2em;
}

#footer {
position: relative;
background-color:#0f0f0f;
clear: both;
}

a:link {
color: #0000FF; 
}
	
a:visited { 
	color: #d2d2bb;
}
	
a:hover { 
	color:#bc3501;
	background-color: #205c72;
	text-decoration: none;
}
	
a:active { 
	color: #fcb958;
}

.belcanto {
font-family: "Trebuchet MS", Arial, Verdana;
color: #bc3501;
font-weight: bold;
font-size: 16px;
}

.welcome {
color:#bc3501;
font-family: "Trebuchet MS", Arial, Verdana;
font-size:18px;
font-weight:bold;
text-align:center;
}

.copyright {
text-align:center;
color:#FFFFFF;
font-weight: bold;
font-size:14px;
}

.headings {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #bc3501;
}
	
.bold {
font-family: "Trebuchet MS", Arial, Verdana;
color: #000000;
font-weight: bold;
font-size: 16px;
}

.italics {
font-family: "Trebuchet MS", Arial, Verdana;
font-style:italic;
color:#A4BEDD;
font-weight: bold;
font-size: 16px;
}

.headingblk {
font-family: "Trebuchet MS", Arial, Verdana;
text-align:center;
color: #000000;
font-weight: bold;
font-size: 26px;
}

.table {
text-align:center;
}

.text {
font-family: "Trebuchet MS", Arial, Verdana;
color: #000000;
background-color:#32CD32;
font-size: 16px;
padding-left: 2em;
padding-right: 2em;

}

.photobuck {
text-align:center;
padding-left: 10em;
}
