/* CSS Document */



body {
	font-family:"Comic Sans MS";
	font-size:13px;
	font-style:normal;
	background: url(../images/background.jpg) repeat-x #D5FBFF;
	text-align:center;
}
a img {
	border: 0;
}
#top{
	background: url(../images/headerbackground2.jpg);
	width: 768px;
	height: 180px;
	text-align: right;
}
#top a img{border: 0;}
#wrapper{
	text-align:left;
	padding: 10px;
	width: 768px;
	margin: 0px auto;
	background: #ffffff;
}
#content{
	padding: 15px 0 0 0;
	background: url(../images/contentbackground.jpg) repeat-x;
}
#contentleft{
	width: 410px;
	float: left;
	padding: 5px;
}

ol { margin:0;padding:10 20px 10px 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
	font-style:normal;
	}
ol li {margin:0 10px 0 0; }
	
.highlight { color: #DA617F; font-weight:bold; font-variant:small-caps; text-decoration:underline; }

#contentright{float: left;}
#bottomcontent{
	padding: 5px;
	background: #4FA2CF;
	height: 184px;
}

#bottomcontent img{padding: 5px;}
#bottomcontentright{float: left;}

#footer{
	margin-top: 1px;
	background: #79CEF8;
	padding: 10px;
	color: #006699;}
#footer a:link visited hover{color: #006699;}
#buttonpanel{padding-right: 24px;}
#buttonpanel img{border: 0;}
h1 {
	font-family:"Comic Sans MS";
	color: #DA617F;
	font-size:18px;
	font-style:normal;}
h2 {
	font-family:"Comic Sans MS";
	color: #DA617F;
	font-size:14px;
	font-style:normal;}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a4a4a;
	font-style:normal;
	line-height:14px;}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #4FA2CF;}

#contactform {font-family:"Comic Sana MS";}
.clearboth{clear: both;}
.thumb{border: 1px #999999 solid; padding: 5px; margin:5px;}
