body {
	font: 12px "Comic Sans MS", cursive;
	background: #FFFFFF;
}

* {
	padding: 0;
	margin: 0;
}

a, a:hover {
	color: black;
}
.titleColor {
	color: #808040;
}

.clear {
	clear: both;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#wrap {
	width: 783px;
	margin: auto;
	border-top: solid 8px #efefef
}

#header {
	height: 128px;
}

#content {
	padding: 0 38px 25px 38px;
}

#footer {
	/*background: url(../images/footer.jpg) bottom no-repeat;*/
	padding-bottom: 35px;
}

a {
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
}

a:visited,active {
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
}

a:hover {
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
}

#content p {
	line-height: 22px;
	font-family: "Comic Sans MS", cursive;
}

h2 {
	font: normal 18px "Comic Sans MS", cursive;
	font-family: "Comic Sans MS", cursive;
}

#content h3 {
	font: bold 14px "Comic Sans MS", cursive;
}

#content .subhead {
	display: block;
	padding: 3px 5px 0 8px;
	margin-bottom: 5px;
}

#topcol {
	padding: 45px 5px 20px 5px; margin-bottom15px;
	font-family: "Comic Sans MS", cursive;
}

#topcol p {
	text-indent: 15pt;
}

.leftalign {
	float: left;
	margin: 5px 10px 5px 0;
}

.rightalign {
	float: right;
	margin: 5px 5px 5px 10px;
}

.linkbutton {
	display: block;
	background: url(../images/button1.jpg) no-repeat;
	width: 79px;
	height: 22px;
	text-align: right;
	padding: 5px 20px 0 5px;
}

.linkbutton:hover {
	background: url(../images/button3.jpg) no-repeat;
	font-family: "Comic Sans MS", cursive;
}

#sitename {
	display: block;
	padding: 60px 55px 0 45px;
	font: bolder small-caps 22px "Comic Sans MS", cursive;
	text-align: right;
	font-family: "Comic Sans MS", cursive;
}

#sitename .desc {
	font-size: 14px;
	color: #ccc;
	font-variant: normal;
	display: block
}

#topmenu ul {
	text-align: center;
	display: block;
	float: right;
	/*change the value below to decrease or increase the width of top menu*/
	
	/* width: 550px; --*/
}

#topmenu li {
	display: inline;
}

#topmenu a,#topmenu a:visited,#topmenu a:active {
	display: block;
	float: left;
	height: 21px;
	padding: 5px 15px 0 15px;
	text-decoration: none;
}

#topmenu a:hover {
	background-color: #efefef;
	font-family: "Comic Sans MS", cursive;
}

#topmenu .active a,#topmenu .active a:visited,#topmenu .active a:active {
	font-weight: bold;
	font-size: 1.2em;
}

#ft_btm {
	padding: 30px 230px 20px 30px;
	text-align: right;
	font-family: "Comic Sans MS", cursive;
}

#btm_cont {
	padding: 5px 45px 30px 45px;
}

#content table {
	width: 90%;
	border: 1px solid #A0C6EB;
	margin-bottom: 20px;
}

.button {
	display: block;
	padding:0px;
	margin:3px;
	border: 2px solid #C8E9F7;
	color:#000000;
	background: #EEF4FB;
	text-align: justify;
}

