a{text-decoration:none}
.bold{font-family:Arial;font-size:10pt; font-weight:bold;}
.h3{font-family:Arial;font-size:18pt; font-weight:bold;}
.h3i{font-family:Arial;font-size:18pt; font-weight:bold;font-style:italic}
.h4{font-family:Arial;font-size:12pt; font-weight:bold;}
.italic{font-family:Arial;font-size:10pt; font-weight:bold;font-style:italic}
.update{font-family:Arial;font-size:8pt;color:#FF0000}

a:link {color: blue}
a:visited {color:blue}
a:hover {color:#333333}

body
{
background-color:#3399cc;
background-image:url('images/v223.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top;
} 

#header{
	width:1025px;
	height:134px;
 	background-image:url('images/v3_top_02.jpg');
	margin-left:auto;
	margin-right:auto;
}

#upperRightLink{
	position:relative;
	top: 0px;
	right: -900px; 
}

#upperRightLink a {text-decoration:none;
			font-family:Arial;
			font-size:.6em;}
#upperRightLink a:link {color:#FFFF00}
#upperRightLink a:visited {color: #FFFF00}
#upperRightLink a:hover {color: #FFFF00}


#mainNavigation{
	position:relative;
	top: 90px;
	right: -300px; 
}

/*
#mainNavigation a{text-decoration:none;
				font-family:Impact, Helvetica, sans-serif;
				display:block;
				width:120px;
				}
#mainNavigation a:link {color: #000000}
#mainNavigation a:visited {color: #000000}
#mainNavigation a:hover {color: #000000}

#mainNavigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#mainNavigation li{
	float:left;
}
*/


#mainBody{
	width:1025px;
 	background-color:#FFFFFF;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

#mainContent{
	width:100%;
	padding:10px 10px 10px 10px;
	font-family:verdana;
	font-size:.75em;
}

#rightColumn{
	width:20%;
	float:right;

}

#leftColumn{
	width:75%;
	float:left;
}


#HOMErightColumn{
	width:20%;
	float:left;

}

#HOMEleftColumn-1n2{
	width:80%;
	float:right;
}

#HOMEmidColumn{
	width:33%;
	float:left;
}

#HOMEleftColumn{
	width:33%;
	float:right;
}

#topTitle h1{
font-size: 20px;
background:url(images/bullets-big.gif) no-repeat;
text-indent: 40px;
vertical-align:middle;
}

h2{
	font-size:1em;
}

.redBullet{
	background:url(images/bullets3.gif) no-repeat;
	list-style-type:none;
	background-position:0px 4px;
	display: block;
	padding: 2px 0px;
	padding-left: 20px;
	list-style-position:outside; 
	text-decoration: none;
	}

#contentBody{
	background-color:#fff;
	width:700px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	}
	 
.clear {clear:both}  
/* remove the list style */
#nav {
	 margin:0;
	 padding:0;      
	 list-style:none;
	 font-family:arial; 
	 font-size:11px; 
	 }              

/* make the LI display inline */    
/* it's position relative so that position absolute */    
/* can be used in submenu */    
#nav li {         
	float:left;          
	display:block;          
	width:100px;          
	background:#fff;          
	position:relative;
	z-index:500;          
	margin:0 1px;     
}               

/* this is the parent menu */   
#nav li a {         
	display:block;          
	padding:2px 5px 0 2px;          
	font-weight:700;           
	height:15px;          
	text-decoration:none;          
	color:#ccc;          
	text-align:center;          
	color:#333;     
}       

#nav li a:hover {color:#000;}           
/* you can make a different style for default selected value */    
#nav a.selected {color:#000;}               

/* submenu, it's hidden by default */        
#nav ul {             
	position:absolute;
	left:0;              
	display:none;              
	margin:0 0 0 -1px;              
	padding:0;              
	list-style:none;         
	}                 
	  
#nav ul li {             
	width:200px;              
	float:left;              
	border-top:1px solid #fff;   
	background:#ccc;      
	}
	                   
/* display block will make the link fill the whole area of LI */        
#nav ul a {             
	display:block;               
	height:15px;             
	padding: 8px 5px;              
	color:#3399cc;         
}

#nav ul a:hover {
	text-decoration:underline;
	color:#fff;
	}   

#nav ul a:visited {
	color:#3399cc;
	} 

#nav ul a:link {
	color:#3399cc;
	} 

/* fix ie6 small issue *//* we should always avoid using hack like this *//* should put it into separate file : ) */

*html #nav ul {margin:0 0 0 -2px;} 



#footer{
	width:1025px;
	height:65px;
	background-color:#3399cc;
 	background-image:url('images/v3_bot.jpg');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#footerContent{
	width:100%;
	padding:10px 10px 10px 10px;
	font-family:verdana;
	font-size:.6em;
	text-align:center;
	font-family:verdana;
	color:#ffffff;
}

#footerContent a {
			font-family:verdana;
			font-size:.6em;}
#footerContent a:link {color:#FFFFFF}
#footerContent a:visited {color: #FFFFFF}
#footerContent a:hover {color: #FFFFFF}
#mainBody #mainContent #leftColumn table tr td ul li {
	text-align: center;
}
