body {
	font-size:small;
	background: #666;//333/595454/5FD3B3/#e8e8e8/999
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	
	text-align: left;
}

* html body {
    //font-size: x-small; /* for IE5 Win */
    //font-size: small; /* for other IE versions */
    font-size: 12px;
    font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
}
html>body {
    font-size: small; /* be nice to opera */
    //font-size: 12px;
    font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
}



h1,h2,h3,h4,h5 {
	font-weight: normal;
	line-height: 1.3em;
}

th {
	vertical-align: top;
	text-align: left;
	margin-top: 4px;
}

p {
	text-align: justify;
	/*margin: 1.3em 0;*/
}


a {
	text-decoration: none;
	color: #063f5c;
}

a:visited {
	color: #063f5c;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#fixedwidth {
	text-align: center;
	width: 800px;
	margin: 20px auto;
	background: #fff;
}

#banner {
	display: block;
	
	width: 800px;
	height: 100px;
	background: white;//#8bba8c
	margin: 0;
	padding: 0;
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	/*background-color:#fff;*/
	color:#002654; /*86A0DC*/	/*002654*/ /*112151*/
	text-align: justify;
}

#box1 {
	display: block;
	
	width: 110px;
	height: 8px;
	background: white;//#8bba8c
	margin: 0;
	padding: 0;
}

#box2 {
	display: block;
	
	width: 430px;
	height: 90px;
	background: white;//#8bba8c
	margin: 0;
	padding: 0;
}

#navigation {
	width: 800px;
	height: 38px;
	background: #fff url(../images/navdots.gif) repeat-x top;
}

#navigation ul {
	width: 800px;
	height: 37px;
	
	margin: 0;
	padding: 0;
	margin-left: 16px;
	
	white-space: nowrap;
}

#navigation li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	/*display: block;*/
	/*float: left;*/
}


#navigation li.selected {
	background: url(../images/navbg_on.gif) repeat-x top;
}



#content{
	color: #555;
	
	
	padding: 0;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom:70px;
	margin-right: 25px;
	
	text-align: justify;
	width: 600px;
	

	line-height: 1.6em;
}

#pub{
	color: #555;
	
	
	padding: 0;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom:70px;
	margin-right: 25px;
	
	text-align: justify;
	width: 740px;
	
	
	line-height: 1.6em;
}
#pub2{
	color: #555;
	
	
	padding: 0;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom:0px;
	margin-right: 25px;
	
	text-align: justify;
	width: 740px;
	
	
	line-height: 1.6em;
}
#news{
	color: #555;
	
	
	padding: 0;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom:70px;
	margin-right: 25px;
	
	text-align: justify;
	width: 740px;
	
	/*letter-spacing: 0.1em;*/
	line-height: 1.6em;
}


#footer {
	clear: both;
	margin: 0;
	padding: 2em 0;
	height: 9px;
	width: 800px;
	background: #fff url(../images/footer.gif) bottom no-repeat;
	text-align: center;
	font-size: 90%;
	color: #999;
}


span.abbr {
	color: #aaa;
}
span.title {
	margin-top: 3px;
	display: block;
	color: #aaa;
	font-size: 65%;
	font-style: italic;
}



body#news span#date {
	font-style: italic;
	color: #aaa;
}
body#news h1 {
	clear: left;
	font-size: 135%;
	margin-bottom: 0.2em;
	margin-top: 2em;
}


.left {
	float: left;
	margin-right: 15px;
}

/*======== NAV REGION STYLES ========*/

#sidenav {
    float: right;
    width: 150px;
}

#action_items {
    background: #e8e8e8;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.nav_section {
    padding-right: 8px;
    margin-bottom: 12px;
}

.nav_section h2 {
    color: #626365;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 4px;
    padding-right: 12px;
}

.nav_section h2 a {
    color: #0081c6;
}

#main.v2 {
    color: #626365;
}

#content h2 {
    color: #0081c6;
    font-size: 16px;
}

#action_items ul, .nav_section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*
#action_items li, .nav_section li {
    display: inline;
}
*/
#action_items span {
    display: block;
    vertical-align: middle;
    line-height: 18px;
}

.nav_section span {
    display: block;
    vertical-align: middle;
    line-height: 22px;
    font-size: 12px;
    padding-left: 12px;
}

.nav_section span.selected {
    
}

#action_items a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

.nav_section a {
    color: #7d797a;
    text-decoration: none;
}

.nav_section ul {
    line-height: 26px;
}


#action_items a:hover, .nav_section a:hover {
    text-decoration: underline;
}