
body {
        background: #a1a1a1 url(images/maingrad.jpg) repeat-x;
        margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
        padding: 0px;
        color: #000;
	}

ul {
	list-style: disc;
	}	

#container {
	width: 860px;
	margin: 0 auto 30px auto;
	padding: 0;
	border: 2px solid #696969;
	background: transparent url(images/back2.jpg) repeat-y;
	}

#page {
	background: #fff url(images/topgrad.jpg) repeat-x;
	padding: 0;
	}
	
#intpage {
	padding: 30px 20px;
	}
	
#intpageside {
	padding: 0 20px 30px 0;
	}

#header {
	width: 100%;
	height: 233px;
	text-align: center;
	background: #fff url(images/headgrads.jpg) repeat-x;
	border-top: 3px solid #696969;
	border-bottom: 3px solid #000;
	}

#leftside {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
	color: #000;
	border-right: 1px solid #696969;
	padding: 30px 20px 10px 20px;
	}

#leftside ul li {
	margin: 0 0 0 -20px;
	padding: 0;
	}
	
#contact {
	text-align:center;
	background: transparent url(images/contact.jpg) no-repeat;
	height:250px;
	padding: 0px 0px 0 0px;
	margin: 0;
	}
	
#rightside {
	padding: 30px 20px 0 0;
	margin: 0;
	}

p {
	line-height: 21px;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
	}
	
.center {
	text-align: center;
	}

.small {
	line-height: 10px;
	font-size: 10px;
	margin: 0px 0 10px 0;
	}

ul {
	list-style type: square;
	}

li {
	margin: 10px 0 0 10px;
	line-height: 21px;
	}

#homebox {
	width: 545px;
	float:right;
	margin: 25px 0 15px 0;
	}
	
#homebox p {
	text-align: left;
	}
	
#lefthome { 
	width: 265px;
	float: left;
	padding: 00;
	border: 1px solid #e1e1e1;
	}

#righthome {
	width: 265px;
	float:right;
	padding: 0;
	border: 1px solid #e1e1e1;
	}
	
#lilboxes {
	padding: 0 10px 5px 10px;
	}
	
#botborder { 
	border-bottom: 1px dotted #000;
	width: 100%;
	margin: 0 0 20px 0;
	}

/*-------------Links---------------*/

a {
	text-decoration: none;
	font-weight: normal;
	color: #98012e;
	}
	
a:hover {
	text-decoration: underline;
	}


/*-------------Headings-------------*/

h1 {
	font-family: georgia, serif;
	font-size: 22px;
	font-weight:normal;
	color: #98012e;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	color: #98012e;
	margin: 0;
	padding: 0;
	}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	color: #98012e;
	text-transform: uppercase;
	border-bottom: 1px solid #98012e;
	margin: 0;
	padding: 0;
	}

/*--------------Nav----------------*/

.chromestyle {
	width: 860px;
	font-weight: bold;
	color: #fff;
	}

.chromestyle ul {
	background: #eaeaea url(images/grad.jpg) repeat-x; 
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-top: 5px solid #000;
	border-bottom: 2px solid #000;
	width:100%;
	}

.chromestyle ul li {
	display: inline;
	font:normal 13px verdana, Helvetica, sans-serif;
	}

.chromestyle ul li a {
	font: normal 11px verdana;
	font-weight: bold;
	color: #fff;
	padding: 8px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.currentpage {
	color: #fff;
	}

#chromemenu a:link, #nav a:visited {
	color:#fff;
	padding:0 9px;
	margin: 10px 0;
	width:auto;
	text-decoration:none;
	font:normal 13px verdana, Helvetica, sans-serif;
	}
	
#chromemenu a:hover {
	color:#a93a47;
	}
	
#chromemenu #currentpage a {
	color:#a1a1a1;
	text-shadow:none;
	}

#chromemenu #currentpage a:hover {
	}
	
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	text-align:left;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #000066;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	color: #fff;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	}

/*--------------Footer-----------*/

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px 0;
	background: #393939;
	border-top: 5px solid #000;
	color: #fff;
	line-height: 21px;
}

#footer a {
	clear: both;
	color: #fff;
	}

/*--------------Other------------*/

hr {
	display: none;
}
	
/*-------------Images-------------*/

.imgRight {
	float: right;
	padding: 8px;
	margin: 0 0 5px 7px;
	}

.imgLeft {
	float: left;
	padding: 8px;
	margin: 0 7px 5px 0;
	background-color: #FFFFFF;
	}
