body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url("../images/bodyBackground.png") repeat-x center top;
}

img {
	border: none;
}

p{
	margin: 0em 0em 1.5em 0em;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	color: #0F457F;
	font-weight: bold;
	margin: 0em 0em 0.2em 0em;
}
h1{
	font-size:182%;
}
h2{
	font-size:130%;
}
h4{
	color: #BA36A0;
}
a, a:visited{
	text-decoration: none;
	border-bottom: 1px solid #B1D6FF;
	color: #0F457F;
}
a:hover {
	border-bottom: 1px dotted #0F457F;
}
strong{
	font-weight: bold;
}
li{
	list-style: none;
}
.hot{
	cursor: pointer;	
}

#wrapper {
 margin: 0 auto;
 width: 950px;
}
#header {
	width: 944px;
	height: 183px;
	margin: 0px auto;
	text-align: left;
	/*background: url("../images/header_line.png") no-repeat bottom left;*/
}
#header a{
	border: none;
}
#leftColumn {
 color: #333;
 width: 250px;
 float: left;
}
#content {
 float: left;
 color: #333;
 width: 429px;
 display: inline;
}
#rightColumn {
 color: #333;
 width: 205px;
 float: left;
}
#footer {
 width: 944px;
 clear: both;
 color: #333;
}


/* -----  Menu Universal----- */

.horizontalMenu li {
	list-style-type: none;
	display: inline;
}
.verticalMenu li{
	list-style-type: none;
}
.horizontalMenu li a, .verticalMenu li a {
	text-decoration: none;
}


/* ----- Header ----- */

#headerLogo,#headerMenu {
	float: left;
}
#headerLogo {
	margin-top: 35px;
	padding-left: 35px;
}

#headerMenu {
	font-size: 1.2em;
	text-align: right;
	width: 735px;
	height: 20px;
	overflow: display;
}
#headerMenu ul {
	padding: 10px 0px 10px 0px;
	margin-top: 50px;
}
#headerSpacer{
	height: 45px;
}
#headerMenu ul li{
	padding: 6px 3px 6px 8px;
	text-align: center;
}
#headerMenu ul li.active{
	background: url("../images/menu_active_bg.png") repeat-x;
	border: 1px solid #c6daf0;
}
#headerMenu ul li a{
	color: #a1b7cf;
}
#headerMenu ul li.active a{
	color: #77ba31;
	font-weight: bold;
}

/* ----- Ikon ----- */
#ikon {
	clear: both;
	margin-left: 16px;
}


/* ----- Left Column ----- */

ul#leftMenu, #menuSpacer, #menuBottom {
	margin-left: 42px;
	width: 208px;
	overflow: hidden;
}
ul#leftMenu {
	text-align: right;
	background: url("../images/menu_bg.png") repeat-y;
	font-size: 1em;
}
#menuSpacer{
	border-top: 1px solid #C6D6EF;
	background: url("../images/menu_bg.png") repeat-y;
}
#menuBottom{
	background: url("../images/menu_gradient_bottom.png") no-repeat right bottom #EFF7F7;
	height: 243px;
}
ul#leftMenu a{
	color: #1B5697;
	font-weight: bold;
	display: block;
	border: none;
}
ul#leftMenu li{
	overflow: hidden;
}
ul#leftMenu li h2{
	font-size: 1.25em;
}
ul#leftMenu li h2 a{
	margin: 9px 11px 5px 0px;
}
ul#leftMenu li h2 {
	border-top: 1px solid #C6D6EF;
}
ul#leftMenu li.selected, ul#leftMenu li.selected h2.active {
	background-color: #FFFFF7;
}
ul#leftMenu li.selected {
	background-color: #FFFFF7;
	border-right: 1px solid #C6D6EF;
	border-left: 1px solid #C6D6EF;
}

ul#leftMenu li.selected h2{

	border-bottom: none 0px transparent;
}

ul#leftMenu li.selected .active a{
	color: #BA36A0;
}
ul#leftMenu li.selected a{
	color: #93A9C1;
}

/*
ul#leftMenu .active{
	background-color: #E7EFE7;
}
*/

ul#leftMenu .subLevel{
	padding: 4px 11px 4px 0px;
	font-size: 0.98em;
	/*visibility: hidden;*/
}

ul#leftMenu li ul li{
	display: none;
}

ul#leftMenu .selected ul li{
	display: block;
}

/* ----- Content Column ----- */

#content {
	padding: 0px 30px 0px 30px;
}
#content p{
	text-align: justify;	
}
#content h1 {
	margin-top: 0em;
}
#content img {
	margin: 0em 0em 1em 0em;
}
#content ul{
	margin: 1.5em 0.6em;
	padding-left: 0.8em;
}
#content ul li{
	line-height: 1.5em;
}
#content li{
	background: url("../images/ulArrow.png") no-repeat 0px 4px;
	padding: 0em 0em 0.9em 0.9em;
}


/* ----- Right Column ----- */

.rightModule {
	margin-bottom: 2em;
}
.rightModule p{
	font-size: 0.98em;
	line-height: 1.5em;
	text-align: justify;
}

.rightModule h2 {
	color: #1B5697;
	border-bottom: 1px solid #C6D6EF;
	padding: 0.2em 0em 0.2em 0em;
	margin-bottom: 0.6em;
}
.rightModule img{
	margin-bottom: 0.5em;
}
.infoImg {
	padding:0px;
	margin: 0px;
	text-align: center;	
}
/* ----- Bottom Boxes ----- */

.bottomBox{
	float:left;
	font-size: 0.96em;
	color: #333;;
	width: 400px;
	height: 50px;
	margin: 10px 0px 48px 0px;
	text-align: justify;
}
.bottomBox ul li{
	list-style: none;
	padding-top: 3px;
}
.bottomBox ul li ul li{
	list-style: disc;
	padding-bottom: 4px;
}
.bottomBox h2{
	padding: 0em;
	margin: 0em 0em 0.1em 0em;
	color: #BA36A0;
	font-size: 1.5em;
}
.bottomBox h3{
	margin: 1em 0em 0em 0em;
	padding: 0em;
	font-size: 1.20em;
	color: #BA36A0;
}
.bottomBox p{
	margin: 0px;
	line-height: 1.3em;
}
.bottomBox .date {
	color: #0F457F;
	margin: -0.2em 0em 0.7em 0em;
	font-weight: bold;
	font-size: 0.85em;
}
.bottomBox p.teaser {
	margin: 0.75em 0em 0.9em 0em;
	font-weight: bold;
}
.bottomBox a, .bottomBox a:visited, .bottomBox a:hover{
	color: #333;
	border: none;
}
.bottomBox .content a:hover {
	border-bottom: 1px dotted #747F8F;
}


/* ----- Footer ----- */

#articleSpacer{
	border-bottom: 1px solid #C6D6EF;
	height: 1px;
	clear:both;
}
#footer{
	clear: both;
	background: url("../images/footer_bg.png") repeat-x;
	height: 120px;
	font-size: 0.88em;
}
#footerSpacer{
	width: 100%;
	height: 25px;
}
.footerPhrase{
	margin-left: 2em;
}
#footerTxt{
	color: #859bb1;
	font-weight: bold;
}
#footerLeft{
	width: 650px;
	float: left;
	display: inline;
}
#footerRight{
	float: left;
	display: inline;
}
#footerLinks{
	float: left;
	width: 100%;
	width: 359px;
	text-align: right;
}
#footerLinks a{
	color: #8191a1;
	margin-right: 2em;
}
