
body {
    background: #F6F2D9 url('../images/body_bg.gif') bottom left repeat-x;
    font-size: 14px;
    font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    padding: 0;
    margin: 0 0 30px 0;
}

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

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

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

h1 {
    color: #00639D;
    font-size: 24px;
}

h2 {
    color: #0077BD;
    font-size: 22px;
}

h3 {
    color: #0077BD;
    font-size: 18px;
}

p {
    line-height: 1.5em;
}

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

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

li {
    margin-bottom: 1em;
}


fieldset {
  /* background-color: #FFF; */
  border: 1px solid #CCE4F2;
  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 #CCE4F2;
  margin: .3em 0;
  padding: .1em;
}

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


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



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

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

#address {
    padding: 15px 0px 0px 520px;
		font-size: 14px;
		color: #000;
}

/* Outer/Inner Content Area */
#outer { 
    border-left: solid 180px #DFE8F4;  /* color of the left column  */ 
    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 15px 35px 15px;
}

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

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

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

/* Left Menu Styles */
#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #navlist li {
    margin-bottom: 0;
}

#navlist a, #navlist a:visited {
    display: block;
    padding: 5px 2px 5px 24px;
    border-bottom: 1px solid #FFF;
    background-color: #0071B8;

    /* background-image:  url(assets/l1_down.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFF;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #6985AB;
    
		/* background-image:  url(assets/l1_over.jpg); */
		
    color: #FFF;
}

#navlist .selected_link {
    background-color: #00456D;
    
		/* background-image:  url(assets/l1_over.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFA !important;
    font-weight: bold;
    cursor: default;
}
  	