/*
	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: darkblue;
}

img {
	border:0;
}

body
{
	font-family: Tahoma, Arial, sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
	background-color: darkblue;
}

a
{
	color: #1E44FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Outer */

#outer
{
	margin: 10px auto;
	width: 1000px;
	background-color: #ffffff;
}

/* Header */

#header
{
	padding: 1em 1.5em 1em 4em;
	height: 10em;
	width: 15em;
	float: left;
	position: relative;
}

#header img {
	border:0px;
}

/* Menu */

#menu
{
	height: 10em;
	margin-left: 18em;
	position: relative;
}

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

#menu li
{
	display: inline;
	padding-left: 0.1em;
}

#menu li a
{
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
	padding: 0.8em;
	font-size: 0.9em;
	background-color: lightblue;
}

#menu li a:hover, #menu .active
{
	padding: 1.5em 1.5em 0.8em 1.5em;
	background: darkblue;
	color: #FFffff;
	text-transform: uppercase;
}

/* Content */

#content
{
	border-top: 5px solid darkblue;
	margin-top: 1px;
}

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

#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: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 18em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	border-left: dotted 1px #cacaca;
	text-align: justify;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 17em;
	padding: 0.5em;
}

#secondaryContent h3
{
	background-color: blue;
	color: #ffffff;
	font-size: 16px;
	padding: 5px;
}
#secondaryContent ul
{
	list-style: none;
}
#secondaryContent li
{
	padding: 3px;
}
#secondaryContent li a
{
	color: darkblue;
}

#secondaryContent li:hover
{
	background-color: lightblue;
	border-left:5px solid darkblue;
	padding-left: 10px;
}

#secondaryContent li:hover a
{
	text-decoration: none;
	color: darkblue;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	color: darkblue;
	padding: 2.5em;
	font-size: 0.9em;
	text-align: center;
	background-color: lightblue;
}
#footer p a, #footer p
{
	color: darkblue;
	text-decoration:none;
}

.clear
{
	clear: both;
}
