/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

a
{
	color: #995500;
}

body
{
	font-family: Arial;
	font-size: 11pt;
	color: #665555;
	background: #C2C2C2 url(    '../Images/background.gif' ) repeat-x;
}

/* Outer */

#outer
{
	border: thin solid #808080;
	margin: 0em auto 1em auto;
	width: 1100px;
	background-color: #fff;
}

/* Header */

#header
{
	padding: .5em 1em 1em .5em;
	background: #2E2017 url(  'images/a1.jpg' ) top left repeat-x;
}

#header h1
{
	font-size: 2.0em;
}

#header h1, #header h2
{
	display: block;
	width: 80%;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	color: #bbaa77;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	padding: .5em 8.25em .5em 0em;
	background: #F1DFC9 url(   'images/a2.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/a4.gif') top left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	width: 100%;
	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: 5em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-color: #EFEECC;
	border-left-color: #EFEECC;
	padding-right: 1em;
	margin-left: 200px;
	margin-right: 200px;
}

#content blockquote p
{
	margin-bottom: 0em;
}


/* Primary Content */

#primaryContentContainer
{
	float: left;
	margin-left: -17em;
	width: 100%;
}

#primaryContent
{
	padding: 1.5em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	font-family: Arial;
}

#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 */

#secondaryContent
{
	float: right;
	width: 14em;
	padding: 1.5em 2em 1.5em 2em;
	font-size: 0.9em;
}

#secondaryContent h3
{
	background: #2E2017 url('images/a4.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;
}

/* Side Menu*/
#sidemenu
{
	float: left;
	width: 12em;
	padding: 1.5em .5em 1.5em 0em;
	font-size: 1em;
	background-color: #bbaa77;
	font-weight: bolder;
	text-align: left;
}

/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 778px;
	margin: 0em auto;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
	color: #FFFFFF;
}

.clear
{
	clear: both;
}

#deftable table
{
	margin-bottom: 1.5em;
	width: 769px;
	text-align: left;
	border: 1;
}

#deftable table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#deftable table td
{
	padding: 0.5em;
}

#deftable table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#deftable table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}
.ErrorNormalSummary
{
	padding: 2px;
	margin: 2px 2em 2px 2em;
	color: #CC0000;
	font-size: medium;
	text-align: left;
	font-family: sans-serif;
}
.smalltext
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
}

.smalllinks
{
	font-family: Cambria;
	font-size: small;
	font-weight: lighter;
	font-variant: small-caps;
	text-decoration: underline;
	color: #000080;
}
.smallBoldlinks
{
	font-family: Cambria;
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
	color: #000080;
}

table.majority
{
	width: 90%;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	margin: 1em auto;
	border-collapse: collapse;
	empty-cells: hide;
} 
td.majority
{
	color: #000000;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
}
th.majority
{
	color: #000000;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em .3em 1em;
}  
.createpagelinks
{
	font-family: 'Courier New';
	font-size: medium;
	font-weight: lighter;
	font-variant: small-caps;
	text-decoration: underline;
	color: #665555;
}
.selectedlink
{
	font-family: Cambria;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	background-color: #CCCCCC;
}
.notselectedlink
{
	font-family: Cambria;
	font-size: small;
	font-weight: bolder;
	font-variant: small-caps;
	color: #C0C0C0;
	background-color: #FFFFFF;
}
.normalnotification
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #808000;
}
.emailbody
{
	background-color: #FFFFFF;
	padding: .5em;
	margin: .5em;
	text-align: center;
	position: fixed;
	width: 550px;
	left: 50px;
	right: 50px;
	top: 25px;
}
.alikeLink
{
	cursor: pointer;
}
.TextPages
{
	margin-right: 105px;
	margin-left: 0px;
	font-family: Arial;
	font-size: medium;
	text-align: left;
}
.Misclink
{
	text-decoration: underline;
	color: #000080;
	cursor: pointer;
}
.NormalLink
{
	text-decoration: underline;
	cursor: pointer;
}
.menu
{
	padding-left: 175px;
	margin-left: 20px;
}