/* CSS Document */

/*DEFAULTS*/
body{
	font: small Tahoma, Arial, sans-serif;
	color: #000033;
	background: #336699;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}

h2{
	font-size: small;
	font-weight: bold;
	color: #336699;
}

a:link{
	color: #CC0000;
}

a:hover{
	color: #CC0000;
}

a:visited{
	color: #336699;
}

l1{
}


/*NAVIGATION*/

#navlist{
}

#navlist li{
	list-style: none;
	padding-bottom: 12px;
}

#navlist ul{
	text-align: center;
}

#navlist a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#navlist a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/*CONTENT FORMATTING*/
.emphasis{
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}

.sub-emphasis{
	font-size: small;
	font-weight: bold;
	color: #336699;
}

.specials-div{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #000066;
	margin: auto;
	padding: 8px 15px;
	width: 90%;
	border: 1px solid #336699;
}

/*IMAGE FORMATTING*/
.imgright{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CC3300;
}
.imgright-noborder{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
.imgleft{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*TABLE FORMATTING*/
.header-row{
	font-weight: bold;
	color: #FFFFFF;
	background: #336699;
	padding: 4px;
	border-top: none;
	border-bottom: 1px solid #CC0000;
}

.specs-table{
	border: 1px solid #FF0000;
}

.specs-table td{
	margin: auto;
	padding: 4px 6px;
	border: 1px solid #CCCCCC;
}