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

/* Basic */

*
{ padding: 0; }

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

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}

a
{
	color: navy;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

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

/* Header */

#header
{
	padding: 0em 1.5em 0em 1.5em;
	height: 8em;
	width: 10em;
	float: left;
	position: relative;
	background: #ffffcc url(images/MS%20old%20ship.jpg) top left no-repeat;
}

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

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

#header h2
{
	position: absolute;
	bottom: 0em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	height: 8em;
	background: #ffffcc;
	margin-left: 10em;
	position: relative;
	background: #ffffcc url(images/logoados.jpg) top right no-repeat;

}



/* Content */

#content
{ background: #fff; width: 100%; margin-top: 1px; padding-top: 0; }

#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: 2.2em;
	border-bottom: dotted 1px #cacaca;
}

#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: 0 #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%; padding-left: 1em; }

#primaryContent
{ margin: -1em 0 0 11em; padding: 1.5em; border-left: medium none
 }

/* Secondary Content - left menu */

#secondaryContent
{ margin-left: -1em;;background-color: #ffffcc; background-repeat: repeat; background-position: 0 0; text-align: left; width: 10em; margin-right: 0.5em; padding: 1.5em 1em; 
}

/* Puts a space between lines in left Menu */
#secondaryContent p
{
	margin-top: 0;
	margin-bottom: .7em;
}

/* Not used */
#secondaryContent ul
{
	margin-bottom: 1.5em;
	padding-left: 0;
	line-height: 1.6em;
	type: ;
}

/* Footer */

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

.clear
{
	clear: both;
}


