#ErrorMessage
{
	border: 2px solid #d4b7a0; 
    margin: 25px;
    padding: 25px;
    width: 400px;
}

#ErrorMessage p
{
    font-size: 12px;
    font-weight: normal;
    color: #021957;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-color: #d4b7a0;
	background-image: url(assets/images/bkg.gif);
	background-repeat: repeat-x;
	line-height: 1.5;
}

.clearer {
	 clear:both;
	 height:1px;
	 overflow:hidden;
	 margin-top:-1px;
}

#Wrap {
	width: 800px;
	background-image: url(assets/images/wrap_bkg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#ContentBKG {
	background-image:url(assets/images/content_bkg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 20px;
}

#header h1 {
	background-image: url(assets/images/hdr_winthrop.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 109px;
	cursor: pointer;
	}
	h1 span {
		display: none;
		}
		
.pagetitle {
	font-size: 18px;
	color: #912508;
	margin-bottom: 15px;
	border-bottom: 1px solid #021957;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	}

h2 {
	font-size: 18px;
	color: #912508;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	}
	
h3 {
	font-size: 14px;
	color: #6e6e6e;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 15px;
	font-size: 12px;
}

#HomeLink {
	width: 200px;
	height: 200px;
}

p {
	margin-bottom: 10px;
}

ol {
	margin-left: 28px;
}

#Content ul {
	margin-left: 24px;
	margin-bottom: 15px;
	list-style-image: url(assets/images/bullet.gif);
}
		
#Nav {
	background-image: url(assets/images/nav_bkg.jpg);
	background-repeat: repeat-y;
	width: 205px;
	float: left;
display: inline;
	margin-left: 1.5em;
	}
	#Nav ul {
		list-style-image: none;
		padding-top: 4px;
		padding-left: 4px;
		}
		#Nav ul li {
			list-style-type: none;
			}
			#Nav ul li a {
				color: #fff;
				text-decoration: none;
				background-image: url(assets/images/nav_bullet.gif);
				background-repeat: no-repeat;
				background-position: left;
				display: block;
				width: 183px;
				padding-left: 10px;
				margin-left: 2px;
				padding-top: 5px;
				border-bottom: 1px solid #b53714;
				border-top: 1px solid #782108;
				}
				#Nav ul li a:hover {
					background-color: #b53714;
					}
					#Nav ul li a.first{
						border-top: none;
						}
		
	
	
	#NavHeader {
		background-image: url(assets/images/nav_top.jpg);
		background-repeat: no-repeat;
		width: 205px;
		}
		#NavFooter {
			background-image: url(assets/images/nav_footer.jpg);
			background-repeat: no-repeat;
			width: 205px;
			height: 301px;
			}
			
#Content {
	width: 502px;
	float: left;
display: inline;
	margin-left: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
}
			
#Footer {
	background-image: url(assets/images/footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 29px;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
}