* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font: 11px/1.5em Helvetica, Arial, Verdana, sans-serif;
	background: #B3B3B3;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	}

#wrap {
	width: 728px;
	background-color: #FFF;
	margin: 0px auto 8px auto;
	padding-bottom: 5px;
	text-align: left;
	background: #FFF url(./images/footerbg.gif) no-repeat bottom left;
	}
	
#header {
	width: 728px;
	height: 101px;
	}
	
#breadcrumb {
	background-color: #535353;
	height: 20px;
	padding: 5px 0 0 14px;
	color: #FFF;
	}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #F5DA27;
	text-decoration: none;
	font-weight: bold;
	}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	font-weight: bold;
	}

#content {
	padding: 14px;
	position: relative;
	width: 700px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 460px; 
	overflow: auto;
}

#rightcol {
	width: 188px;
	position: absolute;
	top: 14px;
	left: 498px;
	}
	
#resources {
	color: #333;
	font-size: 12px;
	}

#resources a:link, #resources a:visited {
	color: #666;
	text-decoration: none;
	}

#resources a:hover, #resources a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}

#footer {
	margin-bottom: 25px;
	color: #666;
	}

#footer a:link, #footer a:visited {
	color: #F5DA27;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
	}

#adblock {
	margin: 14px 0 20px 22px;
	}




/* Yellow Boxes (height: 60em;) */
.yellowbox {
	width: 460px;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	background: #FF9 url(./images/yellowbox-bottom.gif) no-repeat bottom left;
	}
.yellowbox p {
	color: #333;
	font-weight: normal;
	width: 418px;
	line-height: 1.5em;
	margin: 2em 0 1em 22px;
	}
.yellowbox h1 {
	margin: 0;
	padding: 10px 0 8px 22px;
	background: #F5DA27 url(./images/yellowbox-top.gif) no-repeat top left;
	color: #535353;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	border-bottom: 1px solid #FFF;
	}

.yellowbox h2 {
	margin: 0;
	padding: 10px 0 8px 22px;
	background: #F5DA27 url(./images/yellowbox-top.gif) no-repeat top left;
	color: #535353;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	border-bottom: 1px solid #FFF;
	}

.yellowbox h3 {
	margin: 0;
	padding: 10px 0 8px 22px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	}
	
.yellowbox ul {
	list-style: none;
	}

.yellowbox li {
	margin: 1px 10px;
	padding-left: 12px;
	background: url(./images/boxlist.gif) no-repeat 0 4px;
	}
	
.yellowbox a:link, .yellowbox a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	}

.yellowbox a:hover, .yellowbox a:active {
	color: #DD8300;
	text-decoration: none;
	border-bottom: 1px dotted #DD8300;
	font-size: 12px;
	}
.orangebold {
	margin: 2em 0 1em 22px;
	font-size: 12px;
	font-weight: bold;
	color: #DD8300;
	}

.topphrases {
	margin-left: 12px;
	}

.contenttable {
	margin: 1em 0 .8em 0;
	}

.contenttable tr {
	vertical-align: top;
	}

.contenttable td {
	padding-left: 20px;
	}

.more {
	margin: 0 0 1em 22px;
	padding-left: 12px;
	background: url(./images/yellowarrow.gif) no-repeat 0 50%;
	}

#descriptions {
	color: #333;
	font-weight: normal;
	width: 418px;
	line-height: 1.5em;
	margin: 2em 0 1em 22px;
	}

#descriptions a {
	display: block;
	margin-top: 1em;
	line-height: 1.3em;
	}

#descriptions a:link, #descriptions a:visited {
	color: #DD8300;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	}

#descriptions a:hover, #descriptions a:active {
	color: #333;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	}

/* Grey Boxes */

.greybox {
	width: 187px;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	background: #E4E4E4 url(./images/greybox-bottom.gif) no-repeat bottom left;
	}

.greybox h2 {
	margin: 0;
	padding: 10px 0 8px 14px;
	background: #666 url(./images/greybox-top.gif) no-repeat top left;
	color: #F5DA27;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	border-bottom: 1px solid #FFF;
	}

.greybox p {
	padding: 1em 14px 0 14px;
	color: #333;
	}

.greybox ul {
	list-style: none;
	margin: 1em 0 1em 4px;
	}

.greybox li {
	margin: 1px 10px;
	padding-left: 12px;
	background: url(./images/greylist.gif) no-repeat 0 4px;
	}	

.greybox  a:link, .greybox  a:visited {
	color: #333;
	text-decoration: none;
	}

.greybox  a:hover, .greybox  a:active {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	}
	
.submitlink { 
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	margin-left: 0;
	background: url(./images/greyarrow.gif) no-repeat 0 50%;
	}
	
#searchbox {
	width: 198px;
	}
	
#searchbox font {
	font: 11px/1.5em Helvetica, Arial, Verdana, sans-serif;
	}
	
#searchbox input {
	margin: 0 0 5px 2px;
	}

.plain { 
	color: #333;
	font-weight: normal;
	}

	
/* Contact */

#cform {
	width: 260px;
	margin: 25px auto;
	}

#addurlform p, #cform p { margin: 10px 0 }

label { 
	color: #DD8300;
	font-size: 11px;
	font-weight: bold;
	}

#name, #email, #subject { width: 250px; }

#message { 
	width: 250px;
	height: 100px;
	}

/* Submit Form */

#formbox { 
	margin: 15px auto;
	}

#addurlform {
	margin: 15px 0 15px 50px;
	}
	
#firstname, #lastname, #url, #urlemail, #title { width: 350px; }

#desc {
	width: 350px;
	height: 100px;
	}
	
.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	}
	
.smallgrey { 
	color: #555; 
	font-size: 11px;
	width: 350px;
	margin: 0;
	padding: 0;
	}
	
.instructions p {
	width: 420px;
	margin: 1em 0 1em 22px;
	font-size: 12px;
	color: #333;
	}
