* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #7c96f4 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}
#container {
	border:1px solid #4967d7;
	width: 740px;
	margin: 0 auto;
  text-align: left;
}
h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 1.8em; }
h2 {
	font-size: 1.4em;
	line-height: 150%;
}
h3 { font-size: 100%; font-weight: bold; }

#content p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 1.8em;
	font-size: 0.9em;
}

/* Header */

#header {
	width: 740px;
	height: 80px;
	margin: 0 auto;
}
#page #sidebar a {
	color: #4967d7;
	text-decoration: underline;
}
#page #sidebar a:hover {
	text-decoration: none;
}
#page #content a {
	color: #000099;
}
#page #content a:hover {
	text-decoration: none;
}
#footer #links a {
	color: #4967d7;
}
#footer #legal a {
	color: #4967d7;
}

#logo {
	float: left;
	width: 206px;
	height: 78px;
	background: #f8f6c8;
	border: 1px solid #4967d7;
	border-right-width: 1px;
}

#logo h1 {
	padding-top: 14px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.3em;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 22px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a, #menu #current {
	background: #3c55b4;
	color: #f8f6c8;
}

/* Splash */

#splash {
	width: 740px;
	height: 180px;
	margin: 0 auto;
	background-color: #7c96f4;
	text-align: right;
	vertical-align: top;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 162px;
	padding: 25px 20px 20px 20px;
	background: #f8f6c8;
	border: 1px solid #4967d7;
	border-right-width: 1px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 120%;
	font-weight: bold;
	color: #4967d7;
}

#sidebar h3 {
	font-size: 100%;
	color: #4967d7;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
	color: #f8f6c8;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
	color: #000000;
	line-height: 1.8em;
	font-size: 0.9em;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	background-color: #4967d7;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}
#footer #legal a {
	color: #FFFFFF;
}
#footer #legal a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#footer #links a {
	color: #FFFFFF;
}
#footer #links a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
}
/* Image align */
.imageleft {
	font-size: x-small;
	color: #999999;
	float: left;
	margin: 3px 6px 3px 0px;
}
.imageright {
	font-size: x-small;
	color: #999999;
	float: right;
	margin-left: 6px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content td {
	padding: 3px;
}
