/*
	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,h3,h4,h5,h6
{
	color: #554433;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #777;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

a
{
	color: #773300;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #cc5511
}

/* Outer */

#outer
{
	margin: 1.5em auto 0em auto;
	width: 100%;
}

/* Header */

#header
{
	padding: 1.5em 1.5em 0em 2.5em;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #111100;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	font-size: 1.9em;
	display: inline;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #111100;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #773300;
	border-bottom: solid 1px #cc5511;
	width: 100%;
}

#menu ul
{
	padding: 1em 1.5em 1em 1.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 0.8em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
}

#menu li a:hover
{
	border-bottom: solid 1px #cc5511;
}

/* Content */

#content
{
	padding-left: 2em;
	padding-right: 2em;
	width: 1000px;
}

.box
{
	margin-bottom: .25em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: .25em .25em .25em .25em;
	background: #ffffff url('images/a1.gif') top left repeat-x;
	color: #554433;
}

.boxContent ul
{
	color: #773300;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #cc5511;
	background: #773300;
	padding: .45em .45em .45em .45em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #cc5511;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #cc5511;
	background: #eebbaa;
	padding: .45em .45em .45em .45em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #cc5511;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** boxC **/

.boxC .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #111111;
	background: #554433;
	padding: .45em .45em .45em .45em;
}

.boxC span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxC a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxC a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #cc5511;
}

.boxC input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxC input.text
{
	width: 100%;
}

/** boxD **/

.boxD .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #000000;
	background: #111100;
	padding: .45em .45em .45em .45em;
}

.boxD span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxD a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxD a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #cc5511;
}

.boxD input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxD input.text
{
	width: 100%;
}

/** boxE **/

.boxE .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #222;
	background: #444;
	padding: .45em .45em .45em .45em;
}

.boxE span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxE a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxE a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #558800;
}

.boxE input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxE input.text
{
	width: 100%;
}


/** Content **/

#content p
{
	margin: 1em 1em 1em 1em;
	text-align: justify;
	line-height: 1.25em;
}

#content strong
{
	color: #773300;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
	margin: 18px 0 6px 0;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content ol
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #773300;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}

/*
images
--------------------------
*/

.imgLeft
{
	display: block;
	float: left;
	clear: none;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

.imgRight
{
	display: block;
	float: right;
	clear: none;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}


/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: 1em 1.5em 1.5em 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 13em;
	padding: 1em 1.5em 1.5em 1.5em;
}

#secondaryContent a
{
	background-color: inherit;
	color: #333;
	font-size: .9em;
	font-decoration: none;	
}

/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}
