html    {
	scrollbar-face-color: #a5bade;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #a5bade;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: #a5bade;
	scrollbar-track-color: white;
	scrollbar-arrow-color: black;
	}
	
body	{
	background-color: #A5FBFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
#content {
	width: 735px;
	border: thin solid #000000;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_repeat_purple.gif);
}

#rightside {
	text-align: left;
	display: block;
	width: 175px;
	float: right;
	top: 0px;
	position: relative;
	height: auto;
	right: 0;
	border: thin solid #e5e5e5;
	padding-left: 5px;
	padding-top: 5px;	
}

.main{
    text-align: left;
	width: 70%;
}

.bold{
	font-weight: bold;  
}a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFBEFF;
}
/*.buttonscontainer {
	border: 1px solid #bfbfbf;
	width: 500px;
}*/
.button {
	text-align: center;
	display: block;
	position:relative;
	border: 1px solid #333333;
	height: 30px;
	width: 120px;
	vertical-align: middle;
	background-position: center;
	line-height: 2.0;
	top: 0px;
}
#nav {
	height: 30px;
	width: 500px;
}
.button a:link {
	position: relative;
	background-color: #a5bade;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 120px;
	background-position: center;
	vertical-align: middle;
	line-height: 2;
	color: #333333;
}

.button a:visited {
	position: relative;
	background-color: #d1dcee;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 120px;
	background-position: center;
	vertical-align: middle;
	line-height: 2;
	color: #666666;
}

.button a:hover {
	background-color: #a5f9fc;
	background-image: url(flower_head_pink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
	color: #333333;
}
.imgborder {
	border: 1px solid #000;
}

