/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

hr{
	border: 1px solid #436991;
	color: #000000	;
	background-color: #cccccc;
	height: 6px;
	width: 40%;
}

#links
{
	text-align: right;
	width: 40em;
}



div.voice
{
	color: green;
	font-size: 1em;
}

div.text
{
	color: #B8860B;
	font-size: 0.85em;
}

.code
{
	font-family: "monospace", sans-serif;
	font-size: 0.5em;
}

.address
{
	text-align: right;
	font-size: 0.9em;
}

.legal
{
	font-size: 8pt;
}



*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #262626;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #5a5a5a;
	font-size: 10pt;
}

a
{
	color: #050550;
	text-decoration: none;
}

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



/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}



/* Header */

#header
{
	padding: 0em 1em 0em 1em;
	height: 4em;
	width: 6em;
	float: left;
	position: relative;
	background: #436991	 url('../images/a1.gif') top right no-repeat;
}

#header_shadow
{
	padding: 1em 0em 0em 1em;
	height: 3em;
	width: 7em;
	float: left;
	position: relative;
	background: #cecece url('../images/a1.gif') top right no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 1.5em;
	font-size: 1.2em;
	letter-spacing: 0.07em;
}

#header h1 a
{
	color: #ffffff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 1em;
	letter-spacing: -0.08em;
	font-style: oblique;
	color: #EFE0E0;
	font-size: 0.65em;
}

/* Menu */

#menu
{
	height: 8em;
	background: #fafafa url('../images/a2.gif') top left repeat-x;
	margin-left: 3em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A url('../images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* 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: 0.2em;
	#border-bottom: dotted 1px #989898;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#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;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 19em;
	padding: 2em;
	border-left: dotted 1px #cacaca;
}
#primaryContent img
{
	vertical-align: baseline;
}
/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 7em;
	padding: 1.5em;
}

#secondaryContent img
{
        float: right;
        padding: 0em;
	border: 0px;
}


#blog
{
	text-align: justify;
}

#blog img
{
	float: right;
	width:	5em;
	padding: 1em;
	border: 0px;
}



/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.7em;
	text-align: center;
}

.clear
{
	text-align: right;
	font-size: 0.7em;
	clear: both;
}

