/**
*/

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #87cefa;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}

#page-wrap {
	width: 100%;
	height: 100%;
}

#content-wrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding: 10px;
	color: #000;
	background-color: #fff;
}

#header-wrap {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	align: center;
}

#header {
	padding: 0 0 0 0;
	height: 120px;
	background-color: #87cefa;
	background-image: url(images/violets06.jpg);
	text-align: center;
}

#header img {
	margin-top: 10px;
}

#header h1 {
	font-family: "Monotype Corsiva", "Apple Chancery", Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#header h2 {
	font-family: "Monotype Corsiva", "Apple Chancery", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-size: 2em;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.ie-shadow {
	height: 1em;
	filter: 
	Shadow(Color=#000, Direction=135, Strength=4);
}

#top-menu {
	margin: 10px 0 0 0;
	padding: 6px 0 2px 0;
	height: 20px;
	background-color: #87cefa;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top-menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color: #fff;
	text-decoration: none;
}

#top-menu a:hover {
	height: 20px;
	color: #369;
	background_color: #87cefa;
	text-decoration: none;
}

#content {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	vertical-align: top;
	align: center;
	height: auto;
	min-height: 280px;
	text-align: left;
	background-color: #fff;
}

#left-side {
	float: left;
	background-color: #fff;
}

#left-menu {
	margin-top: 10px;
	vertical-align: top;
	background-color: #87cefa;
	width: 170px;
	padding: 0px;
}

#left-menu ul, #left-menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left-menu ul {
	border-bottom: 0px;
	background-color: #87cefa;
}

#left-menu ul li {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

#left-menu a:link, #left-menu a:visited, #left-menu a:active {
	padding: 4px 5px 4px 5px;
	color: #FFF;
	display: block;
	background-color: #87cefa;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

#left-menu a:hover {
	background-color: #369;
	text-decoration: none;
}

#left-content {
	background-color: #fff;
}

#left-content p {
	font-size: 0.8em;
	text-align: center;
}

#main-content {
	vertical-algin: top;
}

#footer, #footer p {
	padding: 5px;
	height: 20px;
	color: #fff;
	font-size: .8em;
	text-align: center;
	vertical-align: bottom;
}

#footer a:link, #footer a:visited, #footer a:active {
	padding: 5px;
	color: #fff;
	font-size: 1em;
}
#footer a:hover {
	color: #369;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #87cefa;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFF;
}
