#container {

	width 				: 768px;

	text-align 			: left;

	margin 				: 0 auto;

}


#title {

	background-color	: #bcd4c3;

	height 				: 123px; /* 140px */

	margin 				: 0 0 10px;

	padding 			: 17px 0 0 0;

	position 			: relative;

	width 				: 100%; 

	overflow 			: hidden;

}


/*

=title

---------------------------------------------- */

#title h1 {

	margin 				: 0;

}



#title h1 a {

	background 			: none;

	border-bottom 		: none;

}



#title h1 img.logoleft {

	display 			: block;

	width 				: 178px !important;

	height 				: 57px !important;

	margin				: 0 0 7px 17px;   

}



#title h1 img.logoright { 

	width 				: 269px !important;

	height 				: 11px !important;

	margin				: 0 0 16px 17px; 

}



#title h2 {

	position 			: absolute;

	right 				: 17px;

	top 				: 20px;

	text-align 		   	: right;

	font    	 		: bold 18px verdana, arial, sans-serif; /* 18px */ 

  	color 				: #d52b1e;

}

/*

=navlist

---------------------------------------------- */

#title #nav #navlist li {

	display 			: inline;

	float 				: left;

	padding 			: 0 1px 0 0;

	background 		 	: transparent url(../img/dash-772432.png) no-repeat 100% 50%;

}



#title #nav #navlist li a {

	float 				: left;

	display 			: inline;

	padding 			: 4px 4px 5px; /* 24px */

	background 			: none;

    border-bottom 		: none;

 	margin 				: 0 0 0 0px;

}



#title #nav #navlist li a:focus,

#title #nav #navlist li a:hover,

#title #nav #navlist li a:active,

#title #nav #navlist li a.active {

	background 		 	: #d52b1e;  

	color 				: #fff;

}



#title #nav #navlist li:last-child,

#title #nav #navlist li.last {

	background-image	: none !important;

}



#title #nav #navlist li:last-child a,

#title #nav #navlist li.last a {

}



/* layout */
#main { 
	float: left; 
	width: 766px; 
	text-align: left;
	color: black; 
	background: #ffffff; 
	padding: 0;
	margin: 0; }
#main .layoutright {
	width: 600px;
	margin: 0px 0px 0px 150px;
	float: none;
}
#main .layoutfull {
	width: 100%;
	margin: 0px;
	float: left;
}
/* end layout */

/* content layout */
#content {
	text-align: left;
	color:#000099;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
#content h2 {
	font-size: 16pt;
}
#content h3 {
	font-size: 14pt;
}
#content h4 {
	font-weight: bold;
	font-size: 12pt;
}
#content h5 {
	font-weight: bold;
	font-size: 10pt;
}
/* end content styles */

/* Sidebar styles */
#sidebar {
        float: left;
        background-color: #ffffff;
        color: #666666;
        text-align: left;
        width: 140px;
        padding-right: 0;
        margin: 5px 12px 0 0}

              #sidebar .sidebarheader {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid black;
	padding-top: 3px;
}


#sidebar ul {
        color: #333333;
        list-style: none;
        padding: 0;
        background-color: inherit;
        width: auto;
		margin: 0;
		 }

#sidebar li {
        background: none;
        padding: 3px 0;
        line-height: 1.5em;
		clear: both;
		border-bottom: 1px solid #e7e7e7; 		
	}


#sidebar a {
        text-decoration: none;
        color: #333333;
 }


#sidebar a:hover{
        color: #ff0000;		
}

/* end of Sidebar styles */

#footer {
	width: 766px;
	text-align: center;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 0px;
	margin-top: 10px;
	color: #333333;
	font-size: 9pt;
}


hr {
	background-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF0000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 2px;
	border-top-width: 0px;
}

body,td,th {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content td {
	vertical-align: top;
}


a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}

.noline {
	text-decoration: none; 
	color: #0000FF
}

.dot_above {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.cl {
	clear: both;
	height: 1px;
}
#content .red {
	color: #FF0000;
}
#content .black {
	color: #000000;
}

#content .blue {
	color: #0000FF;
}
#content .purple {
	color: #9933CC;
}
#content .brown {
	color: #993300;
}



#content h2 { 

	border-bottom: 1px solid #ff0000; 
	color: #000000; 
	margin: 0 16px 15px 0; 
	font-weight: normal;
	padding-bottom: 0px;
	width:90%;
	line-height: 1.6em;

	}
