@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	overflow: -moz-scrollbars-vertical;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#content {
	float: left;
	width: 345px;
}
#content2 {
	float: left;
	width: 345px;
	margin-right: 10px;
}
#header {
	height: 91px; 
	width: 350px;
	margin-bottom: 0 !important;
}

#header h1 {
}

#header h1 span, #footer span {
	display: none;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background-color: #2E3192;
	cursor: pointer;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #eee;
}

h3 a:hover, h3 a:active {
	color: #eee;
}

h3 {
	background: #2E3192;
	color:#FFFFFF;
}

p {
	padding: 5px 10px;
	color: #000;
	background: #ccc;
}
.accordion {
	background:#CCCCCC;
}

