
.content-editable
{
	background : #FFFFE6;
}
.content-editable-over
{
	background : #FFFF80;
	cursor     : pointer;
} 

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#mainContent .container
{
	padding : 4px;	
	width   : 520px;
}

body
{
	background : #F2F2F2;	
	margin     : 12px;
}

blockquote
{
	font-weight : normal;	
}

li
{
	font-weight : normal;
}

#page
{
	margin     : 0px auto;
	width      : 780px;
	border     : 1px solid #818181;
	height     : 100%;
	background : #FFFFFF;
}

a:link {
	color: #1d99ef;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1d99ef;
}
a:hover {
	text-decoration: none;
	color: #1d99ef;
}
a:active {
	text-decoration: underline;
	color: #1d99ef;
}
.navBar {
	width : 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/nav_bkgd.gif);
	background-repeat: repeat-x;
}
.sideNav {
	background-color: #EAE3DB;
	background-image: url(images/sidenav_bkgd.gif);
	background-repeat: repeat-x;
	width: 200px;
}
.contentBkgd {
	background-image: url(images/content_bkgd.gif);
	background-repeat: repeat-x;
	width : 580px;
}
.largeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbc1b5;
	border-right-color: #cbc1b5;
	border-bottom-color: #cbc1b5;
	border-left-color: #cbc1b5;
}
