* {
	padding: 0;
	margin: 0;
}

body, p, li, td, th, dd { font-family : verdana, geneva, Arial, Helvetica, sans-serif; font-size:12px; }
h1, h2, h3, h4, h5, h6, dt { font-family : 'Times New Roman', verdana, geneva, Arial, Helvetica, sans-serif;}

h2 
{ 
	font-weight: normal;
	font-size: 21px; 
}

a { text-decoration: none; }
a:link, a:visited, a:active { color: #32745A; }
a:hover  { color: #93D9B9; }
a.replace { display: block; }

.page 
{
	text-align: center;
	margin: 0;
	background: #fff url(../images/bg_2.jpg) repeat-x;
}

#topBar
{
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 41px;
}

#mainContainer
{
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: #fff url(../images/com_dropshadow.jpg)
repeat-x;
}

#navBar
{
	background: inherit;	
	text-align: left;
	width: 248px;
	float: left;
	padding: 6px 2px 0 0;
	margin-right: 2px;
}

#navBar h2 
{
	padding: 7px 0 0 20px;
	letter-spacing: 1px;
	line-height: 22px;
	background: url(../images/pointer.gif) no-repeat 9px 14px;
}
#ComSep ul {
	padding: 0 0 7px 20px;
	height: 26px;
	border-bottom: 1px solid #e6e6e6;
}
#ComSep li {
	display: inline;
	line-height: 13px;
	padding-right: 1px;
	float: none;
}
}
#navBar ul { list-style: none; }


#image
{
	background: inherit;
	width: 695px;
	height: 330px;
	float: right;
	border-left: 1px solid #E6E6E6;
}

#content
{
	background-color: inherit;
	width: 495px;
	float: left;
	border-left: 1px solid #E6E6E6;
	padding: 5px;
	margin-top: 2px;
	display: inline;
}

#contentWide
{
	background: inherit;
	width: 695px;
	float: left;
	padding: 14px;
	border-left: 1px solid #E6E6E6;
	margin-top: 2px;
}

#auxNav
{
	background-color: inherit;
	border-left: 1px solid #E6E6E6;
	width: 190px;
	float: left;
	
}
#auxNav ul
{
	text-indent: 0px;
	list-style-type: none;
}
#auxNav li a {
	margin: 0 0 1px 1px;
	line-height:19px;
	text-align: left;
	text-indent: 3px;
	width: 195px;
	height: 21px;
	color: #fff;
	display: block;
	float: left;
	background: #93D9B9 url(../images/chamfer.gif) no-repeat right bottom;
}
#auxNav li a:hover { background-color: #32745A; }

#footer 
{
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999;
	font-size: 11px;
}
