/* OUMS styles  */
/* www.oums.org */

/* LAYOUT */
#outer
{
        text-align: center;
        width: 720px;
        margin-left: auto;
        margin-right: auto;
}

#top
{
        width: 720px;
	float: left;
	cursor: pointer;
}
#topleft
{
	width: 400px;
	float: left;
}
#topright
{
	width: 320px;
	height: 300px;
	background-image: url(/img/top_logo.gif);
	float: right;
}
#topright_inner
{
	width: 320px;
	height: 188px;
	background-image: url(/img/top_logo_inner.gif);
	float: right;
}
#top h1
{
        margin: 0px;
        padding: 0px;
	display: none;
}
#top p
{
        margin: 0px;
        padding: 0px;
	display: none;
}



#menu
{
	clear: both;
	height: 29px;
	width: 720px;
	background: url(/img/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li
{
	margin: 0;
	padding: 0;
	margin-top: 6px;
	line-height: 16px;
	float: left;
	font-size : 11px;
	/*font-family : Verdana, sans-serif;*/
	font-weight: bold;
	text-align : center;
}
.menuborder
{
	border-right: 1px solid #EAEAEA;
	width: 119px;
}
.noborder
{
	border: 0;
	width: 120px;
}

#main
{
	width: 720px;
	background: #FFFFFF;
	float: left;
	text-align: left;
}
#mainleft
{
	float: left;
	width: 388px;
	border-right: 1px solid #AAAAAA;
	padding: 5px;
}
#mainright
{
	float: right;
	width: 311px;
	padding: 5px;
}

#footer
{
	margin: 0;
	width: 715px;
	background: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	clear: both;
	float: left;
	text-align: left;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
#footer p
{
	padding: 0px;
	margin: 0;
}

.footer_form
{
	margin: 0;
	padding: 0;
	border: 1px solid black;
	height: 14px;
	vertical-align: middle;
	font-size: 8pt;
	padding-left: 2px;
	background: #FCFCBE;
	color: #454545;
}

.copyright
{
	font-weight: bold;
	color: #AAAAAA;
}
/* END LAYOUT */




/* GENERAL STYLES */
body
{
        background: #EAEAEA;
        margin: 0;
	padding: 0px;
	font-size : 10pt;
	font-family : Verdana, sans-serif;
	color: #000000;
}

#main a
{
	color: #0063DC;
	font-weight: normal;
}
a, #termcard_container a
{
        font-weight: bold;
        text-decoration: underline;
        color: #000066;
}

#main a:hover
{
	color: #000066;
	background-color: #FCFCBE;
}
a:hover, #termcard_container a:hover
{
	color: #0063DC;
	background: none;
}


p
{
	text-align: left;
}

h1
{
	font: 20px Georgia, serif;
	font-weight: normal;
	color: #0063DC;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #AAAAAA;
}

h2
{
	font: 14px Arial, sans;
	font-weight: bold;
	color: #0063DC;
	text-transform: uppercase;
	margin-bottom: 0px;
}

* html h2
{
	padding-top: 7px;
}

h3
{
	font: 11px Arial, sans;
	font-weight: bold;
	color: #0063DC;
	margin-bottom: 0px;
}

p
{
	margin-top: 2px;
}

ul
{
	list-style: square;
}

.box
{
	border: 1px dashed #AAAAAA;
	padding: 5px;
}

div.img
{
        background: #EAEAEA;
        text-align: right;
        float: right;
        margin-top: 3px;
        padding: 0px;
        margin-left: 5px;
        border: 1px solid #030341;
}

#main img
{
        margin: 0;
        float: left;
	border-bottom: 1px solid #030341;
}

.caption
{
        clear: left;
        font-size: 8pt;
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 2px;
}
/* END GENERAL STYLES */

/* TERMCARD STYLES */
#termcard_container
{
	width: 250px;
	margin: auto;
}

#termcard
{
        /*color: #6E2A0D;  000000 */
        background: #EAEAEA;
        border-right: 1px solid #030341;
        border-bottom: 1px solid #030341;
}

#termcard td, th
{
        height: 30px;
        text-align: center;
	border-left: 1px solid #030341;
        border-top: 1px solid #030341;
}

#termcard th
{
        background: #AAAAAA;
        color: #030341;
}

#termcard a
{
        color: #030341;
        display: block;
        height:21px;
        padding-top: 8px;
        padding-bottom: 0px;
        background: #FCFCBE;
}

#termcard a:hover
{
        color: #0063DC;
        background: #FFFFFF;
}

#termcard a.today
{
	background: #FFFFFF;
}

.termcard_day
{
        color: #000000;
        width: 44px;
}

.termcard_today
{
        color: #000000;
        background: #FFFFFF;
        width: 44px;
}

.termcard_day_other_month
{
        color: #AAAAAA;
}

.termcard_edge_on
{
        width: 10px;
        background: #AAAAAA;
}

.termcard_edge_off
{
        width: 10px;
        background: #EAEAEA;
}

#termcard_nav
{
        background: #EAEAEA;
        border-right: 1px solid #030341;
	border-left: 1px solid #030341;
        border-bottom: 1px solid #030341;
        width: 100%;
        height: 20px;
        text-align: center;
        /*color: #6E2A0D;*/
	font-weight: bold;
	font-size: 11px;
}

/*#termcard_nav a
{
        color: #B18D7C;
}

#termcard_nav a:hover
{
        color: #6E2A0D;
}*/
/* END TERMCARD STYLES */


/* Styles for an indented list */
.indented_list
{
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
}

.indented_list li
{
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	border-bottom: 1px dotted #AAAAAA;
}

* html .indented_list li
{
	border-bottom: none;
	padding: 1px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-bottom: 2px;
	background: url(/img/aaa_dot.gif) repeat-x bottom;
}

.indented_list_left
{
        float: left;
	font-weight: bold;
}

.indented_list_right
{
	margin-left: 115px;
}

.indented_list_gap
{
	margin-left: 70px;
}

.indented_list_border
{
	border-top: 1px dotted #AAAAAA;
	padding-top: 5px;
}
	
* html .indented_list_border
{
	border-top: none;
	padding: 1px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 2px;
	background: url(/img/aaa_dot.gif) repeat-x top;
}

.indented_list_heading
{
	margin-bottom: 0;
	padding-top: 0;
	padding: 0;
	margin-left: 5px;
	
}

.list_detail
{
	font-size: 8pt;
	font-weight: normal;
}
