/* Reset Stuff */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}
form {
	display: inline;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px 10px 0px 0px;
	background-color: #FFFFFF;
}
div,form {
	margin: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #000066;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.noMargin {
	margin: 0px;
}
a {
	color: #0000CC;
}
a:hover {
	color: #BA3C25;
}
p {
	margin-bottom: 12px;
}
li {
	margin-left: 20px;
	list-style: disc;
	padding: 7px 0px 8px 5px;
}


a.bigButton {
	display: block;
	width: 180px;
	height: 40px;
	padding: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
a.bigButtonLong {
	display: block;
	width: 350px;
	height: 40px;
	padding: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a.bigButton:hover, a.bigButtonLong:hover {
	color: #BA3C25;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #FFFFBF;
}

.topBarBack {
	background-image: url('img/back1.gif');
	background-repeat: repeat-x;
	height: 8px;
}
#menu1 {
	background: url('img/right1.gif') #000000  no-repeat top right;
}
#menu1 ul {
	padding: 5px 0px 4px 45px;
	display: block;
	background: url('img/logo2.jpg')  no-repeat top left;
	list-style: none;
}
#menu1 ul li {
	display: inline;
	margin: 0px;
	background: none;
	padding: 0px;
}
#menu1 ul li a {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 35px 5px 10px;
}
#menu1 ul li a:hover {
	color: yellow;
}
#mainContent {
	background: url('img/mainback.jpg')  no-repeat 100px 40px;
	height: 365px;
	margin: 45px 0px 10px 0px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
}
#sideContent {
	padding: 35px 5px 15px 15px;
	vertical-align: top;
	width: 10px;
}
#bottom1 {
	text-align: right;
	font-size: 15px;
	vertical-align: top;
	border-top: 1px solid darkgray;
	margin: 25px 10px 0px 25px;
	padding: 5px;
}
#bottom2 {
	text-align: right;
	vertical-align: top;
	width: 300px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}


.dropmenudiv {
	position:absolute;
	top: 0px;
	border: 1px solid darkgray;
	border-bottom-width: 0;
	font: normal 14px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #000000;
	width: 225px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid darkgray;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
* html .dropmenudiv a{
	width: 100%;
}
.dropmenudiv a:hover{
	background-color: darkgray;
	color: #000000;
}
