@charset "utf-8";
/* CSS Document */



html {
	height: 100%;
}

body {
	margin:0px auto;
	padding:0px;
	width:760px;
	
	font: 84% normal Georgia,Verdana,Tahoma,Arial,sans-serif;
	background:#f4f4f4 url(../images/bg/lgrey064.jpg) top left repeat;
	color:#303030;
}

#container {
	min-width:760px;
	min-height:600px;
	background-color:#FFF;
	margin:auto;
	margin-top:15px;
}

header {
	height:240px;
	background-color:#FFF;
	
}
	header h1 {
		color: #286ea0;
		background-color: inherit;
		margin: 10px 0px 10px 0px;
		font-size: 2.2em;
		text-align:center;
		padding-top:20px;
		padding-bottom:10px;
	}

.sidebar1 {
	float: left;
	width: 140px;
	background: #fff;
	padding: 0px 0;
	padding-bottom: 10px;
	height:100%;
}
#content {
	padding: 0px 20px 10px 20px;
	width: 460px;
	float: left;
	background-color:#fff;
	min-height:350px;
}

#content h1 {
	color: #286ea0;
	background-color: inherit;
	margin: 10px 0px 10px 0px;
	font-size: 1.8em;
}

#content h2 {
	color: #286ea0;
	background-color: inherit;
	margin: 10px 0px 10px 0px;
	font-size: 1.3em;
}

#content h4 {
	color: #286ea0;
	background-color: inherit;
	margin: 30px 0px 10px 0px;
	font-size: 1.1em;
}

#content h4.error {
	padding:0px inherit;
	margin:5px;
	color:red;
	font-weight:bold;
	font-size:16px;
}

#content p {
	color: #000;
	background-color: inherit;
	margin: 20px 0px 10px 0px;
}

#content ul {
	margin: 0px 0px 30px 20px;
	padding: 0px 20px;
}


#content a {
	color: #286ea0;
	background-color: inherit;
}
#content a:hover {
	color: #000;
	background-color: inherit;
}



.sidebar2 {
	float: right;
	width: 119px;
	background: #fff;
	padding: 0px 0;
	vertical-align:top;
}
	img .sidebar2 {
		position:relative;
		top:0px;
	}

footer {
	font-size: 0.75em;
	text-align:center;
	padding: 7px 0;
	color: #286ea0;
	background: #c4c4c4;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}


ul.menu {
	width:140px;
	margin: 0px 0px 10px 0px;
	padding:0;
	list-style:none;
	font-size: 1.0em;
}

ul.menu li {
	width:140px;
	padding: 0px;
	margin: 0px;
	
	line-height:1.4em;
	display:block;
}

ul.menu li a {
	background-color: #f4f4f4;
	color: #505050;
	font-weight: bold;
	width: 130px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	border-left: 4px solid #cccccc;
	text-decoration: none;
}

ul.menu li a:hover,ul.menu li a.current {
	background-color: #eaeaea;
	border-left: 4px solid #286ea0;
	color: #505050;
}

#home {
	color: #286ea0;
/*	background-color:#fff;*/
/*	margin-left: 10px;
	margin-right: 10px;*/
	padding-top: 10px;
	/*text-align: left;*/
}

#home h1 {
	/*background-color: inherit;*/
	margin: 10px 0px 20px 0px;
	font-size: 3.8em;
	text-align: center;
}

#home h2 {
/*	color: #286ea0;
	background-color: inherit;*/
	margin: 10px 0px 10px 0px;
	font-size: 1.8em;
	text-align: center;
}


.button {
	font: 14px  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	font-weight:bold;
	background-color: #E0E0E0;
	color: inherit;
	text-align:center;
	width:160px;
	height:30px;
	cursor:pointer;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.button:hover {
		background-color: #FFF;
		color: #286ea0;
}

.btn_main {
	background-color: #286ea0;
	color:#fff;
}

.btn_large {
	width:200px;
}



