a {
	color: #607fff;
	text-decoration: none;
}

a:hover {
	color: #809fff;
	text-decoration: underline;
}

#content {
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px 0px 30px 0px;
}

#content dl {
	margin: 20px 0px 20px 0px;
}

#content dd {
	font-size: 0.87em;
	color: #151515;
	line-height: 160%;
	margin: 0px 0px 0px 50px;
}

#content dt {
	font-size: 0.87em;
	color: #303030;
}

#content h1 {
	color: #505050;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0px 15px 0px;
}

#content h2 {
	font-size: 1.05em;
	font-weight: bold;
	color: #404040;
	margin: 20px 0px 10px 0px;
}

#content h3 {
	font-size: 0.95em;
	font-weight: bold;
	color: #303030;
	margin: 15px 0px 10px 0px;
}

#content ul, #content ol {
	margin: 15px 0px 15px 0px;
	padding: 0 0 0 25px;
}

#content li {
	font-size: 0.87em;
	color: #151515;
	line-height: 160%;
	list-style: circle;
}

#content p {
	font-size: 0.87em;
	color: #151515;
	line-height: 160%;
	margin: 15px 0px 15px 0px;
	text-align: justify;
}

#content td {
	font-size: 0.8em;
	color: #151515;
	line-height: 160%;
	padding: 2px 3px 2px 3px;
}


#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #606060;
	overflow: hidden;
	width: 100%;
}

#footer hr {
	color: #f0f0f0;
	background-color: #f0f0f0;
	height: 1px;
}

#footer ul.left {
	float: left;
}

#footer ul.left li {
	display: inline;
	padding: 5px 3px 5px 0px;
}

#footer ul.right {
	float: right;
}

#footer ul.right li {
	display: inline;
	padding: 5px 0px 5px 3px;
}


#frame {
	background-color: white;
	margin: 5px auto 5px auto;
	position: relative;
	width: 800px;
}


#logo {
	background-image: url('/i/img/logo_bg.gif');
	height: 62px;
}

#logo img {
	border: none;
	left: 30px;
	position: relative;
	top: 4px;
}

#logo h1 {
	color: #dee0de; 
	font-family: serif;
	font-size: 36px;
	font-weight: bold;
	left: 210px;
	position: absolute;
	top: 14px;
}


#mainMenu {
	background: #f0f0f0;
	border-bottom: 1px solid #1199bb;
	min-height: 23px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#mainMenu ul, #subMenu ul {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 170px;
	width: 500px;
}

#mainMenu ul li {
	display: inline;
	font-size: 0.95em;
	font-weight: bold;
	min-height: 23px;
}

#mainMenu ul li a {
	color: #606060;
	padding: 5px 9px 5px 9px;
	text-decoration: none;
}

#mainMenu ul li.active a {
	background: #809fff;
	color: white;
}

#mainMenu ul a:hover {
	background: #809fff;
	color: white;
}


#newsItemList {
	border-left: 1px dashed #d0d0d0;
	float: right;
	padding: 0 10px 0 9px;
	width: 200px;
}


#subMenu {
	min-height: 23px;
	overflow: hidden;
	padding: 8px 0px 0px 0px;
}

#subMenu ul li {
	display: inline;
	font-size: 0.95em;
	min-height: 23px;
}

#subMenu a {
	padding: 5px 9px 5px 9px;
}

#welcome {
	background-image: url('/i/img/welcome.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	float: left;
	min-height: 400px;
	width: 580px;
}
