body {
	color: #000099;
	background: #fff url(../images/grey/bg_top_grey.png) center top repeat-x;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8px;
font-style:normal;
font-variant:normal;
font-weight:normal;

color:#8C8C73;
font-family:"trebuchet ms",helvetica,sans-serif;
font-size:11px;
line-height:18px;
}

a:link, a:visited {
	color: #000099 ;
	text-decoration: none;
	font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9;
}

a:hover {

	color: #CC6600;
}

#header {
	background: url(../images/grey/header_grey.png) no-repeat 0 0;
}

/* module left */
#left_l {
	background: url(../images/grey/cont_shadow_l_grey.png) top left no-repeat;
}

#left_r {
	background: url(../images/grey/cont_shadow_r_grey.png) top right no-repeat;
}

/* content */
#content_l {
	background: url(../images/grey/cont_shadow_l_grey.png) top left no-repeat;
  color: #000099
}

#content_r {
	background: url(../images/grey/cont_shadow_r_grey.png) top right no-repeat;
  color: #000099
}

#pathway_inside {
	border: 0px dotted #ddd;
}

.inputbox {
	border: 1px solid #aaa;
	background: #f4f4f4;
	padding: 2px;
	color: #aaa;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #888;
	background: #fff;
}

.button {
	background: #990000;
  background-color: #000000;
  color: #999999
}

.button:hover {
	background: #888;
}

/* footer */
#footer {
/*	background: #fff url(../images/grey/bg_bottom_grey.png) center bottom repeat-x; 
		margin: 0 22px;*/
margin: 0 auto;		
}

#footer a:link, #footer a:visited {
	color: #330099;
	border-bottom: 1px dashed #aaa;
}

#footer a:hover {
	color: #990000;
	border-bottom: 1px dashed #fff;
}

#footer_1 a {
	background: url(../images/grey/top_bg.gif) no-repeat;
}
#footer_1 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8C8C73;
}
#footer_1 {
background: #fff url(../images/grey/bg_bottom_grey.png) center bottom repeat-x;
}
/* topmenu (user3) */
#topmenu {
	background: url(../images/grey/topmenu_bg_grey.png) repeat-x top center;
}

#mainlevel-nav li:hover {
	background: url(../images/grey/topmenu_shadow_l_grey.png) no-repeat top left;
}

#mainlevel-nav li a:link, #mainlevel-nav li a:visited {
	/* color: #990000; */
color: #330099;
}

#mainlevel-nav li a:hover {
	color: #999999;
	background: url(../images/grey/topmenu_shadow_r_grey.png) no-repeat top right;
}

.componentheading, .contentheading {
	border-bottom: 1px solid #000099;
}

.contentheading {
	border-left: 5px solid #000066;
  color: #000066;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid #0000669;

}

.module_menu h3, .module h3 {
	background: url(../images/grey/topmenu_bg_grey.png);
}

.article_separator {
	border-bottom: 1px dashed #aaa;
}

ul.menu li a:link span, ul.menu li a:visited span {
	color: #990000;
	border-bottom: 1px dotted #999999;
}

ul.menu li a:hover span {
	color: #999999;
	border-bottom: 1px dotted #aaa;
	background: #E4E4E4;
}

tr.sectiontableentry1 td {
	background: #CCFF00;
  background-color: #FFFFFF
}

tr.sectiontableentry2 td {
	background: #CCFF00;
  background-color: #FFFFFF
}
div.error {
  background: #f7e5e5 url(../images/error-icon.gif) no-repeat 8px 8px; 
  border-top: 2px solid #db9f9f; 
  border-bottom: 2px solid #db9f9f;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #551111;
}

div.error a {
  color: #cc0000;
  text-decoration: underline;
}

div.message {
  background: #e5eef7 url(../images/message-icon.gif) no-repeat 9px 8px; 
  border-top: 2px solid #8db1d4; 
  border-bottom: 2px solid #8db1d4;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #385c7f;
  text-align: left;
  font-weight: normal;
}

div.message a {
  text-decoration: underline;
  color: #4c88bc;
}

div.alert {
  background: #fff8cf url(../images/alert-icon.gif) no-repeat 9px 8px; 
  border-top: 2px solid #e0ce62; 
  border-bottom: 2px solid #e0ce62;
  margin:10px 0px;
  padding: 10px 10px 10px 40px;
  color: #64591b;
  text-align: left;
  font-weight: normal;
}

div.alert a {
  text-decoration: underline;
  color: #d26f3a;
}

div.error a:hover, div.message a:hover, div.alert a:hover {
  text-decoration: none;
}
/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}



.latestnews {
color: #8C8C73;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;

font-style:normal;
font-variant:normal;
font-weight:normal;
/*list-style-type: circle; */

 }
a.latestnews {

color: #8C8C73;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  
font-style:normal;
font-variant:normal;
font-weight:normal;
list-style-type: circle;
 
 }
li.latestnews {
color: #CC6600;
font-style:normal;
font-variant:normal;
font-weight:normal;
      border-bottom: solid;
list-style-type: circle;
/*line-height:14px; */
      border-bottom-width: 1px;
      font-size: 12px;
      font: xx-large;
       display: list-item;

       font-family: "Informal Roman";

       }
 ul.latestnews {
color: #8C8C73;
/*list-style-type: circle; */
line-height:12px;
      font-size: 4px;
      font-family: "Bell Gothic Std Light";
      list-style-type: none;
 }
 .latestnews li ul a:hover {
 font-size: 4px;
 }
 
 .minifp-anotherlinks {
background: transparent;
display:block;
font-size:100%;
font-weight: normal;
margin-bottom:5px;
padding:5px;
}
.minifp-introtitle {
font-size: 70%;
color: #8C8C73;
font-style:normal;
}
.minifp-introtitle a:hover {
text-decoration:none;
color: #CC6600;
	
}
.minifp td {
padding-right:5px;
border-bottom: thin;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-color: gray;
 line-height:12px;
}
.minifp-date {
color:#CC6600;
font-size:80%;
font-style:normal;
font-weight:700;
}
#component a.visited {
	font-size: 10px;
	font-style: normal;
}
.mod_comments {
color: #8C8C73;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;

font-style:normal;
font-variant:normal;
font-weight:normal;
 line-height:12px;
/*list-style-type: circle; */

 }
 li.mod_comments {
color: #CC6600;
font-style:normal;
font-variant:normal;
font-weight:normal;
      border-bottom: solid;
list-style-type: none;

/*line-height:14px; */
      border-bottom-width: 1px;
      font-size: 12px;
     
       display: list-item;

      
       margin-left: -35px;
       }
 ul.mod_comments {
color: #8C8C73;
/*list-style-type: circle; */
line-height:12px;
      list-style-type: none;
 
 }
 .mod_events_latest {
border-top: 1px solid #CC6600;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
height:30px;
}
#mod_comments a:hover{

 color: #CC6600;
 }


