body {
    background: #DBE5F0 url('../images/body_bg.gif') repeat-x top left;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 0 0 40px 0;
    margin: 0px;
}

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

/*
th, td {
    text-align: center; 
}

td.align_left {
    text-align: left;
    font-weight: bold;
}
*/


fieldset {
  /* background-color: #FFF; */
  border: 1px solid #CCCCCC;
  padding: .75em;
}

legend {
  padding: 0.2em 0.5em;
  border: none;
  color: #6A6A6A;
  font-weight: bold;
}

label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}


input, textarea, select {
  border: 1px solid #CCCCCC;
  margin: .3em 0;
  padding: .1em;
}

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

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

h1, .title {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #0951A2;
    font-size: 28px;
		font-weight: bold;
}

h2, .subtitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2D6F02;
    font-size: 22px;
		font-weight: bold;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2D6F02;
    font-size: 18px;
		font-weight: bold;
}

p {
    line-height: 1.5em;
}

big, .largetype {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #2D6F02;
    font-size: 18px;
		font-weight: bold;
}

small, .smalltype {
    color: #6A6A6A;
    font-size: 11px;
}

li {
    margin-bottom: 1em;
}

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

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

.imgfloatleft {
    display: block;
    float: left;
		font-size: 11px;
		color: #0951A2;
		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 #073B76;
		border-right: 2px solid #073B76;
		border-bottom: 2px solid #073B76;
} 

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

#address {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 18px 0px 0px 460px;
		font-size: 14px;
		line-height: 150%;
		color: #4C4C4C;
}

/* Outer/Inner Content Area */
#outer { 
		background: #FFF url('../images/content_bg.jpg') no-repeat bottom left;
    /* background-color: #E9ECE0; color of the content column */
    padding-bottom: 25px;
} 

#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 #073B76 solid;
    clear: left;
    padding: 20px 0;
    margin: 0px;
    text-align: center;
		background-color: #0951A2;
		font-size: 12px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #FFF;
		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: #073B76;
		width: 760px; 
}

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

#navlist ul li a {
    background: #073B76;
    width: 252px;
    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: #0951A2;
}


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