
A { color:#CC6600; text-decoration:none; font-weight:bold; }
A:hover, A:active { color:#CC6600; text-decoration:underline; font-weight:bold; }
A.footer { color:#415234; text-decoration:none; font-weight:normal; }
A.footer:hover, A.footer:active { color:#415234; text-decoration:none; font-weight:normal; }

BODY { margin:0px 0px 0px 0px; background-color: #000000; font-family: sans-serif; }
TD { font-family:century gothic, futura, arial; font-size:12px; color:#000000; }
INPUT { font-family:century gothic, futura, arial; font-size:12px; color:#000000; }

TD.left { background: url(../images/homebg_left.jpg); background-repeat:no-repeat; }
TD.right { background: url(../images/homebg_right.jpg); background-repeat:no-repeat; }
TD.main { background: url(../images/homebg_right.jpg); background-repeat:no-repeat; width:900px; }
TD.swirl { background: url(../images/home_swirls.jpg); background-repeat:no-repeat; }
TD.distress { background: url(../images/home_page_distress.jpg); background-repeat:no-repeat; padding:15px 15px 15px 15px; font-family:century gothic, futura, arial; font-size:12px; color:#000000; }
TD.subtext { background: url(../images/textbg_swirl.gif); background-repeat:no-repeat; }

DIV.text { width:650px; height:auto; overflow:auto; padding:0px 5px 0px 15px; font-family:century gothic, futura, arial; font-size:12px; color:#000000; }

.footer { font-family:arial,helvetica,sans-serif; color:#515151; font-size:11px; background-color: #7D9EC0; }
p.footer { font-family:arial,helvetica,sans-serif; color:#000; font-size:0.7em; background-color: #7D9EC0; }
img {border: 0px;}
#container {
	width: 900px;
	height: 800px;
	margin: 25px auto 0px auto;
}

#inner_container {
	width: 804px;
	height: 735px;
	padding: 0;
	background: url("../images/cuf-bg.png");
}

div#booklet_view {
	width: 150px;
	height: 150px;
	float: left;
	z-index: 1000;
	margin: 275px 0px 0px 130px;
}
div#booklet_download {
	width: 150px;
	height: 150px;
	float: right;
	z-index: 2000;
	margin: 275px 130px 0px 0px;
}
.base-details {
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid orange;
	background-color: #FEFFF1;
}

#base-pageheader {
  	margin-top: 5px;
	width: 100%;
	height: 70px;
	background: url('../images/wsdlogo-lrg.gif') top center;
	background-position: center;
	background-repeat: no-repeat;
}

.base-pagetitle {
  	color: #515151;
  	font-size: 12pt;
	font-weight: bold;
  	margin-bottom: 5px;
 	text-align:center;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	background: #F4FFF6;
	white-space: pre;
	overflow: auto;
	max-width: 95%;
	display: inline-block;
}

h3{
    font-weight:bold;
    font-size:1em;
    color:#617750;
}

div.form-error {
	color: red;
}

div.pagenav ul{
    list-style-type:none;
		margin:0px;
		padding:0px;
		text-transform:uppercase;
    font-weight:bold;
}
div.pagenav li{
    display:inline;
}
div.pagenav li.prev{
    margin-right:15px;
}
div.pagenav li.next{
    margin-left:15px;
    }
div.pleft {
	float: left;
}

div.pright {
	float: right;
}
