*{
    margin:0;
    padding:0;
	text-align:left;
}

body{
	font: 80% Arial, sans-serif; 
    background: #f5e6d8 url(/img/bg.jpg) repeat-x;
}

/* DIVs */

.container{
	width:950px;
	margin: 20px auto 0px auto;
}

.top-sdw{
	width:950px;
	height:9px;
}

.flash{
	height:300px;
}

.left-sdw{
	float:left;
	width:9px;
	height:480px;
}

.left-nav{
	float:left;
	width:295px;
	height:480px;
    background: #e5eac6 url(/img/left-nav-bg.jpg) no-repeat;
}

.logo{
	padding:25px 0px 10px 15px;
}

.small-nav{
	float:right;
	margin:5px 20px;
	border-top:1px solid #99ab1c;
	border-right:1px solid #99ab1c;
}

.content-shell{
	float:left;
	width:637px;
	height:480px;
    background-color:#fff;
}

.content{
	width:585px;
	height:440px;
	margin:20px 0px 0px 20px;
	padding-right:15px;
	overflow-y:scroll;
}

.column{
	width:265px;
	padding-right:15px;
	float:left;
}

.right-sdw{
	float:right;
	width:9px;
	height:480px;
}

.btm-sdw{
	width:918px;
	height:9px;
}

.footer{
	padding-right:16px;
	float:right;
	height:68px;
	margin:15px 0px 10px 0px;
}

.foottxt{
	margin:5px 10px 0px 0px;
	float:right;
	color:#20abbb;
	height:56px;
	padding-left:5px;
	border-left: 1px solid #20abbb;
}

.infodiv{
	border-left:1px solid #666;
	margin-left:20px;
	padding-left:10px;
}


/* TXT */

p{
	margin:0px 0px 25px 0px;
}

p.foot{
	margin:0px 0px 5px 0px;
}

p.footb{
	margin:0px 0px 5px 0px;
	font-size:120%;
}

p.copy{
	color:#616d1a;
	font-size:85%;
	text-align:center;
}

p.info{
	margin:0px 0px 7px 0px;
}

p.tname{
	margin:0px;
}

p.ttitle{
	margin:0px 0px 25px 0px;
	font-style:italic;
	font-size:80%;
}

ul{
	list-style-type:disc;
	padding:0px 0px 15px 40px;
}

ul.leftnavlist{
	list-style-type:none;
	padding:10px 20px 10px 0px;
	font: 120% Verdana;
	font-weight:bold;
}

li.rightlist{
	text-align: right;
	padding-bottom:10px;
}

ul.smallnavlist{
	list-style-type:none;
	font: 85% Verdana;
	font-weight:bold;
	padding:10px 15px 15px 15px;
}

li.smallrightlist{
	text-align: right;
	padding-bottom:2px;
}

ul.svc{
	font-size:80%;
	margin-top:15px;
}

ol{
	list-style-type:decimal;
	padding:0px 0px 15px 40px;
}

ol li, ul li{
	padding:0px 0px 5px 0px;
}

a, visited, hover{
	color: #4b5f26;
	text-decoration: underline;
}
	
a.copya, a.copya:visited, a.copya:hover{
	color: #909d40;
	text-decoration: none;
}

a.leftnavlink, a.leftnavlink:visited, a.leftnavlink:hover{
	color: #20abbb;
	text-decoration: none;
}

a.smallnavlink, a.smallnavlink:visited, a.smallnavlink:hover{
	color: #99ab1c;
	text-decoration: none;
}

h1 a, h1 a:visited, h1 a:hover, 
h2 a, h2 a:visited, h2 a:hover{
	color: #0e8d9c;
	text-decoration: underline;
}
	
h1{
	font-size:170%;
	font-weight:bold;
	color: #0e8d9c;
	margin:0px 0px 15px 0px;
	text-align:left;
}

h2{
	font-size:120%;
	font-weight:bold;
	color: #0e8d9c;
	margin:0px 0px 5px 0px;
	text-align:left;
}

h3{
	font-weight:bold;
	color: #AC4A09;
	font-size:100%;
	padding:0px 0px 5px 0px;
	text-align:left;
}

h4{
	font-weight:bold;
	color: #AC4A09;
	font-size:85%;
	padding:0px 0px 5px 0px;
	text-align:left;
}

h5{
	font-size:90%;
	font-weight:bold;
	color: #edf1e0;
	padding-bottom:10px;
}

.submit{
	text-align:center;
}

.alert{
	color:#e30000;
	font-weight:bold;
	font-style:italic;
}

/* IMGs */

img { 
	border: 0px none; 
}

.imgright{
	float:right;
}

.imgleft{
	float:left;
	padding-right:15px;
}

.gift{
	padding-left:16px;
}

.coc{
	margin:10px 20px 0px 0px;
	float:right;
}

.cedia{
	margin:7px 20px 0px 0px;
	float:right;
}

.bose{
	margin:8px 20px 0px 0px;
	float:right;
}

/* MISC */

.tpad{
	padding:10px;
}

.floatfixer{
	clear:both;
	visibility:hidden;
}