@charset "UTF-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	background-color: #f2f2f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #263937;
}

h1 {
	color: #2754b1;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: #2754b1;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-bottom: 1em;
	margin-top: 0px;
}

a img {
	border: none;
}

a, a:visited {
	color: #2754b1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	padding-top: 3px;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

#service {
	text-align: right;
	margin-top: 9px;
	margin-right: 19px;
}

#service a, #service a:visited {
	
	margin-left: 20px;
	color: #7c7e81;
	text-decoration: none;
}	

#service a:hover {
	text-decoration: underline;
}

#top {
	padding: 22px 19px 0px 0px;
	height: 115px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}

#logo {
	width: 140px;
	float: left;
	margin: 15px 0px 0px 45px;
	overflow: hidden;
}

#catch {
	position: relative;
	margin-top: 0px;
	height: 70px;
	width: 360px;
	float: left;
}

#catchtext {
	position: absolute;
	bottom: 0px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #a7a7a7;	
}

#catch p {
	margin-bottom: 0px;
}

#menu {
	padding-top: 12px;
	margin: 0px 19px 0px 19px;
	clear: both;
	text-align: center;
	width: 960px;
	height: 30px;
	background-color: #234b9d;
}

#menu a, #menu a:visited {
	margin-left: 13px;
	margin-right: 13px;
	color: #ffffff;
	font-size: 1.3em;
	text-decoration:none;
	
}

#menu a:hover {
	border-bottom: 4px #ffffff solid;
}

#contentcontainer {
background-image: url('images/sides.gif');
	background-repeat: repeat-y;
	background-position:center;
	overflow: auto;
	clear: both;
}


#content {
	padding: 26px 196px 26px 196px;
	overflow: auto;
}


#content img {
    margin: 20px;
    text-align: center;
}

#submenu {
	margin-top: 7px;
	width: 150px;
	float:left;
	
}

#submenu ul{
	margin: 0px;
	padding: 0px;
	}

#submenu li {
	list-style-type: none;
}

a.act {
	font-weight: bold;
}

#subcontent {
	float:right;
	width: 670px;
}

#contbottom {
	clear: both;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position:center;
	height:32px;
}

#footer {
	text-align: center; 
	margin: 30px;
	color: #7c7e81;
}

.center {
	text-align: center;
}