@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
img {
	border:none;
}
blockquote {
	font-style: italic;
}

a {
	color: #135293;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 140%;
	color: #266CE7;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(../images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(../images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.gray {
	margin: 5px 5px;
	background: #cecece;
	color: #FFFFFF;
}

.blue {
	margin: 20px 30px;
	background-color: #4096ee;
	color: #FFFFFF;	
}
.col-one {
	float: left;
	width: 30%;
}

.col-two {
	float: right;
	width: 70%;
}

.pictures {
	margin: 10px;
	padding: 10px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background-color: #FFFFFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

#logo h1 {
	padding: 125px 0 0 0;
	font-size: 36px;
	color: #204a87;
}

#logo h2 {
	font-size: 18px;
	color: #cc0000;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
	display: block;
	height: 20px;
	border-top: 1px #d3d7cf solid;
	border-bottom: 1px #d3d7cf solid;
	color: #eeeeec;
	font-size: 120%;
	padding: 8px;
	background-color: #85c329;
	text-decoration: none;
	font-weight: bold;	
}

#nav a:hover {
	color: #85c329;
	border-top: 1px #2e3436 solid;
	border-bottom: 1px #2e3436 solid;
	background-color: #eeeeec;
}

/* Menu II */

#navp a,
#navp a:link,
#navp a:visited,
#navp a:active {
	display: block;
	height: 20px;
	border-top: 1px #d3d7cf solid;
	border-bottom: 1px #d3d7cf solid;
	color: #eeeeec;
	font-size: 90%;
	padding: 8px;
	background-color: #4096ee;
	text-decoration: none;
	font-weight: bold;	
}

#navp a:hover {
	color: #4096ee;
	border-top: 1px #2e3436 solid;
	border-bottom: 1px #2e3436 solid;
	background-color: #eeeeec;
}

/* Links */

#navl a,
#navl a:link,
#navl a:visited,
#navl a:active {
	display: block;
	height: 20px;
	border-top: 1px #d3d7cf solid;
	border-bottom: 1px #d3d7cf solid;
	color: #eeeeec;
	font-size: 120%;
	padding: 8px;
	background-color: #ee9b11;
	text-decoration: none;
	font-weight: bold;	
}

#navl a:hover {
	color: #ee9b11;
	border-top: 1px #2e3436 solid;
	border-bottom: 1px #2e3436 solid;
	background-color: #eeeeec;
}

#titlep {
	display: block;
	height: 20px;
	border-top: 1px #d3d7cf solid;
	border-bottom: 1px #d3d7cf solid;
	color: #eeeeec;
	font-size: 120%;
	text-align: center;
	padding: 8px;
	background-color: #3a88d8;
	text-decoration: none;
	font-weight: bold;	
}	

#title4,
#title4 a,
#title4 a:link,
#title4 a:visited,
#title4 a:active {
	margin: 0;
	padding: 10px 0;
	font-size: 150%;
	font-weight: bold;
	color: #135293;
	text-decoration:none;	
}

#title4 a:hover {
	color: #FF9523;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(../images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}
