/* 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		width: 100%;
		margin: 20px 0;
		color: #000000;
		background-color: #493c30; 
		}

/*  --------- 2. structure  --------- */
		
#wrapper {
		margin: 0 auto;
		border: 3px solid #6a964a;
		max-width: 950px;
		background-color: #ffffff;
		}

#masthead {
		background: url(../images/masthead.jpg) 0 0 no-repeat;
		height: 150px;
		margin-bottom: 20px;
		}
		
#content {
		padding: 0 20px 10px;
		}
a {
	color: #006666;
	text-decoration: none;
}
#footer {
	padding: 0 20px 10px;
	background-color: #003333;
	color: #FFFFFF;
		}

.sidebar {
		float: right;
		width: 300px;
		border-left: 1px solid #aaaaaa;
		padding-left: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
		}
li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	padding: 5px;
}

/* ---------- 3. links and navigation ---------- */

#navigation {
	font: 1.2em Arial, sans-serif;
	float: left;
	margin: 10px 10px 0 0;
	padding-left: 20px;
	color: #B5D5FF;
		}
#navigation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #003333;
	margin-top: 1em;
}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1 {
		font: bold 1.6em/100% Arial, sans-serif;
		margin-bottom: 10px;
		}

.sidebar h1 {
		font-size: 1.4em;
		text-transform: none;
		color: #444444;
		}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
}

h2 {
		font: bold 1.3em/1.4em Arial, sans-serif;
		margin-top: 1.5em;
		margin-bottom: 2px;
		}

p {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		max-width: 60em;
		}
.rbodytext {
	padding: 10px;
}

.sidebar p {
		font-size: 1.0em;
		color: #444444;
		}
#footer p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a {
	color: #CCFF00;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #663399;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
#masthead h1 {
	font: normal 1.6em/100% Arial, sans-serif;
	margin-bottom: 10px;
	background-image: url(../images/white-trans.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
td {
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		margin-bottom: 1em;
		max-width: 60em;
}

