/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/pageBg.jpg);
	color: #000066;
}

h1, h2, h3 {
	color: #313131;
}

hr {
	margin-bottom: 5px;
	margin-top: 5px;
        color: #000066;
        background-color:#000066;
}


h1 {
	margin-bottom: .5em;
	font-size: 162%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 116%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 130%;
	font-size: 103%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
}

a {
	border-bottom: 1px dotted #000066;
	text-decoration: none;
	color: #0033CC;
}

a:hover {
	border-bottom: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 10 auto;
	}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	padding-left: 20px;
	border: none;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

#menu a:hover {
	color: #0033CC;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	background: #B6E4F7;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0 100px;
	letter-spacing: 5px;
	font-size: 60px;
}

#logo h1 a {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

#logo h2 {
	padding: 0 0 0 220px;
	letter-spacing: 2px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}

#logo h2 a {
	color: #00AEEF;
}

#logo a {
	border-bottom: none;
	text-decoration: none;
	font-style: italic;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
background: #B6E4F7;

}

/* Content */

#content {
	float: right;
	width: 472px;
	padding: 5px 0 0 30px;

}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 230px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	font-size: 100%;
}

.floating-box img {
	border: 5px solid  #6DCFF6;
}


.special {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
		margin-top: 3px;
		margin-left: 10px;
		margin-right: 5px;
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 0 5px 10px 1px;
	background:;
	border-right: 2px solid #000066;
}

#sidebar .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(images/img5.gif) repeat-x;
}

#sidebar .content {
	padding: 10px 20px;
}

#sidebar blockquote {
	margin: 0;
}

#sidebar blockquote p {
}

#sidebar .advert {
	height: 600px;
}

#links {
}

#links ul {
}

#links li {
	padding: 5px 0;
}

#links a {
	border: none;
	color: #000066;
}

#links a:hover {
	border-bottom: 1px dotted #000066;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
background: #B6E4F7;
}

#footer .links {
}

#footer .legal {
}
