/* define styles for html tags */

body {
 background: #fff;
 color: #000;
}

body, div, p, td {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin: 18px 0;
}

h3 {
	font-size: 14px;
}

hr {  
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}

img {
	border: 0;
}

/* define some ids */

#header {

}

#rightcol { 
	padding: 3px; 
	border: 1px solid #000000; 
	background: #C8FBCF; 
	border-top: 0px; 
}



/* some form stuff */
form div {
	clear: both;
	margin: 5px 0px;
}

form input, form select, form textarea {
	font-size: 11px;
}

form label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 6px;
	padding-top: 4px;
/*	font: bold 10px Georgia, serif; */
	color: #000;
}

form div div {
	margin-left: 0;
	clear: none;
}

form div div label {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
}

form div.align {
	margin-left: 138px;
	margin-top: 10px;
}


/* define custom classes */

.content { 
	background-color: #FFFFFF; 
	padding: 3px 3px 3px 5px; 
	background-image: url(../images/peeps.gif); 
	background-repeat: repeat-x; 
	background-position: 0px 0px; 
	border-top: 0px; 
	border-right: 0px; 
	border-bottom: 1px solid #000; 
	border-left: 1px solid #000;
}

.footer {
	margin: 5px 0;
	line-height: 16px;
}

.box {  
	background-color: #FFFFFF; 
	border: 1px #9DCFCB dashed;
	padding: 6px;
}

.toolbox {
	text-align: right;
	margin: 5px 5px 0 0;
	padding: 3px;
}



.resource {
	border-bottom: 1px dashed #ccc;
	margin: 0 10px 10px 2px;
	padding-bottom: 10px;
}

	.resource .title {
		font-size: 11px;
	}
	
	.resource .url {
		display: none;
	}
	
	.resource .review {
		margin: 5px 0 0 0;
	}

.emphasis {
	color: #FF0033;
}	

.required {
	color: #FF0033;
	font-size: 10px;
}	

.resList {
	margin: 20px 10px 0 10px;
	font-size: 11px;
}

	.resList p, .resList div, .resList ul, .resList li {
		font-size: 11px;
	}

	.resList ul {
		margin: 5px 0 0 4px;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}

	.resList li {
		list-style-type: none;
		margin: 0 0 2px 0;
	}

	.resList ul li:before {
		content: "\00BB \0020";
	}
	
a:link, a:active {
	color: #00E;
}

a:visited {
	color: #551A8B;
}

a:hover {
	color: #3B8056;
}	

a.toolbox,a.toolbox:link,a.toolbox:visited, a.toolbox:active {
		color: #3B8056;		
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
	}

	a.toolbox:hover {
		color: #3B8056;
		font-size: 10px;
		font-weight: bold;
		text-decoration: underline;

	}
