* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p{
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #25a9e0;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3 {
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #008752;
	margin-top: 0px;
	margin-bottom: 10px;
}


h3 a{
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #008752;
	margin-top: 0px;
	margin-bottom: 10px;
}

body {
	margin: 0px;
	background-color: #29b473;
	background-image: url(../App_Themes/tnchart/images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	background-position: center top;
}

#site-container {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#header {
	height: 200px;
}

#header h1{
	float: left;
	margin-top: 50px;
	margin-left: 40px;
}

#header h1 a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h1 a:hover img{}

#header ul{
	float: right;
	padding: 0px;
	list-style-type: none;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	margin-right: 40px;
}

#header ul li{
	float: left;
	margin-left: 5px;
}

#header ul li:hover{
	background-image: url(../App_Themes/tnchart/images/right2.jpg);
	background-position: right top;
}

#header ul li a{
	display: block;
	padding-top: 115px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-left: 13px;
	color: #008752;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover{
	color: #FFFFFF;
	background-image: url(../App_Themes/tnchart/images/left2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul li.CMSListMenuHighlightedLI {
	background-position: right top;
	background-image: url(../App_Themes/tnchart/images/right.jpg);
}

#header ul li a.CMSListMenuLinkHighlighted {
	color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../App_Themes/tnchart/images/left.jpg);
}

#header ul li ul{
	display: none;
}

#main {
	clear: both;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 40px;
	line-height: 22px;
}

#content {
	float: left;
	width: 660px;
	margin-bottom: 25px;
}

#sidebar {
	width: 180px;
	float: right;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 25px;
}


#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sidebar .CMSListMenuHighlightedLI  {
	display: inline;
}

#sidebar .CMSListMenuLI,
#sidebar .CMSListMenuHighlightedLI .CMSListMenuLinkHighlighted 
  {
	display: none;
}

#sidebar .CMSListMenuHighlightedLI .CMSListMenuLI,
#sidebar .CMSListMenuHighlightedLI .CMSListMenuHighlightedLI
 {
	display: block;
}

#sidebar .CMSListMenuHighlightedLI .CMSListMenuLI .CMSListMenuLink {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e0ca;
	color: #1a75bb;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#sidebar .CMSListMenuHighlightedLI .CMSListMenuLI a.CMSListMenuLink:hover {
	color: #25a9e0;
}

#sidebar .CMSListMenuHighlightedLI .CMSListMenuHighlightedLI .CMSListMenuLinkHighlighted {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e0ca;
	color: #25a9e0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

#sidebar a img {
	margin-bottom: 5px;
}

#sidebar a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#footer {
	clear: both;
	text-align: center;
	color: #25a9e0;
	font-size: 12px;
	margin-top: 30px;
}

#footer a {
	color: #25a9e0;
	text-decoration: none;
}

.home-image {
	display: block;
	margin-bottom: 20px;
}

.floater {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}

.floater ul{
	margin: 0px;
	list-style-type: none;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.floater li{
	display: inline;
}

.floater a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-left: 2px;
}

.floater a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.form {
	padding-top: 15px;
}

.form dt {
	float: left;
	width: 150px;
}

.form dd{
	margin-bottom: 10px;
	margin-left: 150px;
}

.TextboxField, .TextBoxField, .TextAreaField {
	font-size: 14px;
	width: 500px;
	background-color: #fff;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7b3a2;
	border-right-color: #e5e0ca;
	border-bottom-color: #e5e0ca;
	border-left-color: #e5e0ca;
}

.TextAreaField {
	height: 50px;
}
