* {
 	font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", helvetica, sans-serif;
  	color: #2b2b2b;
 	padding:0px;
 	margin:0px;
}

body {
	max-width: 1800px;
	min-width: 800px;
	background-color: #666666;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
}

h1, h2, h3, h4, h5, h6 {
font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Verdana, serif;
}
/*--- @psuedo classes ---*/

a {
	font-size: 1em;
}
a:link {
	color: #1c1c1c;
	/*text-decoration: none;*/
	
}

a:hover {
	background-color: #3366cc;
	text-decoration: none;
	color: #f6f6f6;
}
a:visited {
	color: #666666;
	/*text-decoration: none;*/
}

a:active {
	background-color: #950505;
	text-decoration: none;
	color: #f6f6f6;
}
a:visited:hover {
	background-color: #3366cc;
	text-decoration: none;
	color: #f6f6f6;
}
a:visited:active {
	background-color: #950505;
	text-decoration: none;
	color: #f6f6f6;
}

/*--- @header ---*/

#header {
	padding-right: 10px;
	width: 95%;
	background-color: #3366cc;
	height: 110px;
	overflow: hidden;
}
#header h1 {
	padding: 10px;
	width: 95%;
	color: #f6f6f6;
	font-size: 3em;
	line-height: 1.75;
}
#mini_wrapper {
	padding-left: 10px;
	width: 95%;
	background-color: #cccccc;
}

/*--- @contact ---*/

#contact {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cccccc;
	width: 170px;
	float: left;
}
#contact img {
	padding: 2px;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: #333333;
	border-style: ridge;
}

/*--- @content ---*/

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 175px;
	background-color: #f6f6f6;
}
#content h1, h2, h3{
	padding-top: 10px;
}
#content p {
	font-size: 1em;
	padding-bottom: 12px;
	padding-top: 3px;
	padding-left: 5px;
}
#content ol {
	margin-top:10px;
	margin-bottom:10px;
}
#content ol li {
	font-size: .9em;
	padding-bottom:10px;
	padding-left:10px;	
}
#content ul {
	margin-top:10px;
	margin-bottom:10px;
}
#content li {
	list-style-type: none;
	font-size: 1em;
	list-style: none;
	padding-bottom:10px;
	padding-left:10px;
}
#content img {
	padding: 10px;
}

/*--- @classes ---*/

.breadcrumbs {
	font-size: .8em;
}

.status_text {
	font-style: italic;
	font-size: .95em;
}
.clearfix {
	clear:both;
}

.w3c_icons {
	padding-left: 374px;
	padding-top:5px;
}

.footer_style {
	width: 95%;
	padding: 5px;
	font-size: 0.8em;
}
.hcard {
	font-size: .8em;

}