body {
	background-color: #E1E1E8;
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}

h1, .title {
	font-size: 125%;
	color: #B13340;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	text-decoration: underline;
	margin: 1.25em 0 0.375em;
}

h3, h4, h5 {
	font-size: 110%;
}

h3.inverse {
	color:#FFF;
	text-align:center;
	background-color:#036;
	padding: 5px 5px;
	
}

h1.breakingnews {
	padding: 3px 0;
	background: url(images/breakingnews_bg.jpg) repeat-y right top;
	font-size: 110%;
}

em.red {
	font-style:normal;
	color:#B13340;
}
p {
	margin: 0.75ex 0 2ex;
}

ul, ol {
	margin-top: 0.75ex;
	margin-bottom: 2.5ex;
}

ul.plain {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1.5em;
}

ul.plain > li {
	margin: 6px 0;
}

a {
	color: #577DD0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px none;
}

table.data td {
	vertical-align: top;
}

fieldset {
	padding: 0em 87px;
	border: 0px none;
	text-align: center;
}

textarea {
	display: block;
}

#navigation {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin: 4px 0;
	padding: 3px 0 3px 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #616592;
}

#navigation li a {
	color: #FFFFFF;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	padding: 0 0 0 11px;
	font-weight: normal;
	background: url("/images/navmenu-bullet.gif") no-repeat 0 5px;
}

#navigation ul li a {
	color: #D6BBC4;
}

.footer {
	color: #898BB0;
}

.footer a {
	color: #898BB0;
	text-decoration: none;
}

.footer a:hover {
	color: #898BB0;
	text-decoration: underline;
}

.menu {
	color: #ffffff;
	text-decoration: none;
	line-height: 17px;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
}

a:hover.menu {
	font-weight: bold;
	text-decoration: underline;
}

.services {
	color: #D6BBC4;
	font-weight: normal;
	text-decoration: none;
}

a:hover.services {
	text-decoration: underline;
}

.bigger {
	font-size: 80%;
	height: 35;
}

.smaller {
	font-size: 60%
}

.first {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

img.logo {
	display: block;
	margin: 7px;
}

table.panel {
	table-layout: fixed;
	border-style: none;
	border-spacing: 5px;
}

table.panel td {
	vertical-align: top;
	background-color: #C0C0C0;
	padding: 3px;
}

#page {
	border-top: 1px solid #121661;
	border-bottom: 1px solid #121661;
	background-color: #FFFFFF;
}

#header {
	border-bottom: 1px solid #292D70;
	background: url("/images/top_bg.jpg") no-repeat right top;
	overflow: hidden;
	height: 1%;
}

#header-logo {
	float: left;
}

#header-nav {
	padding: 0.85em 1.1em;
	border-top: 3px solid #0B0E55;
	margin: 76px 0em 0em;
	text-align: right;
}

#header-nav li {
	display: inline;
}

#content {
	margin: 1.5em;
}

.content-menu {
	display: table;
	margin: 1em auto !important;
}

.content-menu, .content-menu ul {
	padding-left: 0em;
	margin-left: 0em;
	list-style-type: none;
}

.content-menu > li {
	margin: 0.8em 0em;
}

.editor {
	background-color: #FFFFFF;
}

