html, body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;padding: 0px; 
background:#fff;}

body {color: #000;font-family: Verdana, Arial, Serif; font-size: 0.95em;}

/************************** *
* Universal Selector styles *
* ***************************/

a {font-size: 1em; color: blue; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
a:hover {color: red;}
a:active {color: green;}

form {margin:0px;padding:0px 0px 0px 0px;border:0px;}
input{font-size: 1em;border:1px solid #000000;background-color: #fff;}
select{font-size: 1em;border:0px solid #000000;background-color: #fff;}
textarea{font-size:1em;border:1px solid #000000;background-color: #fff;}
ol { list-style-position:outside; }

H1{color: #000; font-size: 1.2em; font-weight:bold;}
H2{color: #000; font-size: 1.1em; font-weight:bold;}
H3{color: #000; font-size: 1.05em; font-weight:bold;}

/*+++++++++++++++++ *
* layout containers *
* +++++++++++++++++ */

#main {position:relative; text-align:left;}
#header {display: none;}
#header_pic {display: none;}
#content { background:#fff;padding:10px; }
#middle {background:#fff;}

#menu_left {	display:none; }
#menu_left ul li.active_link{	display:none;}
.menu_static, #menu_admin{}
#menu_admin { display:none; }
.menu_dynamic {display:none;}
#footer{display:none;}

#menu_right {	display:none; }
#menu_right ul li.active_link{	display:none;}


#nav {display:none;}

/*++++++++++++++++++++++++ *
* end of layout containers *
* ++++++++++++++++++++++++ */

.error {color: red; font-weight: bold;}
.heading {color: #000; font-size: 1.1em; font-weight: bold;	text-decoration: underline;}

.ul1 {list-style-image: url("../images/arrow.gif");padding: 2px;margin-left: 20px; color:white;}
.ul2 { list-style-image: none; list-style-type: square; padding: 2px; margin-left: 5px; color:white; }
.ul3 { list-style-image: none; list-style-type: circle; padding: 2px; margin-left: 5px; color:white; }

.form_row {padding-bottom:3px; float:left;}
.field_label {width:7em; float:left; padding-top: 0.2em;}
.field_container {width:180px; float:left;}
.accesskey_container {width:180px; float:left;}
.clear_row {clear: left;}

.news_t {font-size: 1.05em; font-weight:bold;}
.news_d { padding:4px 0px; font-size: 0.95em; font-weight:bold; color:#999;}
.news_a {margin-left:20px;}
h1.news_heading {background-image: url(../images/news_heading.gif); background-repeat: repeat-x; padding:3px;}

ul.news_t
{
list-style-type: none;
padding: 0;
margin: 0;
}

ul.news_t li
{
background-image: url("../images/article.gif");
background-repeat: no-repeat;
background-position: 0 0em;
padding-left: 1.2em;
padding-bottom: 0.5em;
padding-top: 0.1em;
}

.fl{float: left;}
.cl{clear:left; line-height:0px; font-size:1px;}

ul{padding-top:15px;}
ul li a{color: white;}
ul li a:hover{color:#FFFF00;}

dl.em7 dt {width:7em; float:left;}
dl.em7 dd {margin-bottom:5px;}
