/* Main */

body {
font: small/1.6em verdana, sans-serif; 
margin: 0px; 
font: normal 13px verdana, arial, sans-serif; 
color: #000; 
background-color: #ddd;
}
a {	
color: #248391;	
text-decoration: none; 
}
a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px dashed #912447;
}
a:active {
color: #000;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}
ul li {
padding: 0 0 5px 0; 
line-height: 1.3em; 
color: #333333; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 120%; 
color: #7C7C7C;
}
ul {
list-style: none; 
margin: 0px 0px 0px 0px; 
padding-left: 0px; 
list-style-type: none; 
}
h1 {
background: #fff url(header.gif) no-repeat;
height: 155px; 
margin: 0; 
padding: 0;
}
#content  {
position : absolute;
left : 50%;
width : 600px;
margin-left : -300px;
background: #fff;
border: 1px solid #000;
}





/* Right Naviagtion */

#menu {
display: inline;
float: right;
margin: 0px 10px 0px 0px; 
padding: 3px 3px 3px 0px;
width: 160px;
}
#menu p  {
color: #eee;
font: normal 11px "Trebuchet MS", Verdana, sans-serif;
line-height: 15px;
text-align: left;
}
#menu h2 {
background: #fff url(h2_image.gif) no-repeat;
color: #555;
font: bold 13px "Trebuchet MS", Verdana, sans-serif;
text-align: left;
line-height: 17px;
border-bottom: 1px dashed #cccccc;
margin-bottom: 5px;
padding: 0 0 0 10px;
}
#menu ul {
padding-left: 15px;
margin: 0px;
margin-bottom: 4px;
border-bottom: 1px dashed #ddd;
}
#menu li  {
color: #eee;
font-size: 11px;
font-family: "Trebuchet MS", Verdana, sans-serif;
line-height: 100%;
text-align: left;
list-style-image: url(li_image.gif);
}
#menu img {
border: 1px solid #D5D5D5;
padding: 4px;
}




