/** Reset **/
h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

form
{
	margin: 0;
}

body
{
	margin: 0;
}

img
{
	border: 0;
}

a
{
	color: #330000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#logo img, #contact img
{
	margin: 0;
	display: block;
	border: 0;
}

body
{
	font-family: Georgia, Helvetica, sans-serif;
	background: white url(images/backdrop.jpg) no-repeat top center;
}

/** Shadows **/
#shadowContainer
{
	width: 898px;
	margin: 0 auto;
}

#shadowTop
{
	width: 898px;
	height: 36px;
	background: white url(images/shadow_02.jpg) no-repeat top center;
}

#shadowBottom
{
	width: 898px;
	height: 36px;
	background: white url(images/shadow_05.jpg) no-repeat top center;
}

#shadowMiddle
{
	width: 898px;
	background: white url(images/shadow_04.jpg) no-repeat center top;
}

/** Content **/

#container
{
	margin: 0 auto;
	width: 768px;
	background-color: white;
	background: white url(images/star_footer.gif) no-repeat bottom left;
}

#contact
{
	float: right;
}

#logo
{
	float: left;
	width: 170px;
}

#shadowFooter
{
	clear: both;
	background: #999966 url(images/shadow_05.jpg) no-repeat top center;
	height: 94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
}

#footer
{
	height: 37px;
	background-color: #999966;
	margin: 0 65px;
}

#copyright a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#copyright a:hover
{
	text-decoration: underline;
}

#copyright
{
	float: left;
	display: inline;
	height: 37px;
}

#copyright span
{
	display: block;
	padding: 10px;
	padding-left: 20px;
}

#lastupdated
{
	float: right;
	display: inline;
	height: 37px;
	background-color: #666633;
	width: 597px;
	text-align: right;
}

#lastupdated span
{
	padding: 10px;
	display: block;
	padding-right: 20px;
}

#sideMenu
{
	width: 165px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	display: inline;
}

#sideMenu ul 
{
	list-style: none;
	text-transform: uppercase;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#sideMenu ul li a
{
	/*font-weight: bold;*/
	color: #330000;
	text-decoration: none;
}

#sideMenu ul li a:hover
{
	/*font-weight: bold;*/
	color: #999999;
	text-decoration: none;
}

#sideMenu li
{
	padding: 10px;
	padding-left: 35px;
}

#sideMenu .selected
{
	background: white url(images/menu_star.gif) left no-repeat;
}

#mainContent
{
	width: 594px;
	float: right;
	margin-right: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666666;
	display: inline;
	min-height: 600px;
}

h1
{
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 20px;
	color: #333300;
}


.textColLeft
{
	float: left;
	margin-left: 20px;
	text-align: justify;
	width: 255px;
	display: inline;
}

.textColRight
{
	float: right;
	margin-right: 30px;
	text-align: justify;
	width: 255px;
	display: inline;
}

#mainContent ul
{
	padding: 0;
	margin: 0;
	list-style-type: square;
}

#mainContent li
{
	margin-left: 25px;
	padding-top: 3px;
	text-align: left !important;
}

.clickforbig
{
	font-size: 1.0em;
	color: #a3a3a3;
	font-style: italic;
	margin-top: 10px;
}

blockquote
{
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	padding: 0;
	font-style: italic;
	margin: 0;
	border-bottom: 1px dotted #bdb76b;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.3em;
	font-weight: 300;
	border-top: 1px dotted #bdb76b;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f8f8f5;
}

blockquote .first
{
	padding-top: 0px !important;
}

blockquote .bsmall
{
	font-size: 0.7em;
	font-weight: normal;
}