body {
	font-family: Arial, sans-serif;
	margin: 0px;
	/*background-color: #2c6ac8;*/
}

:focus {
	outline: none
}


#header {
	width: 100%;
	height: 135px;
	background-image: url("images/menu_bg.png");
}

#logo {
	display: inline;
	position: absolute;
	left: 30px;
}

#topline {
	display: inline;
	position: absolute;
	top: 0px;
	left: 195px;
}

#menu {
	display: inline;
	position: absolute;
	left: 382px;
	right: 0px;
	top: 44px;
	background-image: url("images/menu_it_bg.png");
	background-repeat: repeat-x;
	height: 61px;
}

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 999;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#sddm li a
{
	background: #2B6AC8;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	top: 50px;
	background: #2B6AC8;
	z-index: 1000;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #2B6AC8;
	color: #E9EFF9;
	font-weight: bold;
	font-family: Arial, sans-serif;
	z-index: 1200;
}

#sddm div a:hover
{
	background-color: #275FB4;
}

#content_home {
	height: 465px;
	background-color: #000;
	background-image: url("images/home_bg.jpg");
	background-repeat: no-repeat;
	overflow: auto;
	margin: 0px;
}

#content_wrapper {
	background-color: #FFF;
	background-image: url("images/content_bg.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#leftbar {
  padding-top: 60px;
  margin-left: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  width: 240px;
  float: left;
}

#leftbar img {
	border: 1px solid #999;
}

#content {
	width: 480px;
	padding-bottom: 30px;
	float: left;
	margin-top: 20px;
}

#content #con_head {
	position: absolute;
	left: 100px;
	font-size: 22px;
	margin-top: 50px;
	color: #3E78CD;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#content {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#content h1 {
	font-size: 19px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #3366cc;
}

#content h3 {
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#content p {
	font-size: 13px;
	color: #333;
}

#content a, #content a:active, #content a:visited {
	font-size: 13px;
	color: #3366cc;
	padding-left: 14px;
	background-image: url('images/link_arrow.png');
	background-repeat: no-repeat;
}

#content input,textarea {
	border: 1px solid #3E78CD;
	background-color: #EEE;
	width: 220px;
}

#content img.left {
	float: left;
	border: 1px solid #3E78CD;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content img.right {
	float: right;
	border: 1px solid #3E78CD;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content img.center {
	margin: 0px auto;
	display: block;
	border: 1px solid #3E78CD;
}

#rightbar {
 /* width: 240px;*/
  width: 250px;
  padding-bottom: 30px;
  padding-left: 10px;
  margin-top: 20px;
  float: left;
  font-size: 9pt;
  border-left: 1px solid #e5e8f7;
}

#rightbar h2 {
  font-size: 11pt;
  color: #3366cc;
  margin-top: 10px;
}

#rightbar #twits .twit {
	margin-bottom: 10px;
}

#rightbar #twits .twit .date {
	display: block;
	color: #93add2;
}

#rightbar img.partner {
	margin-bottom: 5px;
	float: left;
	border: none;
}

#rightbar a.partner {
	margin: 0px;
	border: none;
}

#footer {
	background-color: #3571cb;
	color: #FFF;
	font-size: 9pt;
	height: 36px;
	padding-top: 15px;
	text-align: center;
}

#footer a {
	color: #EEE;
	border-bottom: 1px dotted #EEE;
	text-decoration: none;
}



