@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color:#00415e;
}
a:hover{
	text-decoration:none;
	color:#00415e;
}
a:visted{
	text-decoration:none;
	color:#00415e;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
	font-weight:bold;
}

h1{
	font-size:2.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00415e;
	padding-bottom:10px;
}
h2{
	font-size:2.0em;
}
h3{
	font-size:1.7em;
}
h4{
	font-size:1.4em;
}
#right_content h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00415e;
	padding-bottom:10px;
}

body{
	background-color:#016390;
	background-position:top center;
	background-repeat:repeat-x;
	color:#525252;
	font-size:12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
}

#page_wrapper{
	width:100%;
}

#page{
	margin:0 auto;
	width:920px;
}

#footer_wrapper{
	color:#ffffff;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
}
#footer_wrapper a{
	color:#ffffff;
}
#footer_wrapper a:hover{
	color:#c9c9c9;
}

.light-gray{
	color:#c9c9c9;
}
.sub-cat{
	padding-right:35px;
	padding-bottom:40px;
	padding-top:5px;
	vertical-align:top;
}
.img-cat{
	text-align:center;
	width:70px;
}
.head-cat{
	padding-right:25px;
}