body
{
	font-family: Verdana;
	font-size: 8pt;
	color: #034694;
	margin: 0;
	margin-bottom: 10px;
}

form
{
	margin: 0;
}

input
{
	font-size: 8pt;
	color: #034694;
}

h1
{
	font-size: 16pt;
	margin: 14px 0;
	
	/* color: red; font-weight: bold; border: 2px solid red; */
}
h2
{
	font-size: 12pt;
	margin: 14px 0;
}
h3
{
	font-size: 10pt;
	margin: 14px 0;
}
h4
{
	font-size: 8pt;
	margin: 14px 0;
}

p
{
	margin: 11px 0;
}

img
{
	border: 0;
	vertical-align: middle;
}

table.list
{
	width: 100%;
	border-spacing: 0px;
	border: 2px solid #ED1C24;
}

table.list th
{
	text-align: left;
	padding: 2px 3px;
}

table.list td
{
	background-color: white;
	border-bottom: 1px solid #B3CDEF;
	padding: 2px 3px;
}

tr.odd td
{
    background-color: #D1DEEF;
}

#content table th
{
	background-color: #ED1C24;
	color: white;
}

#content table th a
{
	color: white;
}

a:link { color: #034694; }
a:visited{ color: #034694; }
a:hover { color: #034694; text-decoration: none;}
a:active { color: #034694; }

.unread
{
	font-weight: bold;
}

/* BUTTONS */

.button, button
{
    background-color:#D1DEEF;
    border:1px solid #B3CDEF;
	

	height: 24px;
    text-decoration:none;
	font-size: 11px;
	font-family: Verdana;
    color: #034694;
    cursor:pointer;
    padding: 0px 4px;
	margin: 0px 2px;
}

.button
{
	padding: 4px 4px;
	line-height: 28px;
}

.button:hover, button:hover
{
    background-color:#034694;
    color: white;
}

.button img, button img
{
    width:16px;
    height:16px;
	vertical-align: middle;
}

img.percent
{
	background: white url(/icon/percentImage_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}


#all
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0B4696;
}

#top
{
	clear: both;
}

#login
{
	position: absolute;
	top: 0px;
	margin: 5px;
	padding: 3px;
	float: left;
	background-color: #0B4696;
	color: white;
	border: 2px solid #ED1C24;
	max-height: 85px;
}

#logo
{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	height: 105px;
}

#banner
{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
}

#top ul {
	clear: both;
	float: right;
	list-style: none;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
    padding: 0;
    margin-left: 0;
}

#top li {
	background-color: white;
	background-image: url(/button_bg.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-right: 2px;
	width: 74px;
}

#top li a {
	display: block;
	height: 40px;
	color: #ED1C24;
	font-size: 10pt;
	padding-top: 8pt;
	text-align: center;
	text-decoration: none;
}


#middle
{
	background-color: yellow;
	clear: both;
}

#content_wrap
{
	background-color: white;
	background-image: url(/content_top_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 610px;
}

#content
{
	padding: 0px 20px;
	min-height: 400px;
}
#content_bottom
{
	background-color: white;
	background-image: url(/content_bot_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#left_nav
{
	float: left;
	width: 150px;
	color: white;
}

#left_nav div
{
	margin-left: 2px;
	margin-right: 2px;
	/*margin-bottom: 1em;*/
}

#left_nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_nav h1
{
	margin: 0;
	padding: 3px 8px;
	font-size: 10pt;
	background-color: #ED1C24;
	background-image: url(/menu_header_bg.gif);
    background-repeat: none;
	font-weight: bold;
}

#left_nav ul li {
	background-color: #034694;
	border-bottom: solid 1px white;
	padding: 1px;
	margin-left: 13px;
	margin-right: 2px;
	display: block;
}

#left_nav ul li:hover {
	background-color: #002F79;
}

#left_nav li a {
	display: block;
	height: 100%;
	color: white;
	text-decoration: none;
}

#right_nav
{
	float: right;
	width: 256px;
	margin: 14px 8px;
	color: white;
}

#right_nav h1
{
	padding: 3px 12px;
	margin: 0;
	
	font-size: 10pt;
	/*background-color: #034694;
	background-image: url(/right_header_bg.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
}

#right_nav div
{
	background-color: #034694;
}

.reminder
{
	padding: 8px;
}

.reminder ul
{
	padding-left: 12px;
	margin: 0;
}

.reminder_top
{
	height: 8px;
	background-image: url(/right_top_bg.gif);
	background-repeat: no-repeat;
}

.reminder_bottom
{
	height: 8px;
	background-image: url(/right_bot_bg.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 10px;
}

#bottom
{
	clear: both;
	color: white;
	padding-left: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#bottom a
{
	color: white;
}

/* WYMeditor */

/* PARA: Black */
p.black /* p[@class!="important"] */ {
    color: black;
    /* border: 1px solid black; */
}

/* PARA: Important */
p.important /* p[@class!="black"] */ {
    color: #ED1C24;
    /* border: 1px solid #ED1C24; */
}

/* TABLE: List */
table.list /* table */ {
	width: 100%;
	/* background-color: #034694; border 1px solid black; */
}

/* /WYMeditor */

