body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color:#FFFFFF;
	background-image:url(/_png/back.png);
	background-position:0 0;
	background-repeat:repeat-x;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243863;
}
a {
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}
a:hover {
	text-decoration:none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	height:120px;
	background-image:url(/_png/header.png);
	background-position:0 0;
	background-repeat:no-repeat; /*Height of top section*/
}

#menu	{
	height:50px;
	width: 100%;
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	color:#FFFFFF;
	background-image:url(/_png/menu.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:5px;
}
.solidblockmenu{
	margin: 0;
	padding-left:30px;
	padding-top:15px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	float: left;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border-right: 1px solid white;
}
.solidblockmenu li a#last	{
	border:0px;
}
.solidblockmenu li a:visited{
	color:#FFFFFF;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFF00;
}
#centralwrapper{
	float: left;
	width: 100%;
	margin-bottom:5px;
}
#centralcolumn{
	float:left;
	width:795px;
	height:200px;
	background-image:url(/_images/central.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#newscolumn{
	float: right;
	width: 200px; /*Width of left column*/
	height: auto;
	min-height:200px;
}
#newscolumntop	{
	width:200px;
	height:50px;
	background-image:url(/_png/news_top.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#newscolumncentral	{
	vertical-align:top;
	height:auto;
	overflow:hidden;
	background-color:#FFA500;
}
#newscolumnbottom	{
	width:200px;
	height:15px;
	background-image:url(/_png/news_bottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom:5px;
}
#bicolumn{
	float:left;
	width:795px;
	min-height:300px;
}
#bititle		 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(/_png/bititle.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:795px;
	height:50px;
}
#centercolumn{
	float:left;
	width:590px;
	min-height:500px;
	margin-left:5px;
}
#title		 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:5px;
	background-image:url(/_png/title.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:590px;
	height:50px;
}
#rightcolumn{
	float: right;
	width: 200px; /*Width of left column*/
	height:200px;
	background-color:#FEF5E6;
	margin-top:5px;
}
#rightcolumntop	{
	width:200px;
	height:15px;
	background-image:url(/_png/right_top.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#rightcolumncentral	{
	vertical-align:top;
	height:auto;
	overflow:hidden;
	background-color:#FEF5E6;
}
#rightcolumnbottom	{
	width:200px;
	height:15px;
	background-image:url(/_png/right_bottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	height:200px;
	background-color:#D0E5FE;
}
#leftcolumntop	{
	width:200px;
	height:15px;
	background-image:url(/_png/left_top.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#leftcolumncentral	{
	vertical-align:top;
	height:auto;
	min-height:200px;
	background-color:#D0E5FE;
}
#leftcolumnbottom	{
	width:200px;
	height:15px;
	background-image:url(/_png/left_bottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#linkcolumntop	{
	width:200px;
	height:50px;
	background-image:url(/_png/link_top.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#footer{
	clear: left;
	width: 100%;
	color:#999999;
	font-size:10px;
	text-align:left;
	height:50px;
	background-image:url(/_png/footer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-top:10px;
	padding:10px;
}
#footer a{
	color:#999999;
	font-size:10px;
	text-decoration:underline;
}
#footer a:hover{
	color:#999999;
	font-size:10px;
	text-decoration:underline;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
.inner{
	margin: 15px;
}
img.contentLeft	{
	padding-bottom:5px;
	padding-right:5px;
}	
.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /* width of menu (don't forget to add border with below!) */
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
	font-weight:bold;
}
.slidedoormenu li{
	border-bottom: 1px solid #999999; /* Gray border beneath each menu item */
	font-size:13px;
	font-weight:bold;
}
.slidedoormenu li a{
	display: block;
	width: auto;
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#243863;
}
.slidedoormenu li a:hover	{
	color: #0099FF;
}	
.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}
.slidedoormenu li.lastitem a{
	padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.slidedoormenu li.news, .slidedoormenu li.news a{
	color: #0099FF;
}
.slidedoormenu li.news a:hover	{
	color:#243863;
}
.slidedoormenu li.newsletter, .slidedoormenu li.newsletter a{
	border-bottom-width: 0;
	background-image:url(/_png/newsletter.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.slidedoormenu li.newsletter a{
	padding: 8px 0; 
}
.contentroundedlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 570px; /* width of menu (don't forget to add border with below!) */
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
.contentroundedlist li{
	border-bottom: 1px solid #FFFF00; /* Gray border beneath each menu item */
	font-size:14px;
	font-weight:bold;
}
.contentroundedlist li a{
	display: block;
	width: auto;
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color:#243863;
}
.contentroundedlist li a:hover	{
	color: #0099FF;
}	
div.descr	{
	font-size: 11px;
	font-weight:normal;
}
#contentroundedcolumn{}
#contentroundedcolumntop	{}
#contentroundedcolumncentral	{
	vertical-align:top;
	min-height:450px;
}
#contentroundedcolumnbottom	{
	padding:10px;
	text-align:center;
	border-top: 1px dotted #243863;
}
div.square	{
	background-image:url(/_png/square.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:190px;
	height:100px;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding:0px;
	margin:4px;
	float:left;
}
div.square a, div.square a:visited	{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
div.square a:hover{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#FFFF00;
}
div.square	p{
	padding-top:28px;
}
#home	{
	padding:5px;
}
#homeTitle	{
  /*cursor: pointer;*/
  padding: 0.5em;
  padding-left:0px;
  border-top: 1px dotted #243863;
  font-size:13px;
  font-weight:bold;
  text-decoration: none;
  color:#0099FF;
}  
  
input {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243863;
	border:1px #243863 solid;
}
button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243863;
	font-weight:bold;
	border:1px #243863 solid;
}
textarea	{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #243863;
	border:1px #243863 solid;
}