body  {
	font: 100%/1.3 Arial, Verdana, Helvetica, sans-serif;
	background: #151521;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E7E9E8 url(../images/template/right-back.jpg) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #brlady
{
	background: url(../images/template/bottom-right-lady.jpg);
	height: 294px;
	width: 245px;
	float: right;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/template/right-back-top.jpg) no-repeat right top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
}
.hrline {
	background-image: url(../images/sidenavs/dotted-line.jpg);
	height: 4px;
	background-repeat: no-repeat;
	background-position: center;
}

hr {
	background-image: url(../images/sidenavs/dotted-line.jpg);
	background-repeat: no-repeat;
}


#rightcontent
{
	padding-left: 20px;
	font: 12px Verdana, Geneva, sans-serif;
}
.Gobutton {
	font-family: Verdana, arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 22px;
}

#bottompic
{
	background: url(../images/template/content-bottom-right.jpg) no-repeat right bottom;
	height: 223px;
	width: 756px;
	margin-left: 38px;
}
.InputField {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #009966;
	background-color: #E7E9E8;
	margin: 1px;
	padding: 2px;
	border: 1px solid #AEAE62;
	height: 15px;
}



#mainContent {
	letter-spacing: 1px;
	text-align: justify;
	height: 100%;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
} 


#flash
{
	width: 644px;
	float: left;
}
.whitesidepanelText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.rightsidetextlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}


a {
	color: #00A12F;
}
a:hover {
	color: #000000;
}


/*#container #mainContent #bottompic
{
	background: url(../images/template/content-bottom-right.jpg) no-repeat right bottom;
	height: 185px;
	width: 305px;
	padding: 0px;
	margin: 0px 0px 0px 320px;
}
*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header {
	background: #fff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	width: 644px;
	height: 220px;
} 

/* rightmenu */

#sidebar1 #rightnav
{
	padding-right: 40px;
}


.rightmenu {
	background: transparent;
	border-bottom: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
}


.rightmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#container #sidebar1 p
{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
}

.rightmenu li {
	display: inline;
}

.rightmenu a {
	display: block;
	width: 230px;
	height: 26px;
	background: transparent url(../images/template/link-right-white.jpg) no-repeat;
	text-decoration: none;
	color: #1E6243;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.rightmenu a:hover {
	background: url(../images/template/link-right-over.jpg) no-repeat;
	color: #FFF;
}
.rightSideTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	font-style: italic;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
}
.BottomLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8D786;
	letter-spacing: 0.2px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 3px;
	vertical-align: middle;
}
h2 {
	color: #417223;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
