/* Main Structural DIVs and their default styles
================================================================================================================ */

#wrapper {
	margin: 0 auto;
	width: 637px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 637px;
}
#navbar {
	margin: 20px auto 0 auto;
	position: relative;
	text-align: center;
	width: 637px;
}
#content {
	margin: 0 auto;	
	padding-top: 20px;
	position: relative;
	width: 637px;
}



#main {
	width: 440px;
	float: right;
	margin: 0 45px 0 0;
}


#content ul {
	margin-left: 20px;
}
#content ul li {
	font-size: 1.3em;
	list-style-type: disc;
	margin-bottom: 10px;
}



div#announcement {
	background-color: #EBDBAA;
	border: 1px solid #1F1211;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}


div#blogTitle p {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0px;
}
div#blogDate p {
	font-style: italic;
	margin: -5px 0px 0px 0px;
}
div#blogBody {
	font-size: 1em;
}



ul#linkList li {
	margin-bottom: 20px;
}
ul#linkList li h4 a {
	border-bottom: 1px solid #999;
}
ul#linkList li h4 a:hover {
	border-bottom: 1px solid #000;
}

ul#linkList li h4,
ul#linkList li p {
	font-size: 1em;
}


div.memory {
	border-bottom: 1px solid #999;
	font-style: italic;
	margin-bottom: 40px;
}
div.memory div.memoryMessage p {
	font-size: 1.4em; line-height: 1.4em;
}
div.memory p.memoryAttrib {
	text-align: right;
	font-style: normal;
}

form#MemoryIndexForm ul {
	margin: 0px;
	padding: 0px;
}
form#MemoryIndexForm ul li {
	list-style-type: none;
}

.smallText a:link,
.smallText a:hover,
.smallText a:visited,
.smallText a:active {
	color: #d0c08e;
	font-size: 10px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
}
.smallText a:visited {
	color: #d0c08e;
	font-size: 10px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}








/* ------------------------------------------------------------------------------------------- */
#footer {	
	clear: both;
	width: 923px;
	height: 60px;
	margin: 0 auto;
	position: relative;
/*	border-top: 3px solid #000000;*/
}
#footer ul {
	margin: 0px; padding: 0px 0 0 5px;
}
#footer ul li {
	float: left;
}
#footer a:link , 
#footer a:hover , 
#footer a:visited , 
#footer a:active  {
	color: #6e2939;
	text-decoration: underline;
	padding: 0px 8px;
}	
#footer a:hover{
	color: #052a3d;
	text-decoration: underline;
}
#footer p {
	font-size: 11px;
	color: #67777e;
	margin: 0px; padding: 8px 0 0px 0px;
}











