/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;

}

a
{
	color: #144472;
	text-decoration: underline;

}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 0em 0em 0em 0em;
}


/* Header */

#header
{
	margin-top: 1em;
	height: 182px;
	width: 270px;
	float: left;
	position: relative;
	background: #FFFFFF url('/images/a1.jpg') top right no-repeat;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */
#menu
{
	height: 8em;
	background: #ffffff url('/images/header.jpg') top right no-repeat;
	margin-left: 280px;
	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
{

	color: #144472;
}


/* Content */

#navigator {

	height:25px;
	top:89px;
	font-size:11px;
	margin-left:290px;
}

#navigator a {
	color:#7babb5;
}
.d_red {
	color:#7babb5;
	font-size:13px;
	margin:0 5px 0 3px;
}

#content
{
	background: #fff url('/images/a3.gif') top left repeat-x;
	margin-top: 5px;
	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: 1.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: 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: -280px;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 270px;
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 235px;
	padding: 1.5em;
}

img {
border: none;
}

UL {
 list-style-image: url('/images/round.jpg');
}

#secondaryContent  ul ul {
list-style-image:none; 
list-style-type:none;
 margin-left: 0;
 padding-left: 0; 
font-size: 0.9em;
}

/* Footer */

#footer
{

	border-top: dotted 1px #cacaca;
	background: #ffffff url('/images/footer.jpg') bottom right no-repeat;
	position:relative;
	bottom:0px;
	width:100%;
	height:69px;

}

.clear
{
	clear: both;
}




/* Search */

.dalee {
	font-size:11px;
	}
.dalee a {
	text-decoration:underline;
	}	
.dalee a:hover {
	text-decoration:none;
}
form.mysubmit
{
  display: inline;
}

input.mysubmit  
  { 
	display: inline;
	font-size:13px;
	border: none;
	color: #555; 
    	background: transparent;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	}

span.mysubmit_selected  
  { 
	display: inline;
	font-size:13px;
	border: none;
	color: #555; 
    	background: transparent;
	text-decoration: underline;
	font-weight: bold;    
	padding: 0 3px;
	margin: 0 3px;
	}


input.mysubmit_next 
  { 
	display: inline;
	font-size:13px;
	color: #555; 
	text-decoration: none;    
	cursor: pointer;
	border: none;
    	background: transparent;
	}
	
	
.small {
	font-size:11px;
	color:#3d3d3d;
	margin-bottom:20px;
	}
.small a {
	text-decoration:underline;
	color:#3d3d3d;
	}	
.small a:hover {
	text-decoration:none;
}


/* Navigation */

.next_prev {
	margin-top: 20px;
	margin-bottom: 15px;
}

.next_page {
		text-align: left;

}

.prev_page {
		text-align: right;
}

.next_page a {
		font-size:13px;
		color:#007990;
}
.prev_page a {
		font-size:13px;
		color:#007990;
}

#foot {
wigth:100%;
height:39px;
margin-top:30px;
text-align:center;
}
