@charset "utf-8";
/* CSS Document */
* {
	vertical-align: baseline;
	/*font-weight: inherit;*/
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	line-height:1.3;
	}
	
body {
	text-align:center;
	font-size:62.5%;
	background:#F5E99F;
	}

html {
	text-align:center;}
	
h1 {
	font-size:1.6em;
	}

h2 {
	font-size:1.4em;
	}
p {
	font-size:1.2em;
	}
	
li {
	list-style:none;
	}
	
/*Major Layout*/
	
#wrap {
	display:table;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:900px;
	text-align:left;
	font-size:1.2em;
	margin:auto;
	}
#header {
	background-image: url(images/header.jpg);
	height:247px;
	width:900px;
	}
	
#left {
	float:left;
	width:200px;
	margin-top:20px;
	}
	
#content {
	float:left;
	width:670px;
	margin:20px 0 0 30px;
	}
	
#footer {
	clear:both;
	margin-top:20px;
	}
	
/*Minor Layout*/

#inside {
	padding:5px;
	background-color:#FFF8CC;
	min-height:200px;
	}
	
#titlebar {
	width:auto;
	background-color:#251E90;
	color:#FFFFFF;
	padding:4px 0 4px 5px;
	}	
	
/*styling*/
#left a {
	color: #666666;
	text-decoration:none;
	display:block;
	background-color: #EAE8D1;
	width:auto;
	margin:6px 0 6px 0;
	padding-left:5px;
	font-size:1.3em;
	}
	
#content a {
	color:#000000;
	}

.contentheading, .componentheading {
	font-size:1.5em;
	}

