/* Created by http://freehtml5templates.com */
/* BASICS */

header, footer, section, article, aside, nav {
	display: block;
    color: #333333;
	}
	
body {
	margin: 0 auto;
	width: 1100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid black;
	}
	
h1 { 
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #333333;
	 }
	 
h2 { 
	font-size: 22px;
    color: #333333;
	 }
	 
h3 { 
	font-size: 16px; 
	border-bottom: 1px solid #ddd;
    color: #333333;

	}
	
h4 {
		text-align: center;
        color: #333333;
        font-size: 22px;
    }

h5 {
	font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333333;
}

h6 {
		text-align: center;
        color: #333333;
        font-size: 14px;
    }


.alignleft {float: left;}

img.alignleft {margin: 5px 5px 5px 0;}

.alignright {float: right;}

img.alignright {margin: 5px 0 5px 5px;}

blockquote {
	margin: 0 40px 18px 20px;
	padding: 1px 12px;
	background: #E0EEEE;
	border-left: 2px solid #000;
	border-right: 1px solid #000;
}

blockquote p {
	padding: 8px 0;
	margin: 0;
}

/* LINKS */

a:link, a:visited {
	text-decoration: underline;
	color: #004D98;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #000;
	}

/* HEADER */

body>header {
	height: 200px;
	position: relative;
  background-image:url(images/header.jpg);
}
	
	body>header h1 {
		margin: 0;
		padding-top: 20px;
		padding-left: 20px;
		}
		
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #fff;
			}
			
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #ccc;
			}
			
	body>header h2 {
				font-family: Garamond, Georgia, Times, "Times New Roman", serif;
				font-size: 30px;
				color: #fff;
				padding-left: 30px;
			 }

			
/* TOP NAVIGATION MENU */

nav {
	text-align: center;
	clear: both;
	}
	
body>nav {
	background: #ddd;
	padding: 10px 0;
	border-bottom: 1px solid black;
	}
	
	body>nav ul {
		text-align: left;
		margin: 0;
		}
		
		body>nav li {
			margin-right: 20px;
			font-size: 18px;
			font-weight: bold;
			font-variant: small-caps;
			display: inline;
			}

/* CONTENT */

article {
	padding-left: 10px;
	padding-right: 20px;
	border-left: 1px solid #ddd;
	overflow: hidden;
	width: 790px;
	float: right;
	clear: none;
	}
	
article h1 {
	padding-left: 10px;
	}

article li {
			list-style:  decimal inside;
			margin-left: 0px;
		}

table, th, td {
border: 1px solid #040;
border-collapse: collapse;
} 

table, th, td {
border: 0px solid #040;
border-collapse: collapse;
font-family: Verdana;
font-size: medium;
text-align: center;
padding: 10px;
} 


/* SIDEBAR */

aside {
	overflow: hidden;
	width: 270px;
	float: left;
	clear: none;
	}
	
	aside li {
			list-style: disc inside;
			margin-left: -5px;
		}
		
    aside li2 {
			list-style: none inside;
			margin-left: -5px;
		}

	aside ul ul li {
		list-style: circle inside;
		margin-left: -15px;
	}
		
	aside h3 {
		padding-left: 10px;
		}

/* FOOTER */

body>footer {
	border-top: 1px solid black;
	background: #ddd;
	text-align: right;
	overflow: hidden;
	width: 100%;
	clear: both;
	}
	
footer p {
  text-align: right;
  font-size: 11px;
	padding-right: 10px;
}


