/* General */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

h4
{
	color:#990000;
	font-style:normal;
	font-weight:bold;
	font-variant: small-caps;
}

a
{
	color: #660000;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background: #ffffff;
	color: #000000;
}

/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	background-color: #ffffff;
}

/* Header */

#header
{
	padding: 1.5em 2em 1.5em 1em;
	background: #2E2017 url('images/1.jpg') top left repeat-x;
}

#header h1
{
	font-size: 2.0em;
	color:#FFFFFF;
}

#header h1, #header h2
{
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	color: #bbaa77;
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	background: #F1DFC9 url('images/2.gif') top left repeat-x;
	font-size: 0.9em;
}

#menu ul
{
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #38271C;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #342117 url('images/4.gif') top left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	width: 778px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: left;
}

#content h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
	margin-left: -10em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 16.5em;
	padding: 1.5em;
	margin-left: 20em;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #efeecc;
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
}

#primaryContent h2
{
	font-size: 1.7em;
}

#primaryContent h3
{
	font-size: 1.1em;
}

/* Secondary Content */

#sidebar
{
	float: right;
	width: 22em;
	padding: 1.5em 2em 1.5em 2em;
	font-size: 0.85em;
	background-image: url(images/collage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 1em;
}

#sidebar h3
{
	background: #2E2017 url('images/4.gif') top left repeat-x;
	color: #fff;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}

/* Footer */

#footer
{
	text-align: center;
	width: 80%;
	border-top: solid 1px #efeecc;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: 10em;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}

#header-left-image
{
	width: 5em;
	height: 4.5em;
	background-image: url(images/hccm_logo.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-right: 3em;
	margin-top: 1em;
	margin-left: 10em;
	background-position: center;
	border: 1px solid #000000;
}

#footer-left-image
{
	width: 4.5em;
	height: 7em;
	background-image: url('images/cafb.jpg');
	background-repeat: no-repeat;
	float:left;
	margin-left: 14em;
	background-position: center;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	clear: both;
}

#footer-right-image
{
	width: 4.5em;
	height: 6em;
	background-image: url('images/cafb.jpg');
	background-repeat: no-repeat;
	float:left;
	margin-left: auto;
	background-position: center;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	clear: right;
	left: 2em;
}
 
 .clear
{
	clear: both;
}

ul
{
	list-style-type: square;
	padding: 0em;
	margin: 1em;
}

.ex
{
	width:350px;
	padding:10px;
	border:1px solid #990000;
	margin:5px;
}
