
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size:11pt;
}
a
{
	color: #669911;
}
/* Outer */
#outer
{
}
/* header */

#header {
	width: auto;
	height:95px;
	margin: 0 0 0 0;
	background: #243f8b
}

#header h1 {
	margin-left: 120px;
	padding-top: 30px;
	font-size: 32px;
	color: #ECD872;
}

#header img {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 72px;
	hight: 80px;
}

#header-right-img {
	float: right;
}
#header-right-img img {
	padding-top: 0px;
	padding-right: 0px;
	hight: 95px;
	width:298px;
}

#header-banner {
	width: auto;
	height: 35px;
	margin: 0 0 0 0;
	background: #243f8b
}

#header-banner marquee {
	font-size: 1.5em;
/*	color: #ECD872;  */
/*	color: #5D5F53;  */
/*	color: #C0C0C0;  */
/*	color: #6B7E09;  */
	color: #D3D3D3;
}
#header-banner marquee img {
	padding-top: 0px;
	padding-left: 0px;
}


/* Menu */
#menu
{
	height: 35px;
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: .1em 2.5em .1em 0em;
}
#menu ul
{
	color: #243f8b;
	list-style: none;
}
#menu li
{
	display: inline;
	font-weight: bold;
	color: #C0C0C0;
	margin-right: 1em;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	/*text-transform: lowercase;*/
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Images */
img.normal 
{
height: auto
}

img.big 
{
height: 50%
}

img.small 
{
max-height: 120px
}

img.floatLT {
/*	float: left;
#	float: right;
# 	position: absolute;
#	position: relative;
#        left: 0 em;
*/
	border-style: ridge;
	border-width: 50;
	border-color: red;
/*	cursor: pointer;
*/
	height: 40%;
	width: 40%;
}
img.floatRT {

	float: right;
 	position: relative;
	border: 10px inset  #243f8b;
	margin: 5px;
	height: 33%;
	width: 33%;
}
/* Content */
#content
{
	padding: 0.5em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
/*	color: #243f8b;*/
}

#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -180px;
	width: 100%;
}
#primaryContent
{
	margin: 0em 180px 0em 0em;
/*	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	/*text-transform: lowercase;*/
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;  
/*	padding: 0em 0em 0.3em 0.3em;  */
	font-size: 1em;
/*	font-weight: bold;*/
}
#secondaryContent h3, #tertiaryContent h3
{
	background: url('images/a1.gif') no-repeat;
	width: 150px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	/*text-transform: lowercase;*/
	color: #5D5F53;
}
/* Secondary Content */
#secondaryContent
{
	float: right;
	width:420px;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 170px;
	padding-right: 0em;

}
a:link {color:#243f8b}      /* unvisited link */
a:visited {color:#4682B4}  /* visited link */
a:hover {color:#4682B4}  /* mouse over link */
a:active {color:#4682B4}  /* selected link */
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
