@charset "utf-8";
/* CSS Document */

#container 
{
	margin: 0px auto;
	width:940px;

}
#container_ex
{
	display:block;
	float:left;
	background: transparent url(../Images/Menu/line.png) repeat-y scroll 0px 0;
	margin:0;
}

#bordertop
{
	display:block;
	float:left;
	height:10px;
	width:204px;
	margin:0;
	text-align:left;
/*	border: #000000 thin solid;
*/}
#borderright
{
	display:block;
	float:left;
	height:10px;
	width:736px;
	margin:0;
	/*border: #000000 thin solid;*/
}

/* Sidebar */

#sidebar
{
	float:left;
	width:176px;
	/*	background-image:url(../Images/Menu/line.png);
	background-repeat:repeat-y;*/
	margin:0px;
	/* height:300px;*/
	/*	color: #333333;
*/	padding-left:16px;
	padding-right:12px;
	/*	border: #000000 thin solid;
*/
	font-family:"Lucida Sans Unicode", sans-serif, "Lucida Grande";
}

.sidelinks A:link
{
	text-decoration: none;
	color: #343F9E;
	font-size: 12px;
}

.sidelinks A:visited
{
	text-decoration: none;
	color: #343F9E;
	font-size: 12px;
}
.sidelinks a:hover
{
	text-decoration: underline;
	color: #231AD7;
	font-size: 12px;
}
.sidelinks A:active
{
	text-decoration: none;
	color: #231AD7;
	font-size: 12px;
}

/* Content */
#thinbar
{
	display:block;
	float:left;
	position:relative;
	margin: 0px auto;
	width:940px;
	height: 5px;
}
#content
{
	float: right;
	width:722px;
	color: #333333;
	padding-left: 8px;
	margin: 0px;
/*	border: #000000 thin solid;
*/}

h1, h2, h3, h4 {
	margin: 0;
	font-family:"Lucida Sans Unicode", sans-serif, "Lucida Grande";
}
h3 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color:#000066;
}
h4
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	color:#000066;
}
h5 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.1em;
	font-weight: bold;
}

p 
{
	line-height: 1.8em;
	font-size:12px;
	text-align:left;
	font-family:"Lucida Sans Unicode", sans-serif, "Lucida Grande";
}
