/* GENERAL */
* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.8;
	width: 900px;
}

/* HYPERLINKS */
#content a:after {
    content: " (" attr(href)")";
}

a, a:visited, a:hover{
	text-decoration: none;
	color: #000000;
}

a img{
	border: none;
}

/* HEADER */
#logo {
	width: 900px;
	height: 70px;
	border-bottom: 1px solid black;
}

#logo #ece-logo{
	float: left;
	margin: 6px 0 0 7px;
	height: 60px;
	width: auto;
}

#logo #ece-header {
	display: none;
}

h1 {
	margin: 2px 0 0 7px;
	float: left;
	font-size: 40px;
	font-weight: bold;
}

/* MENU */
#menu{
	display: none;
}

/* CONTAINER */
#top-spacer{
	display: none;
}

#container{
	width: 900px;
}

/* CRUMBLE PATH */
#crumble-path{
	display: none;
}

/* CONTENT HEADER */
#content-background{
	width: 900px;
	background-color: white;
}

#header{
	display: none;
}

/* SUBMENU */
#content-container{
	width: 900px;
}

#submenu{
	display: none;
}

/* CONTENT */
#content{
	width: 880px;
	padding: 0 10px;
	float: left;
}

#content #print{
	display: none;
}

#content p{
	margin: 0 0 20px 0;
}

#content ul{
	list-style-type: square;
}

#content ol, #content ul{
	padding: 0 0 0 40px;
	margin: -20px 0 20px 0;
}

#content ol, #content ul{
	margin: 0 0 20px 0;
}

#content .alignleft{
	float: left;
	margin: 0 5px 5px 0;
}

#content .alignright{
	float: right;
	margin: 0 0 5px 5px;
}

#content .aligncenter{
	display: block;
	margin: 0 auto;
}

#content h4{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #003246;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

#content h5{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #58b7dd;
	line-height: 1.8;
	margin: 3px 0 0 0;
}

#content .post-edit-link{
	display: none;
}

/* CONTENT HYPERLINKS */
#content a, #content a:visited{
	text-decoration: underline;
}

#content a:hover{
	text-decoration: underline;
}

#catch-phrase{
	width: 900px;
	clear: both;
}

#catch-phrase p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #003045;
	text-align: right;
	line-height: 1.2;
	margin: 10px 0;
}


/* SOCIAL NETWORKING */
#social-networking{
	display: none;
}


/* FOOTER */
#footer{	
	width: 900px;
	margin: 20px 0 0 0;
	padding: 3px 0 0 0;
	font-size: 11px;
	color: #000000;
	line-height: 1.2;
	border-top: 1px solid black;
}

#footer .right{
	float: right;
	margin-top: -13px;
}

#footer a, #footer a:visited{
	color: #000000;
}

#footer a:hover{
	color: #000000;
	text-decoration: none;
}

#footer .colored{
	color: #000000;
}