#content {
 height: expression('410px'); min-height: 410px;
}


.leftnavspc {
	margin-top: 10px;
	visibility: hidden;
}
P {
        margin: 0px;
        padding-top: 16px;
        font-size: 14px;
        line-height: 190%;
        color: darkslategrey;
}
H1,
H2 {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	font-size: 25px;
	color: #164893;
	
}

H3 {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #164893;	
}
UL LI {
       
        font-size: 14px;
        margin: 10px;
        line-height:190%;
       	padding-left: 12px;
       
}

UL LI {
        padding:0px;
        margin: 0px;
        line-height:160%;
       list-style-type:none;
	padding-left:12px;
        background-image: url(bullet.png);
        background-position: 0px 6px;
	background-repeat: no-repeat;
	display block; 
	z-index: 2000;
}
ul {
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        margin-left: 12px;
}

#container #inside #menu a {
	display: block;
	font-family: Arial Black;
	font-size: 14px;
        padding: 1 1 1 1px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
}
A:Hover IMG {
	z-index: 60;
	background-color: #333333;
	/*opacity for IE5+*/
 	filter: alpha(opacity=70);
  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.7;
	/*opacity for mozilla/safari*/
  	opacity: 0.7;
  	
}
#container #inside #menu .menu_selected,
#container #inside #menu a:hover {
	color: #164893;
}

table {
	font-size: 11px;
}


#footer P{
    margin: 0px;
    padding: 3px 0px 0px 3px;
}

#container #inside #bottom H1 {
	font-family: Helvetica;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
    margin: 0px;
    padding: 0px;
}
A,
.internal-link,
.mail, .download,
.filelinks,
.external-link-new-window {
	color: #0b244a;
	text-decoration: underline;
}
A:hover,
A:hover.download,
A:hover .filelinks,
A:hover.external-link-new-window,
A:hover.internal-link {
	color: #999999;
}
.caption {
font-size: 14px;
color: grey;
}

/*---------- mail form ------------------------------------------------*/
form{
      margin: 30px;
      padding:0 0 0 3px;
}

.mailform,
.mailformrequired,
.mailformcomment,
.mailformradio,
input,
celmenu,
select,
.text,
.button,
textarea {
         font-size: 11px;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         padding:0px;
        overflow: auto;

}
.text,
textarea {
	width: 186px;
}
.mailformrequired {
         font-weight: bold;
}
.button{
      float:right;
}