/*
	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
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #3001A7;
	text-decoration: underline;
}

a:Hover { 
	color: #FF0000; 
	text-decoration: underline; 
} 
a:hover
{
	text-decoration: none;
}

/* Outer */
iframe { 
margin:0px;
padding:0px; 
}

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

 

#header { 
 background: url('../../images/banner-bg.gif') repeat-x;
} 

/* Menu */

#menu
{
	 position:absolute;
	 top:140px;
	 left: -100px;
	 display: inline;
	 width: 100%;
	 line-height: 40px; 
	 z-index: 5;
	 font-family: "Trebuchet MS","Times New Roman",Arial,Times,serif;
	 font-size: 1.1em;
	 font-weight: bold;
}

#menu ul
{
	list-style: none;
	line-height: 40px; 
	margin:0px; 
	padding:0px; 
	padding-left: 300px;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover,#menu li a.active
{
	text-decoration: underline;
	color: #FF0000; 
}

 
/* Content */

#content
{
	line-height: 1.5em;
	width: 95%;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 3px;
	/*border-bottom: solid 1px #dfdfdf;*/
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #3001A7;
	background: #FDFDFD url('../../ui/frame2/images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

 
/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em 0em 0em -19em;
	width: 100%;
	height: auto;
}

#primaryContent
{
	margin: 0em 0em 0em 16em;
	padding: 3em 1em 1em 0em;
}

#greygrad , .greygrad
{ 
	background: #ffffff url('../../ui/frame3/images/a1.gif') top left repeat-x;
} 
/* Secondary Content */
#content #secondaryContent ul { 
	list-style-image: url("../../images/menuarrow.gif");
}
#secondaryContent
{
	font-family: "Trebuchet MS","Times New Roman",Arial,Times,serif;
	position: relative;
	float: left;
	width: 10em;
	margin:0em;
	padding: 3em 0.5em 0.5em 0.5em;
	/*background: #fff url('../../ui/frame2/images/a1.gif') top right repeat-y;*/
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	/*background: #fff url('../../ui/frame2/images/a3.gif') top right no-repeat;*/
	height: 64px;
	width: 128px;
}

 

#secondaryContent H3 { 
	background: url("../../images/navbg.gif") no-repeat; 
	color: white; 
	height: 30px; 
	width: 150px;
	border-bottom: 0px;  
} 

#secondaryContent H3 A { 
	color: white; 
	text-decoration: none; 
} 

#secondaryContent H3 A:Hover { 
	color: #FF0000; 
	text-decoration: underline; 
} 

/* Tertiary Content */

#tertiaryContent
{
	float: right;
	width: 20em;
	padding: 0px; 
	margin: 0em 0em 0em 1.5em;
	/*background: #fff url('../../ui/frame2/images/a2.gif') top left repeat-y;*/
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('../../ui/frame2/images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}
