/* CSS Document */

body, h1, h2, h3, h4, h5, h6, div, td, th, p, a {
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Arial;
  font-size:12px;
  color:#333333;
}

h1{
	font-size:18px;
	color:#DD0000;
	line-height:20px;
}

h2{
	font-size:12px;
	font-weight:normal;
}

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*background-color: #FFFFFF;*/
	/*background-image: url(../images/bg.gif);*/
	text-align: center;
}

A:link {
	TEXT-DECORATION: underline
}
A:visited {
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #0099ff; TEXT-DECORATION: none
}
A:active {
	COLOR: #cc6666; TEXT-DECORATION: none
}

/* ---------------------------------- Containers: Divs --------------------------------------- */



div#mainContainer { /* this is the outer container that houses all the content */
	padding: auto;
	margin: auto;
	text-align: center;
    width:940px;
    height:auto;
    color: #666666;
	font-size: 11px;
	background: #FFFFFF url(../images/bg01.gif) repeat-y 0px 0px;
	/*border-left: 8px solid lightgray;
	border-right: 8px solid lightgray; */
}


div#topHeader { /* this container holds the top navigation */
	margin-left: auto; margin-right: auto;
	width:900px;
	height: auto;
}

div#content { /* this container holds the content navigation */
	width:700px;
	height: auto;
	padding: 8px 0px 8px 15px;
}

div#subcontent { /* this container holds the sub content navigation */
	height: auto;
	padding: 8px 0px 8px 15px;
}

div#bottom { /* this container holds the bottom navigation */
	margin-left: auto; margin-right: auto; 
	width:900px;
	height: auto;
}
div#mainContent{/* this container holds the mainContent navigation */
	width:98%;
}

div#box { /* this container holds the box navigation */
	padding:20px 0 0 10px;
}

div#box table{
	width:100%;
	border:1px #AAAAAA solid;	
}

div#box table tr th{
	background-image:url(../images/bg.jpg);
	height:20px;
	color:#666666;
}

div#box table tr td{
	padding:2px 0 2px 10px;
	height:20px;
	color:#666666;
	background-color:#EEEEEE;
}

div#box table tr td a{
	color:#666666;
	background-color:#EEEEEE;
	text-decoration: none;	
}

div#detailNavItem {
	width:90px;
	height:26px;
	text-align:center;
	margin-left: auto; 
	margin-right: auto; 
	float:left;
	background-image: url(../images/tab-grey.gif);
	background-repeat:no-repeat;
	padding-right:4px;
	padding-top:4px;
	background-position: 1px;
}

div#detailNavItem a{
	font-style:normal;
	text-decoration:none;
}

div#detailNavItemOn {
	width:90px;
	height:26px;
	text-align:center;
	margin-left: auto; 
	margin-right: auto; 
	float:left;
	background-image: url(../images/tab-white.gif);
	background-repeat:no-repeat;
	padding-right:4px;
	padding-top:4px;
	background-position: 1px;
}

div#detailNavItemOn a{
	font-style:normal;
	text-decoration:none;
}

/* ---------------------------------- Containers:  table------------------------------------- */

table#menu tr td {
	width:90px;
}

table#menu tr td a {
	text-align:center;
	margin-left: auto; 
	margin-right: auto; 
	font-size:12px;
	font-weight:bold;
	color: #999999;
	text-decoration: none;
	display: block;
	background-color: #EEEEEE;
}

table#menu tr td#selected a{
	font-weight: bold;
	background-color: #FFFFFF;
	color: #333333;
}

table#subMenu tr td {
	width:180;
	border-bottom:#AAAAAA 1px dotted;	
	margin: 2px 0px 2px 0px;
	padding: 4px 0px 4px 15px;
	font-size: 12px;
	line-height: 25px;
}

table#subMenu tr td#selected a{
	text-decoration:none;
	color: #333333;
	font-weight:bold;
}

table#subMenu tr td a{
	text-decoration:none;
	color: #000000;
}

table#subMenu tr td a:hover{
	text-decoration:none;
	color: #666666;	
}


table#bottom tr td {
	font-size:11px;
}

table#bottom tr td a{
	font-size:11px;
	text-decoration: none;
	color: #000000;	
}

table#bottom tr td a:hover{
	font-size:11px;
	text-decoration: none;
	color: #444444;
} 

table#list{

}

table#list tr td{
	border-bottom:#CCCCCC 1px dotted;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 5px;
	font-size:12px;
	vertical-align:middle;
}

table#list tr td a:link{
	text-decoration: none;
	color: #000000;
}

table#list tr td a:visited {
	text-decoration: none;
	color: #999999;
}

table#list tr td a:hover{
	text-decoration: underline;
} 

table#list tr th{
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	font-size:12px;
}

table#list tr th a{
	text-decoration: none;
	color: #000000;	
}

table#list tr th a:hover{
	text-decoration: none;
	color: #444444;
} 

table#links{
	font-size:12px;
	color: #666666;	
}

table#sitemap a{
	color: #666666;	
}

table#sitemap A {
	COLOR: #666666;  TEXT-DECORATION: none
}
table#sitemap A:link {
	COLOR: #666666; TEXT-DECORATION: none
}
table#sitemap A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
table#sitemap A:hover {
	COLOR: #cc6666; TEXT-DECORATION: none
}
table#sitemap A:active {
	COLOR: #cc6666; TEXT-DECORATION: none
}

table#main {
	font-weight:bold; color: #336699;
}
table#main tr td{
	border-bottom:#CCCCCC 1px dotted;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 5px;
	font-size:12px;
	vertical-align:middle;
}
table#main tr th{
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	font-size:12px;
}
table#main A {
	COLOR: #666666;  TEXT-DECORATION: none
}
table#main A:link {
	COLOR: #666666; TEXT-DECORATION: none
}
table#main A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
table#main A:hover {
	COLOR: #cc6666; TEXT-DECORATION: none
}
table#main A:active {
	COLOR: #cc6666; TEXT-DECORATION: none
}

/* ---------------------------------- Containers:  span---------------------------------------- */
span#links{
	font-size:12px;
	color: #666666;	
}

span#links a{
	color: #666666;	
}

span#links A.tab {
	COLOR: #666666;  TEXT-DECORATION: none
}
span#links A.tab:link {
	COLOR: #666666; TEXT-DECORATION: none
}
span#links A.tab:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
span#links A.tab:hover {
	COLOR: #cc6666; TEXT-DECORATION: none
}
span#links A.tab:active {
	COLOR: #cc6666; TEXT-DECORATION: none
}

span#pageTitle{
	font-size:16px;
	font-weight:bold;
	color:#66CCFF;
}

/* ---------------------------------- Containers:  img----------------------------------------- */
img#imgMenu{
	width:90px;
	height:5px;
}


/* ---------------------------------- Containers:  a----------------------------------------- */
A.t {
	COLOR: #4e84ff; font-weight:bold; TEXT-DECORATION: none
}
A.t:link {
	COLOR: #4e84ff; TEXT-DECORATION: none
}
A.t:visited {
	COLOR: #4e84ff; TEXT-DECORATION: none
}
A.t:hover {
	COLOR: #cc6666; TEXT-DECORATION: none
}
A.t:active {
	COLOR: #cc6666; TEXT-DECORATION: none
}

/* ---------------------------------- Layout: center----------------------------------------- */
#layout {TEXT-ALIGN: center;}
#center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }