/* CSS MASTER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF CSS RESET */

html {
	background-color: #f9f7f8;
}

#body {
	background: #f9f7f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #eee;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#mainContent {
	width: 700px;
}


.left {
	float: left;
}

h1 {
	font-size: 2.0em;
	color: #019ebd;
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px 0 20px 50px;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 5px 50px;
}

h2 {
	font-size: 2em;
	line-height: 1.5em;
	color: #019ebd;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 5px 50px;
}

p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 10px 50px 0 50px;
}

a:link, a: visited, a.inText {
	color: #019ebd;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 10px 50px 0 50px;
	
	}

blockquote {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1.5em;
	padding: 15px 75px 0 75px;
}

cite {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 5px 50px 50px 450px;
}

cite + p {
	margin-top: 10px;
}

#mainContent ul {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0 50px 0 75px;
}

#mainContent ul li {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding-left: 5px;
	margin-top: 3px;
}







/*------SIDEBAR------*/

#menuSidebar {
	width: 200px;
	background: #019ebd;
	height: 1200px;
}

#menuSidebar ul {
	padding-top: 20px;
	padding-left: 25px;
}

#menuSidebar li {
	padding-top: 20px;
	overflow: hidden;
}

#menuSidebar a#register {
	background: url(registerBTN.jpg) no-repeat bottom left;
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 75px;
}

#menuSidebar a#pdf {
	background: url(pdfBTN.jpg) no-repeat bottom left;
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 75px;
}

#menuSidebar a#register:hover {
	background: url(registerBTN.jpg) no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 75px;
}

#menuSidebar a#pdf:hover {
	background: url(pdfBTN.jpg) no-repeat top left;
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 75px;
}


#menu {
	background: #019ebd;
}

#footer p {
	font-size: 1.2em;
	padding: 10px 50px 0 50px;
}





