	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font:.68em Verdana, Arial, Helvetica, sans-serif;

	}
	a {
		color:#000099;
	}
	a:hover {
		text-decoration:underline;
	}
h1 {
	margin:0;
	padding-top:7px; 
	padding-right:12px;
	font-family: "Monotype Corsiva", Georgia;
	font-size: 3.8em;
	font-weight: bold;
	color: #ffd700;
	width:100%;

}

h2 {
	margin:0; 
	padding:0;
	padding-top:5px;
	font-style: italic;
	font-size: 1.35em;
	font-weight: bold;
	color: #000000;
	width:100%;
}

h3 {
	margin:0;
	background:url(/images/gradient3.jpg) repeat left top;
	padding:5px;
	height:18px;
	border-bottom: 2px solid #c2bbaf;
	border-top: 1px solid #c2bbaf;
	border-right: 3px ridge #ffffff;
	border-left: 3px ridge #ffffff;
	color: #ffffff;
	font-size: 1.10em;
	}

h4 {
	margin:0; 
	padding:0;
	font-size:.8em;
	font-weight:bold;
	color: #000000;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img { 
	    border: 0;
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	
	DIV#header {
background:url(/images/gradient3.jpg) repeat left top;
DISPLAY:BLOCK;
FLOAT:LEFT;
width:100%;
}

DIV#head_top {
height:115px; 
}

DIV#head_topleft {
float:left; 
height:80px; 
width:35%;
padding-left: 20px;
}

DIV#head_topright {
float:right;
padding-right: 10px; 
height:80px; 
width:59.9%;
text-align:right;
color:#ffffff;
font-style: italic; 
font-size:1.0em;}

	.glossymenu{
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		width: auto;
		border: 1px solid #9A9A9A;
		border-bottom-width: 0;
	}

	.glossymenu li a{
		background: white url(images/gradient3.jpg) repeat-x bottom left;
		font: bold 1.0em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: #ffff00;
		font-weight: 700;
		display: block;
		width: auto;
		padding: 3px;
		text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

	.glossymenu li a:visited, .glossymenu li a:active{
		color: #ffff00;
	}

	.glossymenu li a:hover{
		background: url(/images/gradient3.jpg) repeat left top;
		font-size: 1.04em;
		font-weight: 600;
		color: #ffffff;
}

.slidetabsmenu{	
		background:url(/images/gradient4.jpg) repeat left top;
		float:left;
		width:100%;
		font-size: 0.9em;
		line-height:normal;
		border-bottom: 1px solid gray;
	}
* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
.slidetabsmenu ul{
		list-style-type: none;
		margin:0;
		padding:0;
	}
.slidetabsmenu li{
		display:inline;
		margin:0;
		padding:0;
	}
.slidetabsmenu a{
		float:left;
		background:url(/images/gradient4.jpg) no-repeat left top;
		margin:0;
		margin-right: 5px;
		padding:0 0 0 9px;
		text-decoration:none;
	}
.slidetabsmenu a span {
		float:left;
		display:block;
		background:url(/images/gradient4.jpg) no-repeat right top;
		padding:2px 13px 2px 4px;
		font-weight:bold;
		color:#ffffff;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
		color: #ffff00;
	}
.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
		background-position:0% -125px;
	}
.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
		background-position:100% -125px;
}										

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_b{
		position:absolute;
		top: 0;
		border: 1px solid #918d8d; /*THEME CHANGE HERE*/
		border-width: 0 1px;
		font:normal 8pt Verdana;
		z-index:100;
		background:#ffffcc;
		width: 150px;
		visibility: hidden;
	}
.dropmenudiv_b a{
		width: auto;
		display: block;
		text-indent: 5px;
		border: 0 solid #918d8d; /*THEME CHANGE HERE*/
		border-bottom-width: 1px;
		padding: 2px 0;
		text-decoration: none;
		font-weight: bold;
		color: #808080;
	}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:#ffffcc;
font-size: 1.0em;
color: #ccc;
}
.dropmenudiv_c{
		position:absolute;
		top: 0;
		border: 1px solid #918d8d; /*THEME CHANGE HERE*/
		border-width: 0 1px;
		font:normal 8pt Verdana;
		z-index:100;
		background:url(/images/gradient4.jpg) no-repeat;
		width: 150px;
		visibility: hidden;
	}
.dropmenudiv_c a{
		width: auto;
		display: block;
		text-indent: 5px;
		border: 0 solid #918d8d; /*THEME CHANGE HERE*/
		border-bottom-width: 1px;
		padding: 2px 0;
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background:url(/images/gradient3.jpg) no-repeat;
font-size: 1.0em;
color: #ffff00;
}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:url(/images/lrock002.jpg) repeat;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:url(/images/lrock002.jpg) repeat;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:url(/images/lrock002.jpg) repeat;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
