/* CSS Document */

*
{
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cdb792;
}

p
{
	font-size: 1em;
	line-height: 1.3em;
	color: #241d14;
}

textarea
{
	width: 98%;
	height: 200px;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 985px;
	background: url(/img/container.png) repeat-y center top;
	overflow: auto;
}

#header
{
	background: transparent url(/img/Runic-Logo.png) no-repeat top left;
	height: 305px;
	width: 985px;
}

#main
{
	text-align: left;
	float: right;
	width: 735px; /* Divider at: 755 px */
	padding-right: 25px;
	position: relative;
	background: transparent;
}

#menu
{
	text-align: left;
	/*float: left;*/
	width: 185px;
	padding-left: 40px;
	position: relative;
	overflow: none;
	/*background: transparent;*/
}

#footer
{
	background: url(/img/footer.png) no-repeat top left;
	height: 40px;
	width: 985px;
	margin: 0 auto;
	width: 985px;
	position: relative;
}

.h2left
{
	height: 40px;
	margin-left: -14px;
	position: absolute;
}

h2
{
	background: url(/img/h2.png) repeat-x top left;
	height: 40px;
	margin-left: 6px;
	margin-right: -5px;
	font-family: "Lucida Sans Unicode", sans-serif;
	color: #c2bfba;
}

table.displayInfo
{
	padding: 5px;
	width: 95%;
}

table.displayInfo td
{
	padding: 5px;
}

table.displayInfo thead td
{
	font-weight: bold;
}

table.displayInfo tr.alternate
{
	background-color: #c2bfba;
}

.primary-content
{
	margin-bottom: 20px;
}

.program-item
{
	margin-top: 10px;
	line-height: 1em;
	margin-bottom: 20px;
}

.program-detail
{
	font-size: .7em;
	line-height: 2em;
}

.program-description-detail
{
	font-size: .7em;
	line-height: 1em;
}

.program-title
{
	font-size: 1.3em;
	font-style: italic;
}

.program-item p
{
	font-size: .9em;
	margin-bottom: 0;
}

.news-item
{
	margin-top: 10px;
	line-height: 1em;
	margin-bottom: 20px;
}

.news-detail
{
	font-size: .7em;
	line-height: 2em;
}

.news-title
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.news-item p
{
	font-size: .9em;
	margin-bottom: 0;
}

.preview
{
	background-color: #c6baa8;
	border: thin dashed #938775;
	padding: 5px;
}

.attentionSuccess
{
	color: #3a8025;
}

.attention
{
	color: #80141b;
}

a
{
	color: #044984;
}

a:hover
{
	color: #6591b6;
	text-decoration: none;
}

#site-links
{
	margin-top: 20px;
	margin-left: 0;
}

#menu ul
{
	list-style: url(/img/listArrow.gif);
}

#menu ul li
{
	margin-top: 5px;
}

#menu ul li:hover
{
	list-style: url(/img/listArrowHover.gif);
}

#menu a
{
	color: #4f4637;
	text-decoration: none;
}

#menu a:hover
{
	color: #ece0cd;
	text-decoration: underline;
}