body {
         margin:20px;
         background:#CCCCCC;
         font-family: Verdana, Arial, sans-serif;
		font-size: small;
         padding:0;
    }

img.center {clear:both; float:none; display:block; margin:0 auto; padding:0px;}
img.right { float:right; margin:3px 0 7px 10px; padding:0px; }
img.left { float:left; margin:3px 0 7px 10px; padding:0px; }
body div {
text-align: left;
}
.space{
  padding: 20px 0;
}

#main {
width: 750px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}

table.fixed {clear:both; margin:2.0em 0 0.2em 20px; border:solid 2px rgb(255,255,255);, table-layout: fixed; border-collapse:collapse; empty-cells:show;}

#head {
background-image: url("../img/header2.gif");
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 100px;
width: 750px;
border-bottom:4px solid #000000;
}

.center{text-align:center;}

#content{
float: right;
margin-top:3px;

font-size: 1em;
padding: 8px;
margin-bottom: 10px;
width: 586px;
color: #292929;

}


#menu {
float:left;
width: 140px;
font-family: sans;
margin-bottom: 10px;
font-size: .9em;
font-family: Arial, sans-serif;
}

#menu h4 {
background-image: url("../img/menutitleback.gif");
background-repeat: repeat-x;
background-color: #002ae5;
height: 25px;
text-align: center;
padding-top: 5px;
font-size: 12px;
margin: 0px;
color: #FFF;
border-bottom: 1px solid #fff;
display: block;
}
#menu ul{
 list-style:none;
  padding: 0;
  margin:0;
}

#menu li {

	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom;
	list-style: none;
    text-align: left;
	}

#menu li a {
	display: block;
	text-decoration: none;
    background-color: #0000a0;
	color: #FFFFFF;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size:95%;
	}

.new_type_small{
  font: Arial; font-size: 14px;
}
.new_type_large{
  font: Arial; font-size: 24px; font-weight: bold;
}



#menu a:hover {
background-color: #cccccc;
color: #000000;
}

.float_left{
  float:left;
}
.float_right{
  float:right;
}


.clear_float_left
{
  clear: left;
}
.clear_float_right
{
  clear: right;
}
.clear_float_both
{
  clear: both;
}
.no_style{
  list-style:none;
  padding: 5px 5px;
}


.no_style_pad{
  list-style:none;
  padding: 0;
  margin: 0;
  
}

.no_print{
  display: none;
}

