


/* general info  -- 
//
//
//
	This CSS contains all the common styles for all pages. This CSS is imported in every page as well as 
	the specific CSS for each page.

//
//
//
*/

/* style for body */
body{
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:small;
	margin:15px auto 30px auto;
	padding:0px 0px 0px 0px;
	background-color:#fffffc;

}

h2{
	color: #0033bc;
	margin:0px 0px 10px 0px; 
	padding:0px 0px 0px 0px;
}

h3{
	color: #0033cc;
	margin:0px 0px 10px 0px; 
	padding:0px 0px 0px 0px;
}

hr{
	border: 0;
	height: 1px;
	background-color: #6D6968;
	margin:10px 0px 10px 0px; 
	padding:0px 0px 0px 0px;
}

a{
	color: #0033cc;
	text-decoration: none;
}

a:hover{
	color: #ff9900;
	text-decoration: none;
}

a img{
	text-decoration: none;

	border: 0px;
}

table{
	margin:-60px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

/*  Classes: grey frame for images */
.picture_box{
	background-color:#f6f3ee;
	border: 1px solid #c5c5c5; 
	text-align:center; 
	margin:0px 10px 0px 10px; 
	padding:6px 2px 10px 2px;
	font-size:x-small;
}

.box_link{
	text-decoration: none;
	color:#0613bd;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.box_link:hover{
	color:#ff9900;
	background-color:#fbfbe2;
	text-decoration: none;
}

.anchor{
	color:#e1a946;
	list-style-type:square;
	list-style-position:inside;
}

.anchor_li{
	margin-top:10px;
}

/* styles for the main display area in the secondary pages */
#logo{
	width: 342px;
	height:73px;
	margin:30px auto 0px 15px; 
	padding:0px 0px 0px 0px;
	float:left;
	position:relative;
}

#logo img{
	border: 0px;
}


/* styles for the links at the top #269ad0; -golden:#c1a65d -blue:#0613bd */
#topLinks{
	margin:20px 10px 0px auto; 
	float:right; 
	padding:0px 0px 0px 0px; 
	display: inline;
	text-align:center;
	border-style:none;
	width:450px;
}

#topLinks ul{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
	font-weight: bold;
	width: 100%;
	display: inline;  
}

#topLinks ul li{
	display: inline;
}

#topLinks ul li a{
	float: left;
	color:#0613bd;
	font-size:11px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	display: inline;  
	width:78px;
}

#topLinks ul li a:hover{
	background:none;
	border-bottom: 2px solid #f5d709;
	padding: 2px 0px 0px 0px;
	margin: 0px 6px 0px 6px;
}



#footer{
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:40px 0px 0px 0px;
	color: #573f19; 
	font-size:10px;
	position:relative;
}


