/*selectors*/
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	
	
td {font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;

}

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 3px;
	line-height : normal;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : 3px;
	line-height : normal;
}

/*id selectors*/

#layout {
	width: 709px;
	height: 100%;
	background-color : #575D83;
	border : thin solid;
	position: absolute;
	top: 0px;
	align: center;
	left: 13%;
	margin-top : 20px;
}

#contentLyr {
position:absolute;
width:530px;
height:100%;
z-index:2;
top: 122px;
overflow: auto;
left: 180px;
background-color: #ccccff;
padding-left : 20px;
padding-right : 20px;
padding-top : 10px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 12px;
}

#indexcontentLyr {
position:absolute;
width:530px;
height:100%;
z-index:2;
top: 259px;
overflow: auto;
left: 180px;
background-color: #ccccff;
padding-left : 20px;
padding-right : 20px;
padding-top : 10px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 12px;
}

#Bottom {
background-color: #000000;
width: 100%;
height: 55px;
position: absolute;
	left: 0px;
	top: 479px;
	border-top : 1px solid;
	border-color: e9a865;
}

#header {
color: white;
font-size: 95%;
font-weight: bold;
text-align: right;
padding: 6px 8px 10px 10px;
height: 49px;
	}
	
#header a:link, #header a:visited {
color: white;
font-weight: bold;
text-decoration: none;
/*border-bottom: 1px solid #99b;*/
}
#header a:hover {
color: #fc0;
border-bottom: 1px solid #fff;}

#header a.current:link, #header a.current:visited {
color: #fc0 !important;
font-weight: bold;
text-decoration: none;
border-bottom: none !important;
}
#header a.current:active, #header a.current:hover {
border-bottom: none !important;
}	
	
ul#menu {
width: 100px;
list-style-type: none;
border-top: solid 1px #b9a894;
margin: 0;
padding: 0;
}

ul#menu ol {
display: none;
text-align: right;
list-style-type: none;
margin: 0;
padding: 5px;
}

ul#menu li, 
ul#menu a {
font-family: verdana, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

ul#menu li {
border-bottom: solid 1px #b9a894;
line-height: 15px;
}

ul#menu ol li {
border-bottom: none;
}

ul#menu ol li:before {
content: "- ";
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color: #003399;
}

ul#menu a.active {
color: #663300;
}

	

/*classes selectors*/
.orange {
width: 180px;
height: 100%;
padding: 10px;
background : #ff6600;

}

.ltblue {
	width: 529px;
		padding: 10px;
	background : #ccccff;
	margin-left : 180px;
	margin-top : -516px;
	overflow: auto;
	overflow: auto;
	position:absolute;
	z-index:2;
}

.topbanner {
width: 560px;
height: 59px;
padding: 0px;
background : #ffffff top;
position: absolute;
left: 290px;
top: 0px;
}

	.title {
	color: #000;
font-size: 95%;
font-weight: bold;
text-align: left;}

.price{
color: #000000;
font-size: 100%;
font-weight: bold;
text-align: right;}

.titlebk{
color: #000000;
font-size: 100%;
font-weight: bold;
text-align: left;}
	
	.titlered{
color: #ff3333;
font-size: 100%;
font-weight: bold;
text-align: left;}

.title{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
	}


.copyright {
color: white;
font-weight: normal;
font-style:italic;
font-size: 75%;
text-align: left;
padding-left: 10px;
}
