@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Calibri, Tahoma, Verdana;
	font-size: .85em;
	color: #FFF;
	font-weight:bold;
}
body {
	background-color: #e0fcdd;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

#container {
	position:relative;
}

#main-design {
	width:813px;
	height:564px;
	background-image:url(../images/inner-bg.gif);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:20px;
}

#menu {
	height:133px;
}

#body {
	height:380px;
}

#footer {
	height:51px;
}

#scroller {
	height:33px;
	width:550px;
	margin-top:15px;
	background-image:url(../images/scroller-bg.png);
	background-repeat:repeat-x;
}

.menuLink {
	font-size:1.6em;
}

.scroller {
	font-size:1.1em;
	color:#FFF;
	font-weight:bold;
	padding-top:8px;
}
.content {
	font-family: Calibri, Tahoma, Verdana;
	font-weight:bold;
	color:#FFF;
	font-size:1.5em;
}
.sagInput {
	font-family: Calibri, Tahoma, Verdana;
	color:#FFF;
	background:none;
	border:2px solid #FFF;
	width:200px;
	font-weight:bold;
}
.Sagselect {
	font-family: Calibri, Tahoma, Verdana;
	background-color: #8dc63f;
	color:#FFF;
	font-weight:bold;
	width:200px;
}
.sagButton {
	font-family: Calibri, Tahoma, Verdana;
	color:#8dc63f;
	background: #FFF;
	border:2px solid #FFF;
	width:200px;
	font-weight:bold;
}
.sagTextArea {
	font-family: Calibri, Tahoma, Verdana;
	color:#FFF;
	background:none;
	width: 200px;
	border:2px solid #FFF;
}

-->