* {
	margin: 0pt;
	padding: 0pt;	
	}

a {
	text-decoration: none;
	}
	
ul {
	 
	 }	
	
#wrapper {
				font-family: Verdana, Arial, sans-serif;
				color: #444444;
				}
				
#topa {
		  width: 100%;
			height: 100px;
      background-color: #c6c6c6;
		  }		

#topai {
			 width: 900px;
			 margin: 0 auto;
			 height: 100px;
			 }
			 					
#topb {
			width: 100%;
			height: 20px;
			background-color: #a6a6a6;
			}

#topbi {
			 width: 900px;
			 margin: 0 auto;
			 height: 20px;
			 }
			 
			 
			
/***************			 
#topc {
			width: 100%;
			height: 20px;
			background-color: #b6b6b6;
			}
			
#topci {
			 width: 900px;
			 margin: 0 auto;
			 height: 20px;
			 }						 											
****************/


				
#logo {
			float: left;
			height: 75px;
			margin-top: 10px;
			font-family: arial;
			font-weight: bold;
			text-align: center;
			}

#logo a{
			 display: block;
			 height: 75px;		
			 color: #444444;
			}			
			
#logo h1 {
				height: 45px;
				font-size: 45px;
				}
				
#logo h2 {
				height: 30px;
				font-size: 30px;
				}				
			
#nav {
		 width: 500px;
		 float: right;
		 height: 20px;
		 margin-top: 80px;
		 }
		 
#nav ul {
		 		list-style-type: none;
				}		 

#nav ul li {
					 width: 100px;
					 float: left;
					 text-align: center;	 
					 }

#nav ul li a {
		 			 	 color: #222222;
						 font-size: 15px;
						 font-weight: bold;
						 font-family: arial;
						 }

#nav ul li a:hover {
		 			 				 color: #777777;
									 }						 

#nav ul li a.current {
				 color: #777777;
				 }
				 
#main {
			width: 900px;
			margin: 0 auto;
			}				 

#content {
				 width: 719px;
				 float: left;
				 margin: 15px 0 5px 0;
				 border-right: 1px solid #c6c6c6;
				 }
				 
#content h1 {
						font-family: arial;
						font-size: 19px;
						}
	 
#content h2 {
	 font-size: 16px;
	 padding: 5px 0 0 10px;
	 }		
	 
#content h3 {
						font-size: 16px;
						padding: 5px 0 0 40px;
						}
	 
#content p {
	padding: 3px 5px 3px 0;
	font-size: 15px;
	line-height: 22px;
	}
	
#content ul {
				 		padding: 5px 0 5px 50px;
						font-size: 15px;
						line-height: 20px;
						letter-spacing: 1px;
						}	
						
#col-left {
				width: 364px;
				height: 230px;
				float: left;
				}	

#col-right {
				width: 345px;
				height: 230px;
				float: left;
				}								

#sidebar {
				 width: 180px;
				 float: right;
				 text-align: center;
				 margin: 15px 0;
				 }
				 
#sidebar h1 {
						font-size: 17px;
						font-variant: small-caps;
						font-family: arial;
						}				 

#sidebar p {
				 	 padding: 2px 6px 5px 6px;
					 font-size: 13px;
					 letter-spacing: normal;
					 }
					 
#sidebar ul {
				 		list-style-type: none;
				 		font-size: 15px;
						line-height: 20px;
						}
						
#bottom {
				clear: both;
				width: 900px;
				padding: 20px 0 20px 0;
				}						
						
#bottom p {
					text-align: center;
					font-size: 14px;
					}														 					 								 				 					 
