/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
	padding:0;
	margin:0;
	font-family:"Lucida Sans Unicode", Verdana, Arial;
	font-size:13px;
	color:#7f787d;
	line-height:20px;
	background:#fff;
}

a:link {
    color:#6687a5;
    text-decoration:none;
}

a:hover {
	color:#336699;
    text-decoration:underline;
}

a:visited {
	color:#336699;
    text-decoration:none;
}


img {border:0;}

p {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

/* --------------------------------------------------------  */

#main {
	margin:auto; width:889px;
}

#bgTOPnav {
	background:#FFFFFF url(../images/bg-top-nav.gif) top center no-repeat;
}

#topNAV ul{
	padding:10px 0 20px 40px;
	margin: 0;	
	list-style-type: none;		
	overflow: hidden;
	width: 100%;
}

#topNAV li{
	display: inline;
	margin: 0;
}

#topNAV li a{
	font-size:14px;
	color:#7f787d;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 16px; /*padding inside each tab*/	
}

#topNAV li a:visited{
	color: #7f787d;
}

#topNAV li a:hover{
	text-decoration:underline;
}

#topNAV a.selected{
	text-decoration:underline;
}

.textArialRed {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:18px;
	font-weight:bold;
}

/* --------------------------------------- sub page ------------------------------------ */
.textGeorgiaRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:28px;
	line-height: 1.1em;
}

.textSubTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:20px;
}

.leftNAV { padding:2px 0; }
.leftNAV a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;	
}
.leftNAV a:hover {
	text-decoration:underline;	
}

#topNAVsub ul{
	padding:10px 0 2px 0px;
	margin: 0;	
	list-style-type: none;		
	overflow: hidden;
	width: 100%;
}

#topNAVsub li{
	display: inline;
	margin: 0;
}

#topNAVsub li a{
	font-size:13px;
	color:#000000;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 12px; /*padding inside each tab*/	
}

#topNAVsub li a:visited{
	color: #7f787d;
}

#topNAVsub li a:hover{
	text-decoration:underline;
}

#topNAVsub a.selected{
	text-decoration:underline;
}
#bottom {
	background:url(../images/bg-bottom.gif) top left repeat-x;
	height:41px;
}
