/* Basic HTML Tags */
Body {
	margin: 0px auto;
	width: 760px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	}

P {
	margin: 0px;
	padding: 0px;
	}

H1 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E7E7E7;
	}

H2 {
	font-weight: bold;
	margin: 15px 0px 6px 0px;
	padding: 0px;
	font-size: 1.3em;
	}

H3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	}

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	}


/* Basic IDs */

#Footer, #Header {
	width:100%;
	margin:0px;
	}
	
#Header {
	padding: 14px 0px 20px 0px;
	text-align: center;
	background-image: url(/Objects/TopDivider.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
	
#Contents {
	float: right;
	margin: 8px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 575px;
	}

	#Contents P {
		line-height: 1.4em;
		margin: 0px 0px 10px 0px;
		}
		
#InnerContents {
	width: 560px;
	}
		
#Footer {
	clear: both;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-image: url(Objects/BottomDivider.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: .9em;
	}

#MenuBar {
	float: left;
	width: 155px;
	padding: 20px 15px 10px 15px;
	}
	
#Menu {
	}
	
	#Menu P {
		line-height: 1.5em;
		}
		
	#Menu a:link {
		color: #666666;
		text-decoration: none;
		}
		
	#Menu a:active {
		color: #666666;
		text-decoration: none;
		}
		
	#Menu a:visited {
		color: #666666;
		text-decoration: none;
		}		
		
	#Menu a:hover {
		color: #000000;
		text-decoration: none;
		}
	
	#Menu UL {
		margin: 0px;
		padding: 0px;
		}	
		
	#Menu LI {
		list-style-type:none;
		line-height: 150%;
		}
		
	#Menu #SubMenu {
		margin: 2px 0px 7px 8px;
		font-weight: normal;
		}

	#Hidden a:visited {
		color: #CCCCCC;
		}
	
	#Hidden a:link {
		color: #CCCCCC;
		}


.spacer {
	border:0px;
	height:0px;
	clear:both;
	width:0px;
	}
	
#dlPortfolio .Cell {
	padding: 0px 0px 15px 0px;
	width: 142px;
	vertical-align: top;
	}

#dlPortfolio .RightCell {
	padding: 0px 0px 15px 0px;
	width: 133px;
	vertical-align: top;
	}

#dlLogo .Cell {
	padding: 0px 0px 15px 0px;
	width: 142px;
	height: 133px;
	vertical-align: middle;
	}

#dlLogo .RightCell {
	padding: 0px 0px 15px 0px;
	width: 133px;
	height: 133px;
	vertical-align: middle;
	}

#Breadcrumbs {
	font-size: .95em;
	margin-bottom: 4px;
	color:#CCCCCC;
	}
	
#Breadcrumbs A {
	text-decoration: none;
	color: #999999;
	}

#Breadcrumbs A:Hover {
	color: #666666;
	}


/* Site styles */

.Footer {
	margin: 8px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	border-top: 1px solid #E7E7E7;
	}
	
.BorderBottom {
	border-bottom: 1px solid #E7E7E7;
	}
.Border {
	border: 1px solid #E7E7E7;
	}
	
#PlainList {
	margin: 0px;
	padding: 0px;
	}	
#PlainList LI {
	list-style-type:none;
	line-height: 140%;
	}



/* Form styles */

Form {
	margin: 0px;
	padding: 0px;
}

Fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
Legend {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
}

Textarea {
	display: block;
	}
	
Input {
	}
	
Select {
	display: block;
	}
	
Label {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 7px 0px 0px;
	}

#Buttons {
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #e7e7e7;
	margin-top: 10px;
}	

#Buttons Input {
	display: inline;
	}

#Submit {
	display: inline;
	margin: 0px 20px 0px 0px;
	}

.Req {
	color: #CC0000;
	}
			
.Err {
	border-left: 3px solid #cc0000;
	padding-left: 2px;
	}
	
.WidthAuto {
	width: auto;
	}
	
.WidthHalf {
	width: 50%;
}

.WidthFull {
	width: 100%;
}

.Checkbox {
	display: inline;
}


/* Admin styles */

#Admin {
	font-size: 11px;
	font-weight: bold;
	}

#Admin A {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFCC;
	border: 1px solid #cc3300;
	padding: 1px 3px 1px 3px;
	}

#Admin A:Hover {
	color: #FF0000;
	}


