<!--/
**********************************************
* Design made by Danwei Tran
***********************************************
/-->

li@charset "utf-8";
/* CSS Document */

html 
{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	
}

body 
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #564b47;

	background-color: #ffffff;
	padding:0px;
	margin:0px;
	
	text-align: center;
}	

p 
{
	font-size: 0.8em;
	line-height: 1.5;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 3px;
}

h1 
{
	font-size: 0.9em;
}

h2 
{
	font-size: 0.9em;
}

h3 
{
font-size: 0.85em;
color: #666666;
background-image: url(../img/header_bg.png);
background-repeat: repeat-x;
/*background-color: #c9cccf;*/
}

.blueHead {
font-size: 12px;
color: #8a9daa;
font-weight: bold;
}

.redText {
font-size: 11px;
color: #ff0000;
}

.redBoldText {
font-size: 11px;
font-weight: bold;
color: #ff0000;
}

.normal {
text-decoration: none;
}

.bolder {
font-size: 11px;
font-weight: bold;
}

.cursive {
font-size: 11px;
font-style: italic;
}

.printText {
font-size: 12px;
color: #000000;
}

.yellowBg {
background-color: #fff779;
}

.textIndex {
font-size: 12px;
}

.textRight {
font-size: 10px;
text-align: center;
color: #999999;
}

.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

a {
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}

a:visited {color:#564b47;}
a:hover {color: #7c94a7;}
a:active { color:#564b47;}

/* ----------back for sliver---------- */
#back {
vertical-align: middle;
width: 1064px;
height: 768px;
background-image: url(../img/sliver.gif);
padding:0px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* ----------container to center the content---------- */
#container {
vertical-align: middle;
width: 1024px;
height: 768px;
padding:0px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
}

/* ----------header-------------- */
#header {
position: relative;
background-image: url(../img/banner.png);
background-repeat: no-repeat;
background-position: right top;
padding: 0px;
margin: 0px; 
height: 98px;
text-align: left;
}

#header img.logo {
padding:0px;
margin:0px
}

#header .flags {
position: absolute;
top: 10px;
right: 10px;
}

#header .menu {
position: absolute;
top: 51px;
left: 100px;
text-align: left;
}

#header p {
font-size: 10px;
text-align: right;
color: #999999;
}

#header a {
font-size: 12px;
color: #ffffff;
text-decoration: none;
text-align: left;
}

#header .headertext {
color: #ffffff;
font-size: 1.5em; /*18px/16*/
/*font-style: italic;*/
font-weight: bold;
text-align: center;
position: absolute;
top: 10px;
left: 320px;
}

.linkLeft {
text-align: left;
}

#header a:hover {
color: #ffe168;
}

/*  ----------------drop-down menu---------------------- */ 
#dropmenudiv {
position: absolute;
	/*border:1px solid black;*/
border-bottom-width: 0;
font-size: 11px;
line-height:15px;
z-index: 100;
}

#dropmenudiv a {
width: 100%;
display: block;
background-color: #687e8c;
text-indent: 0px;
color: #ffffff;
	/*color: #3f5a68;*/
	/*border-bottom: 1px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

#dropmenudiv a:hover {
color: #ffe168;
/*color: #7c94a7;*/
}

/* -----------------content--------------------- */
#content {
position: relative;
left:60px;
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
height: 600px;
}

/* -----------------column--------------------- */
#column {
position: absolute;
left:0px;
width: 210px;
height: 588px;

margin-right: 40px;
float: left;
background-color: #ffffff;
}

#column .leftmenu
{
	display: block;
	background-image: url(../img/column_button.png);
	background-repeat: no-repeat;
	line-height: 1.7em;
	margin-right: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left:10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 220px;
	text-align: left;
}

#column a:hover 
{
color: #ffffff;
background-image: url(../img/column_button2.png);
background-repeat: no-repeat;
}

#column .selected 
{
color: #ffffff;
background-image: url(../img/column_button3.png);
background-repeat: no-repeat;
}

#column h1
{
	text-align: left;
}
/* -----------------content2--------------------- */
#content2 
{
position: absolute;
left: 260px;
width: 680px;
height: 588px;
background-color: #ffffff;
overflow: auto;
text-align: left;
padding-right: 10px;
}

/*  ----------------table---------------------- */ 
table {
border: solid 1px #999999;
font-size: 11px;
}

.border {
border-style: solid;
border-width: 1px;
border-color: #999999;
padding: 0px;
}

.borderFloat {
float: left;
border-style: solid;
border-width: 1px;
border-color: #999999;
}

.noborderFloat {
float: left;
border-style: none;
}

.borderFloatRight {
float: right;
border-style: solid;
border-width: 1px;
border-color: #999999;
}

.noborderFloatRight {
float: right;
border-style: none;
}

.noborder {
border-style: none;
}

.oneline {
border-left: none;
border-top: none;
border-right: none;
border-bottom: solid 1px #999999;
background-color: #ffffff;
}

input:hover {
background-color: #c9cccf;
}

.button {
background: #c1cad2;
}

td.frame-topl {
width: 15px;
height: 15px;
background: url(../img/frametopl.gif) no-repeat;
}

td.frame-topr {
width: 15px;
height: 15px;
background: url(../img/frametopr.gif) no-repeat;
}

td.frame-botl {
width: 15px;
height: 15px;
background: url(../img/framebotl.gif) no-repeat;
}

td.frame-botr {
width: 15px;
height: 15px;
background: url(../img/framebotr.gif) no-repeat;
}

td.frame-top {
height: 15px;
background: url(../img/frametop.gif) repeat-x;
}

td.frame-bot {
height: 15px;
background: url(../img/framebot.gif) repeat-x;
}

td.frame-l {
width: 15px;
background: url(../img/framel.gif) repeat-y;
}

td.frame-r {
width: 15px;
background: url(../img/framer.gif) repeat-y;
}

td.center {
background-color: #ffffff;
}

/*  ----------------footer---------------------- */ 
#footer {
position: relative;
height: 55px;
background-color: #8a9daa;
padding: 0px;
margin: 0px;
bottom: 0px;
text-align: center;
}

#footer .footerText {
font-size: 10px;
color: #ffffff;
}

#footer a {
color: #ffffff;
font-weight: normal;
}

#footer a:hover {
color: #ffe168;
}

/*  ----------------bottom---------------------- */ 
#bottom {
position: relative;
height: 23px;
background-image: url(../img/bottom.gif);
padding:0px;
margin:0px;
}

/*  ----------------flash stuff---------------------- */ 
#cs_noexpressUpdate
{
	margin: 0 auto;
	font-size: x-small;
	color: #003300;
	text-align: left;
	background-image: url(../img/nofp_bg.gif);
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

.news_container 
{
	position: absolute;
	left:100px;
	text-align: left;
	width:650px;
}
.news_container h1
{
	font-size: 1.5em;
	text-align: left;
}
.news_container h2
{
	border-top: solid 1px;
	font-size: 1.05em;
	text-align: left;
}
.news_container p
{
	text-align: left;
}
.news_container a
{
	text-align: left;
}

