body {
    background-color: #006;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #000;
    padding: 0px;
    margin: 0px;
}

p, td, th, li {
    font-size: 12px;
}

th {
    background-color: #DDD;
}

a:link, a:visited {
    color: #990000;
		text-decoration: underline;
}

a:hover, a:active {
    color: #FF0000;
		text-decoration: underline;		
}

h1 {
    color: #330000;
    font-size: 20px;
}

h2 {
    color: #660000;
    font-size: 18px;
}

h3 {
    color: #990000;
    font-size: 16px;
}

p {
    line-height: 1.5em;
}

big {
    color: #990000;
    font-size: 14px;
		font-weight: bold;
}

small {
    color: #666666;
    font-size: 10px;
}

li {
    margin-bottom: 1em;
}

.imgfloatright {
    display: block;
    float: right;
		font-size: 11px;
		color: #000;
		margin: 10px 0 10px 10px;
		text-align: center;
}

.imgfloatright img, img.imgfloatright, .imgfloatleft img, img.imgfloatleft {
    border: 1px solid #000;
}

.imgfloatleft {
    display: block;
    float: left;
		font-size: 11px;
		color: #000;
		margin: 10px 10px 10px 0;
}


/* Layout CSS */
/* Layout list */
#container {
    width: 760px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

/* Header Area */
#header {
    text-align: left;
    margin: 0px;
		height: 100px;
		background: #FFF url('../images/logo.jpg') no-repeat top left;
}

#address {
    padding: 20px 0px 0px 450px;
		font-size: 14px;
		line-height: 150%;
		color: #006;
		font-weight: bold;
}

/* Outer/Inner Content Area */
#outer { 
    background-color: #ffffff; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
    margin: 0px;
		width: 100%;
}

/* Left Navigation */
#left {
    width: 180px; 
    float: left; 
    position: relative; 
    margin-left: -180px; 
    margin-right: 1px;
}

/* Content Area */
#content { 
    position: relative; 
    margin: 0px;
		padding: 5px 25px 35px 25px;
}

/* Footer Area */
#footer {
    clear: left;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #003;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #FFFF00;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #FFFFCC;
		text-decoration: underline;		
}


#navlist {
    margin: 0;
    padding: 0;
    height: 20px;
    border-top: 1px solid #fff;		
}

#navlist ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
		background: #660000;
		width: 760px; 
}

#navlist ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navlist ul li a {
    background: #660000;
    width: 189px;
    height: 18px;
    border-top: none;
    border-left: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    padding: .3em 0 .3em 0;
    margin: 0 0 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

#navlist ul li a:hover, #navlist a:active {
    color: #fff;
    background: #990000;
}


#navlist .selected_link {
    background: #FF0000;
    color: #FFA !important;
    font-weight: bold;
    cursor: default;		
}