
/* GENERALCONTENT */

header, footer, section, article, aside, nav {
	display: block;
	}
	
body {
	margin: 0 auto;
	width: 900px;
	font: 13px Trebuchet Arial, sans-serif;
	background: #ffffff url('images/topbar.png') repeat-x; text-align:center;
	}
	
h1 { font-size: 34px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
	
.alignleft {float: left;}

img.alignleft {
	margin: 5px 10px 0 0; 
	border-style: double;
	}

.alignright {float: right;}

img.alignright {
	margin: 5px 0 0 10px; 
	border-style: double;
	}

/* LINKS */

a:link {
	text-decoration: underline;
	color: blue;
	}

	
a:hover, a:active {
	text-decoration: none;
	color: red;
	}

/* HEADER */

header {
		float:left;
		width:860px;
		margin-bottom:15px;
		background: transparent url('images/badge.gif') 662px 117px no-repeat; padding: 50px 0 20px 0;   margin: 0; min-height: 275px !important;
		position: relative;
		
		}
	
header h1 {
		position: absolute;
		top: 95px;
		left: 25px;
	color:#08088A;
	font-family: 'Trebuchet';
	text-shadow: 
		0 1px 0 #999999, 
		0 2px 0 #888888, 
		0 3px 0 #777777, 
		0 10px 7px rgba(0, 0, 0, 0.4), 
		0 11px 10px rgba(0, 0, 0, 0.2);
		font-size:48px;}
		
		
		
		
		
				
	
header h2 	{ 
			position: absolute;
			top: 200px;
			left: 75px;
			font-size:24px; 
			
			font-weight:bold; 
			}
			
		header p { 
			position: absolute;
			top: 160px;
			left: 25px;
			font-size: 12px; 
			text-align: left;
			color:#29221c; 
			font-style:italic; 
			padding: 0; 
			margin:0; 
			width:620px; 
			}
		
/* TOP NAVIGATION MENU */

		nav {
			position: relative;
			top: -70px;
			right: 0;
			z-index:0;
			
			}

		nav ul		{ 
			position:relative;
			top: 10px; 
			right: 25px;
		  	float: right;
			padding: 25px;
			list-style: none; 
			}
			
		nav ul li	{ 
			float:left; 
			margin:0; 
			padding:2px; 
			text-transform:uppercase; 
			font-size:20px; 
			font-weight:bold; 
			display: block; 
			padding-left:15px; 
			padding-right:10px;
			background:#ccccff;
			border:solid 1px;
			border-radius:10px;
			}
			
		

/* CONTENT */

#content {
	float: left; 
	width: 620px; 
	margin:0 5px 0 0; 
	padding:0;
	border-top: 2px solid #C7B5A7;
	}
	
article h2 {
	text-align: left;
	}
	
.article_columns {
	text-align: justify;
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #C7B5A7;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #C7B5A7;
	}
	
	a:link {
	text-decoration: none;
	color: blue;
	}

/* SIDEBAR */

aside {
	float: right;
	text-align: left; 
	width: 240px; 
	margin:0; 
	padding:0;
	border-top: 2px solid #C7B5A7;
	background:#F8F8FF;
	}
	
	aside li {
		list-style: none;
		}
		
		aside li ul li {
			list-style: square outside;
			color: #08088A;
			}

/* FOOTER */

footer {
	border-top: 1px solid #C7B5A7;
	text-align: right;
	overflow: hidden;
	width: 100%;
	clear: both;
	}
	
footer p {
  text-align: right;
  font-size: 11px;
	padding-right: 10px;
			
}
/* GOTO TOP BUTTON LINK */

  #top-link a {
	text-transform:uppercase;
	border-radius:5px;
	background:#ccccff;
	position:fixed;display:block;
	padding:3px;
	bottom:36px;
	right:47%;
	text-decoration:none;
	font-size:11px;
	border:1px solid }
	* html body #top-link {display:none}
	
	
/* IMAGE PLACEMENT */
	
	
	.picture { background-color: #F9F9F9;
	border: 1px double #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	font-style:italic; }

	.picture img { border: 1px solid #CCCCCC;
	vertical-align:middle; margin-bottom: 3px; }
	.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
	.left { margin: 0.5em 0.8em 0.5em 0; float:left; }
	
	
	
