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: none;}/* 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: "" "";}

html
{
	overflow-y: scroll;
}

.contentWrap
{
	width: 1020px;
	margin: 0px auto;
}

.header
{
	background-image: url(../images/header1.jpg);
	width: 1020px;
	height: 247px;
	margin-bottom: 20px;
}

	.nav
	{
		list-style: none;
		margin-left: 130px;	
	}
	
		li img
		{
			margin-top: -7px;
		}
	
		.nav li
		{
			margin: 0px 20px 0px 0px;
			float: left;
		}
				
	.header a
	{
		font-family: Georgia, Times New Roman, sans-serif;
		color: #2a1c10;
		background-color: transparent;
		text-decoration: none;
	}
	
	.header a:hover
	{
		text-decoration: underline;
	}
		
.content
{
	width: 980px;
	margin: 0px auto;
	margin-left: 20px;
}

	.doubleWide
	{
		width: 980px;
	}	

	.leftCol
	{
		width: 220px;
		float: left;
	}
	
		.contentBlock
		{
			margin: 10px 0px 25px 0px;
		}
	
	.rightCol
	{
		float: left;
		width: 700px;
		margin: 0px 0px 0px 20px;
	}
	
	.clear
	{clear: both;}
	
.footer
{
	width: 1020px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #2a1c10;
	border-bottom: 1px solid #2a1c10;
}

table
{
	width: 980px;
	border: 1px solid #2a1c10;
	border-collapse: collapse;
	font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;
	font-size: 14px;
}

td
{
	cursor: default;
}

.tableNumber
{
	width: 157px;
}

.tableNumber:hover
{
	background-color: #fffabb;
}

.two tr:hover
{
	background-color: #fffabb;
}

table td
{
	border-right: 1px solid #2a1c10;
	padding: 7px 10px 7px 10px;
}

.tableHead
{
	background-color: #a8a252;
	border-top: 1px solid #2a1c10;
	border-bottom: 1px solid #2a1c10;	
}

.tableSession
{
	background-color: #2a1c10;
	color: #a8a252;
	border-bottom: 1px solid #2a1c10;
}

#formCategory
{
	width: 100%;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	background-color: #deddca;
	cursor: pointer;
	text-indent: 20px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

#formDownload
{
	display: none;
	margin-bottom: 20px;
	padding-left: 20px;
}
	
/* Typography */

span
{
	font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	color: #2a1c10;
}

#formDownload span
{
	font-size: 16px;
	margin-left: 0px;
}

.footer span
{
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 14px;
	color: #2a1c10;
	margin: 10px 0px 10px 0px;
}

p
{
	font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2a1c10;
	margin: 10px 0px 15px 0px;
}

p span
{
	font-weight: bold;
	font-size: 14px;
}

h1
{
	font-size: 24px;
	color: #2a1c10;
}

h2
{
	font-size: 18px;
	color: #2a1c10;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 18px;
	color: #2a1c10;
	margin: 10px 0px 10px 0px;
	font-weight: bold;	
}

ol
{
	font-family: Lucida Sans, Lucida Grande, Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2a1c10;
}

ol li
{
	list-style: decimal;
	list-style-position: outside;
	margin: 10px 0px 0px 55px;
}

/* Links */

a 
{
  color: #a8a252;
  text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}