﻿/* Basic */

/* Primary Content */

#adminContent
{
	float:none;
	width:100%;
	padding:20px 10px 20px 10px;
	text-align:center;
	font-size:10pt;
	vertical-align:middle;	
	}

#secondaryContentContainer
{
	float: right;
	width:29%;
	padding-bottom: 20px;
}

#primaryContentContainer
{
	float: left;
	width:70%;
	vertical-align:top;
	padding: 20px 0 20px 10px;
}

#secondaryContentContainer a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #59a726;
	text-decoration: underline;
	line-height: 16px;
}
#secondaryContentContainer a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #59a726;
	text-decoration: underline;
	line-height: 16px;
}
#secondaryContentContainer a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #59a726;
	text-decoration: none;
	line-height: 16px;
}

#primaryContentContainer a:link, #adminContent a:link {
	font-family:Trebuchet MS;
	font-size:small;
	color: #59a726;
	text-decoration: underline;
}
#primaryContentContainer a:visited, #adminContent a:visited {
	font-family:Trebuchet MS;
	font-size:small;
	color: #59a726;
	text-decoration: underline;
}
#primaryContentContainer a:hover, #adminContent a:hover {
	font-family:Trebuchet MS;
	font-size:small;
	color: #59a726;
	text-decoration: none;
}

.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}
*
{
	margin: 0em;
	padding: 0em;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 15em;
	float: left;
	position: relative;
	background: #AF0A0A url('../../images/a1.gif') top right no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 62px;
	width:1024px;
	background: #fafafa url('../../images/stonewall.png') top left repeat-x;
}

#menu h3 a:link {
	color: #765F42;
	font-family: Tahoma;
	font-size: 15px;
	font-weight:normal;
	text-decoration: none;
}

#menu h3 a:visited {
	color: #765F42;
	font-family:Tahoma;
	font-size: 15px;
	font-weight:normal;
	font-style: normal;
	text-decoration: none;
}

#menu h3 a:hover {
	color: #a20403;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

#menu h3
{
	display:inline;
	}

/* Content */

#content
{
	background: #fff url('../../images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.5em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

.caption
{
	font-family:Tahoma;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	color:Gray;
	}

/* Footer */

#footer
{
	background: url('../../images/_.jpg') repeat-x;
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.controlUl
{
    margin-left:10px;
}



