/*Set default margin's and padding*/
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}


/* Set generic img and link tags */
img {
	float:none;
	margin-bottom:2px;
}
a {
	color:#FEF9E9;
	text-decoration:none;
}
a:hover {
	color:#000033;
	background-color:#F7FBFB; /*light background ice-blue*/
}

/* Form Control */
form {
	padding:2px;
	background-color:#6699CC;
	text-align: center;
	border: 1px solid #6699CC;
}
		
		input {
			/*float:left;*/
			background-color: #F7FBFB;	
			color: #006699;
			border: 0px solid #99CCFF;
			font-size: 11px;
			padding: 2px;
			margin:1px;
		}
		input:focus {
			background-color:#F7FBFB;
		}
		.button {
	/*float:left;*/
			clear:right;
	padding:1px;
	color: #000000;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		.button:hover {
			background-color:#99CCFF;
		}
/*Set general Container type stuff like font, font size and set margins to allow everything to be centered*/
#container {
	width: 750px;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 12px;
	background-color: #6699CC;
	margin-left: 12%;
}


/*Header*/
#header {
	color: #99CCFF;
	padding-top:10px;
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 42px;
	line-height:140%;
	color:#003366;
	margin-top:10px;
	margin-bottom: 10px;
	background-color: #F7FBFB;
}
#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	margin-top: -5px;
	margin-left: 40px;
	margin-bottom:5px;
}
#header img {
	float:right;
	clear:none;
	height:100px;
}


/* Left - Holds Navigation and extra content */
#left {
	background-color: #003366;
	float: left;
	clear:both;
	width: 202px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color:#003366;
	color: #F7FBFB;
}


/*Right Side Stuff*/
#right {
	float: right;
	clear:right;
	width: 543px;
	background-color:#F7FBFB;
}
#right h1 {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height:120%;
	color:#F0F5F9;  /*light blue*/
	margin-top:15px;
	margin-bottom: 30px;
	background-color: #000099;
	margin-left: 1px;
}

#right p {
	font-size:115%;
	color:#000099;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}


/* Navigation */
#navigation {
	color: #000099;
	background-color: #006699; 
	margin-top: 15px;
	margin-left: 11px;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 180px;
}
#navigation a {
	display: block;
	padding: 5px;
	width: 180px;
	border-bottom: 1px solid #000099;
}
#navigation a:link, #navlist a:visited {
	color:#000099;
	background-color:#F7FBFB;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #999999;
	color:#F7FBFB;
}


/* Extra Content */
#extra_content {
	background-color: #6699CC;
	color:#F7FBFB;
	float: left;
	width: 200px;
	margin-top: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	font-size: 95%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}
#extra_content p {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	font-size: inherit;
	clear:both;
}
#extra_content h1 {
	font-size:110%;
	color:#003366;
	background-color:#F0F5F9;
	margin-top:5px;
	margin-left:2px;
	margin-bottom:2px;
}

#extra_content ul {
	margin:0 0 2px;
	padding:0;
	text-align: left;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#extra_content li {
  margin:0;
  padding-left:3px;
  line-height:1.4em;
}

/* Thumbnails */
#thumbnails {
	float: left;
	width: 200px;
	padding: 0;
	clear:both;
}
#thumbnails a, a:hover{
	padding:0;
	margin:0;
	text-decoration:none;
}
#thumbnails img {
	float: left;
	margin: 0;
	border:none;
}


/* Footer */
#footer {
	width:758px;
	font-size: 90%;
	color: #F7FBFB;
	background-color: #003366;
	clear:both;
}
#footer p {
	margin: 0px;
	padding: 2px;
}
#footer p a {
	color:#F7FBFB;
	border-bottom: 1px dotted #F7FBFB;
}		
#footer p a:hover {
	color:#003366; 
	background-color:#F7FBFB;
}

