body
{
	background-color: #DDEEE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a{
	color: #303030;
}

a:hover{
	color: #197473;
}

#topbar
{
	padding-right: 0px;
	background-position: right 50%;
	padding-left: 0px;
	background-image: url(/images/header_lrg.gif);
	padding-bottom: 5px;
	vertical-align: bottom;
	width: 1000px;
	padding-top: 0px;
	background-repeat: no-repeat;
}

#topbar img{
	clear: none;
}

.navigation {
	display: inline;
	text-align: right;
	float: right;
	padding: 56px 0px 0px 0px;
}
.navigation a{
	color: #656565;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.navigation a:hover{
	color: #197473;
}

#maincontentpage{
	background-color: White;
	width: 955px;
	padding: 20px;
	background: White url(/images/bot_right_fil.gif) no-repeat scroll bottom right;
}

#sidebar{
	float: right;
	border-color: #DDEEE8;
	border: 6px solid #DDEEE8;
	background-color: White;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#sidebar a{
	text-decoration: none;
	border: none;
}

#sidebar img{
	border: none;
}
.sbheading{
	background: #67AAB3;
	color: White;
	float: right;
	clear: both;
	text-align: right;
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.sbsection{
	border-bottom: 6px solid #DDEEE8;
}

.sbsection ul{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 60px;
	list-style: none outside none;
}

#footer{
	width: 995px;
	text-align: right;
}

#content{
	width: 760px;
	padding: 0px 0px 0px 0px;
}

.contentheading1{
	text-align: right;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.contentheading2{
	text-align: left;
	font-size: 14px;
	color: White;
	font-weight: bold;
	background-color: #67AAB3;
}

/* GENERAL */
/* style for module titles */
.Head   {
	text-align: right;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    text-align: left;
	font-size: 14px;
	color: White;
	font-weight: bold;
	background-color: #67AAB3;
}