/* Generic Selectors */ 
body { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #000000;
	background-color: #000000;
	/*background-image: url(darkgrad.jpg);
	background-repeat:repeat;*/
}

p { 
	width: auto; 
} 

li { 
	list-style-type: none; 
	line-height: 175%;  
}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000000;
	/*margin-top: 0px;
	padding-top: 0px;*/
} 

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000;
	/*margin-top: 0px;
	padding-top: 0px;*/
} 

img {
   /*padding:1px;*/
   border:1px solid #000000;
   background-color:#2F4F4F;
}

/**************** Pseudo classes ****************/ 
a:link { 
	color: #808080; 
	text-decoration: none; 
	font-weight: bold; 
} 

li a:link { 
	color: #808080; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:visited { 
	color: #808080; 
	text-decoration: none; 
	font-weight: bold; 
} 
*/
li a:visited { 
	color: #808080; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:hover { 
	color: #FFFFFF;
	padding-bottom: 5px; 
	font-weight: bold; 
	text-decoration: underline;
} 

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

a:active { 
	color: rgb(255, 0, 102); 
	font-weight: bold; 
} 

/************************* ID's *************************/ 

#topbar { 
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	/*background-color: white;*/
	background-image: url(logo.jpg);
	width:725px;
}
#navlist li{
	display: inline;
	list-style-type: none;
	margin-right:40px;
}
#navigation {
	background-color: #2F4F4F;
	font-weight: normal;
	margin-top: 110px;
	text-align: center;
} 
#centerDoc {  
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

#table {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:40px;
}

#tablecell {
	display:table-cell;
	float:left;
	text-align:center;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
}