body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
body {
	margin:auto;
	margin-top:0px;
	width: 974px;
	background-color: #EEEEEE;
	border: 1px solid #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	height: 25px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #DFC48F;
}
a:active {
	text-decoration: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input[type=submit], input[type=button] {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	border: 1px solid #006699;
	padding: 1px;
	margin-left: 10px;
}
input[type=submit]:hover, input[type=button]:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px;
	margin-left: 10px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	text-decoration: none;
}
.footer {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footeraddress {
	font-weight: bold;
	padding-left: 200px;
}
.leftlinks {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 125%;
	display:block;
}
.leftlinks:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.mainlinkstable {
	height: 40px;
}
.mainlinks {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 125%;
}
.mainlinks:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menucell {
	padding-top: 14px;
	padding-right: 35px;
	padding-bottom: 25px;
	text-align: right;
	background-image:url(/images/left_links_bg.jpg);
	background-repeat:no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.theight {
	height: 100%;
	background-color: #FFFFFF;
}
.picture {
	margin-left: 10px;
}
.testimonialCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5DBEE2;
	padding-bottom: 20px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


/* ADD/EDIT FORM */
#AddEditForm  {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#AddEditForm table {
	width: 630px;
	border: solid 1px #E0E0E0;
}
#AddEditForm td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	height: 20px;
}
#AddEditForm td.header {
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	padding-top: 10px;
}
#AddEditForm td.subheader1 {
	color:#006699;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	border-top: #FFFFFF solid 15px;
	border-bottom: #FFFFFF solid 5px;
}
#AddEditForm td.subheader2 {
	color:#666666;
	font-size: 11px;
	font-weight: normal;
	border-bottom: #FFFFFF solid 5px;
}
#AddEditForm td.subheaderAudit {
	color: #6F6F6F;
	background-color: #E0E0E0;
	font-size: 11px;
	border-top: #FFFFFF solid 15px;
	border-bottom: #FFFFFF solid 5px;
}
#AddEditForm td.widthL {
	width: 35%;
}
#AddEditForm td.widthR {
	width: 65%;
}
#AddEditForm td.alignC {
	text-align: center;
}
#AddEditForm td.alignR {
	text-align: right;
}
#AddEditForm input[type=text] {
	width: 99%;
}
#AddEditForm select {
	border: 1px solid #CCCCCC;
	line-height: normal;
}
#AddEditForm .mandatory {
	color: #FF0000;
}
#AddEditForm td.error {
	padding-top: 7px;
	border-right: 5px #CC0000 solid;
	font-weight: normal;
	color: #000000;
}
#AddEditForm td.label {
	padding-top: 7px;
	font-weight: normal;
	color: #000000;
}
#AddEditForm .small {
	font-size: 11px;
	color: #666666;
}
#AddEditForm .counter {
	font-size: 11px;
	color: #6F6F6F;
	background-color: #E0E0E0;
	border: none;
}


/* ERROR MESSAGES */
#messages {
	color: #FF0000;
	font-weight: bold;
}
#messages ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-left: 0px;
}
#messages li {
	color: #CC0000;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 3px;
}
.messageHighlight {
	color: #000000;
}
