/* Global */
*{
	margin:0px;
	padding:0px;
}
.clearfloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	margin:0;
	overflow:hidden;
	visibility:hidden;
}
body {
	background:white url(../imgs/background.jpg) repeat-x top left;
}
#menu ul li {
	list-style: none;
}
/* @group Main Container */
#wrapper {
	width:950px;
	margin: 0 auto 10px;
	background: url(../imgs/canvas.png) repeat;
	padding:10px 0;
}
#container {
	width: 940px; /* changes in this value must be matched in footergroup */
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.gradientframe, .gradientframemini {
	background: white url(../imgs/tone.png) repeat-x top;
	border: 1px solid #a6a6a6;
	margin: 0px 1px 7px 0px;
	padding: 10px;
}
.gradientframe {
	min-height:272px;
}
.gradientframemini {
	min-height:100px;
}
.divideleft {
	float:left;
	width:252px;
}
.divideright {
	float:right;
	width:252px;
}
/* @end */

/* @group Header */
#header {
	background: transparent url(../imgs/topbg.jpg) no-repeat top left;
	width:940px;
	height:110px;
	overflow:hidden;
	position:relative;
}
#header img {
	vertical-align: bottom;
}
#logo {
	float:left;
}
/* @end */

/* @group Left Column */
#leftcolumn {
	background:url(../imgs/menu_bakgr.png) no-repeat;
	width:200px;
	font-size: 13px;
	float:left;
	min-height:595px;
	_height:595px;
}
#leftcolumn #lefttop{
	height: 27px;
	padding: 2px 5px 15px 0px;
	text-align:right;
}
#leftcolumn #lefttop fieldset {
	border:0;
}
#leftmiddle{
	min-height:240px;
}
#leftcolumn #form1 input{
	vertical-align:middle;
}
.buttonicon {
	background:transparent url(../imgs/search_button.png) no-repeat 0 0;
	margin-top:2px;
	width:22px;
	height:22px;
	border:0;
	cursor:hand;
	cursor:pointer;
}
/* @end */

/* @group Left Content */
#leftcontent {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/* @end */

/* @group Content Container */
#contentcontainer {
	margin:10px 0 0;
}
/* @end */

/* @group Center Column */
#centercolumn, #centercolumnpage {
	float:left;
	margin:0 0 0 5px;
	min-height:550px;
}
#centercolumn{
	width: 510px;
}
#centercolumnpage {
	width: 735px;
}
#centercolumnpage li {
	margin:0 0 10 50px;
	font-size:1em;
	list-style-type:bullet;
}
/* @end */

/* @group Content Tools */
#contenttools {
	background-color:#B5D6F6;
	text-align:right;
	margin-bottom:20px;
	margin-top:10px;
	font-size:11px;
}
#contenttools img {
	border-left: 1px solid #a6a6a6;
}
/* @end */

/* @group Main Content Area */
#maincontent p {
	font-size:1em;
	margin-bottom:10px;
}
#maincontent img {
	margin:0px;
	margin-top:0px;
	border:none;
}
#maincontent hr {
	height: 1px;
	margin:5px 0px 5px 0px;
	border:0px;
	border-top:1px solid #FFFFFF;
}
#maincontent ul {
	margin-left: 20px;
}
#maincontent ol {
	margin-left: 40px;
}
#maincontent a {
	font-weight: bold;
	color: #3385d2;
	text-decoration: none;
	font-size: 11px;
}
#maincontent a:hover {
	font-weight: bold;
	color: #0040a0;
	text-decoration: none;
	font-size: 11px;
}
/* General Styles (referenced for RTE use) */

/* Content Table */
table.standard {
	width:100%;
}
table.standard td {
	padding:0px;
	font-size:1em;
}
tr.firstline td {
	background-color:#0C1651;
	padding: 5px;
	font-weight:bold;
	color:#FFFFFF;
}
tr.oddline td {
	background-color: #B5D6F6;
	padding:5px;
}
tr.evenline td {
	padding:5px;
}
/* @end */

/* @group Right Column */
#rightcolumn {
	float: left;
	margin:0 0 0 5px;
	width: 220px;
	min-height:550px;
}
#rightcolumn .greyframe a {
	font-weight: bold;
	color: #3385d2;
	text-decoration: none;
	font-size:11px;
}
#rightcolumn .greyframe a:hover {
	font-weight: bold;
	color: #0040a0;
	text-decoration: none;
	font-size: 11px;
}
/* Added 2008-08-19 */
#rightmiddle a {
	font-weight: bold;
	color: #3385d2;
	text-decoration: none;
	font-size: 11px;
}
#rightmiddle a:hover {
	font-weight: bold;
	color: #0040a0;
	text-decoration: none;
	font-size: 11px;
}
#rightmiddle ul li {
	background: url(../imgs/bullet.gif) no-repeat 0px 5px;
	padding-left: 8px;
	margin-top: 0px;
	list-style: none;
}
#rightmiddle ul {
	margin-top: 18px;
	margin-bottom: 20px;
}
#rightmiddle ul li {
	margin-bottom: 5px;
}
/* @end */

/* @group Footer */
#footergroup{
	background: url(../imgs/footer.gif) repeat-x;
	font-weight: bold;
	margin:5px 0 0;
	width: 940px; /* this value must match the width of container */
	height: 31px;
}
#footer {
	padding: 9px 0px 10px 13px;
	text-align: center;
	color: #404040;
	font-size: 11px; 
	float: left;
	font-weight: normal;
}
#footer a {
	color: #3385d2;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #0040a0;
	text-decoration: none;
	font-size: 11px;
}
/* @end */

/* @group Signature */
#signature {
	text-align: center;
	font-size: 10px;
	float: right;
	font-weight: normal;
	padding: 9px 13px 9px 0px;
}
#signature a, a:hover{
	color: #404040;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#signature {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

.language {
	position:absolute;
	top:10px;
	right:10px;
}
.language img{
	margin-left:10px;
/* @end */