@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	background-color: #000f60;
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 1em;
	margin: 5px 0 10px 0;
	line-height: 2em;
}
a {
	text-decoration: none;
	color: #000F60;
}
#contentInner a:hover, #footer a:hover {
	background: #000F60;
	color:#FFF;
}
a.read_more {
	float: right;
	width:auto;
	color: #000F60;
	text-transform: lowercase;
}
a.read_more:hover {
	background:#000F60;
	color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
}
h1{
	font-size: 2.1em;
	color: #000F60;
}
h2{
	font-size: 1.9em;
	color: #BA0A2D;
}
h3{
	font-size: 1.7em;
	color: #000F60;
	border-bottom: 2px solid #000F60;
}
h4{
	font-size: 1.5em;
	color: #BA0A2D;
}
h5{
	font-size: 1.3em;
	color: #000F60;
}
h6{
	font-size: 1.1em;
	color: #BA0A2D;
}
#contentInner .imgRight {
	float: right;
	margin: 0 0 0 15px;
}
#contentInner input, select, textarea {
	border: 1px solid #000f60;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}
#contentInner input.button {
	background: #000f60;
	color:#FFF;
	cursor:pointer;
}
#contentInner input.button:hover{
	background: #F00;
	color:#FFF;
	cursor:pointer;
}
#contentInner ol, #contentInner ul{
	line-height: 2em;
	margin: 10px 0 10px 25px;
	padding: 0;
}

