body {
    background: #A2C2CD url('../images/body_bg.gif') repeat-x top left;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-Serif;
    color: #000;
    padding: 0px;
    margin: 0px;
}

p, td, th, li,. normal {
    font-size: 14px;
}

th {
    font-size: 16px;
    background-color: #6499AB;
    text-align: left;
    color: #FFF;
}

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

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

h1, .title {
    color: #5C8D9D;
    font-size: 20px;
		font-weight: bold;
}

h2, .subtitle {
    color: #6499AB;
    font-size: 18px;
		font-weight: bold;
}

h3 {
    color: #6499AB;
    font-size: 16px;
		font-weight: bold;
}

p {
    line-height: 1.5em;
}

big, .largetype {
    color: #6499AB;
    font-size: 16px;
		font-weight: bold;
}

small, .smalltype {
    color: #666;
    font-size: 10px;
}

li {
    margin-bottom: 1em;
}

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

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

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


/* Layout CSS */
/* Layout list */
#container {
    width: 760px;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 20px;		
    margin-left: auto;
    margin-right: auto;
		border-left: 2px solid #4D2604;
		border-right: 2px solid #4D2604;
		border-bottom: 2px solid #4D2604;
} 

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

#address {
    padding: 35px 0px 0px 490px;
		font-size: 13px;
		line-height: 175%;
		color: #5B2F08;
		font-weight: bold;
}

/* Outer/Inner Content Area */
#outer { 
    background-color: #FFF; /* 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 {
    border-top: 8px #613005 solid;
    clear: left;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #4D2604;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

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

#footer a:hover, #footer a:active {
    color: #FFFF33;
		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: #6499AB;
		width: 760px; 
}

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

#navlist ul li a {
    background: #6499AB;
    width: 379px;
    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: #507A88;
}


#navlist .selected_link {
    background: #507A88;
    color: #FFF !important;
    font-weight: bold;
    cursor: default;		
}