
/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}	


/*  general  */

body {
	background-color: white;
	font-family: verdana, helvetica, arial;
	font-size: 0.8em;
	line-height: 180%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
	
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
	}
	


/*  menu  */
	
#menu {
	float: right;
	text-align: left;
	width: 200px;
	}
	
#menu .text {
	padding-left: 10px;
	}
	
#menu .module, #menu img.header {
	padding-bottom: 30px;
	}
	
	#menu .module a {
		display: block;
		}
		
	#menu .module p {
		font-size: 90%;
		font-style: italic;
		padding-bottom: 5px;
		}
	
#menu h1 {
	color: black;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	}
	
#menu h2 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}



/*  content  */
	
#content {
	float: left;
	width: 700px;
	}

	#content img.right {
		float: right;
		}
	
#content .text {
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	clear: both;
	padding: 10px 10px 10px 0;
	}


/*  text  */

p {
	margin: 0;
	padding: 0 0 20px 0;
	}

strong, b, .bold {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}
	
.strike {
	text-decoration: line-through;
	}

.center {
	margin: 0 auto;
	text-align: center;
	}
	
.indent {
	padding-left: 20px;
	}
	
blockquote {
	background-color: #eeeeee;
	margin: 0 0 20px 0;
	padding: 20px;
	}



/*  headers  */

h1 {
	color: black;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	color: #990000;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h3 {
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h1.nopad, h2.nopad {
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	color: #990000;
	text-decoration: none; 
	border: 0;
	}

a:active, a:hover {
	text-decoration: underline;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
	
	
/*  images  */

img.left {
	float: left;
	padding: 0 10px 10px 0;
	}



/*  lists  */

ul {
	list-style-type: disc;
	margin: 0 0 10px 35px;
	padding: 0;
	}
	
ol {
	list-style-type: decimal;
	margin: 0 0 10px 35px;
	padding: 0;
	}

ul.space, ol.space {
	margin: 0 0 0 35px;
	padding: 0;
	}

ul.space li, ol.space li {
	margin: 0;
	padding: 0 0 20px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	margin-bottom: 10px;
	}
	
table.border {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	}
	
table.border td {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 5px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	font-weight: bold;
	padding-top: 20px;
	}

td.required { 
	font-weight: bold;
	}
	
	
	
/*  forms  */

.go {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #990000;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0 20px 0 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #eeeeee;
	padding: 3px;
	}