@charset "utf-8";

a:link {
	color: #31518e;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #a54024;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #6694c1;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

ul {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.9em;
	display: block;
}

li {
	padding-bottom: 6px;
	margin-left: -20px;
}


body  {
	font: 100% "Trebuchet MS", sans-serif;
	background: #31518e;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 770px;
	background: url(images/bg_container.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
} 

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#menu {
	position: relative;
	height: 30px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}

#sidebar-left {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 30px;
}

#sidebar-right {
	float: right;
	width: 300px;
	padding: 15px 40px 15px 10px;
}

#mainContent-left {
	margin: 0 0 0 250px;
	padding: 0 30px;
} 

#mainContent-full {
	margin: 0 30px 0 30px;
	padding: 0 30px;
} 


#mainContent-right {
	margin: 0 350px 0 0;
	padding: 0 40px;
} 
#container  p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
}




#footer {
	padding: 0 10px 0 20px;
	background:#31518E url(images/footer.jpg) no-repeat top;
} 

#footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #f9c823;
	font-weight: bold;
}

#footer a:active {
	text-decoration: none;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 20px 20px 20px 0;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: right;
}

.image-space {
	margin-right: 10px;
	margin-bottom: 5px;

}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
