@charset "UTF-8";
body {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-size:14px;
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	 color: #4e4e4e;
}
#container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #f5f3f3;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navigation {
	position: relative;
	width: 700px;
	height: 120px;
	
	margin: 0;
	padding: 0;
}

#navigation ul {
	margin: 0;
	list-style: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 145px;
}

#navigation li {
	display:inline;
	list-style-type:none;
	padding: 0px 25px 0px 0px;
}

#navigation a {
font-size:14px;
text-decoration:none;
color:#ffffFF;
font-weight:bold;
	}
	
#navigation a:hover {
color:#0000ff;
	}

#navigation h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#title_index {
	position: absolute;
	height: 60px;
	width: 400px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
}
#title_general {
	position: absolute;
	height: 40px;
	width: 300px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}


#title_general p {
font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-size: 23px;
	margin-top: 0px;
	line-height: 30px;
	color: #FFFFFF;
}


#main {
	float:left;
	width: 490px;
	background-color:#f3f3f3;
	border:thin dotted #d0d0d0;
	margin: 10px 0 10px 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#main ul {
	margin-left:0;
	list-style: none;
	padding: 5px 0 5px 5px;
}

#leftcol {
	border:thin dotted #d0d0d0;
	float:right;
	background-color:#f3f3f3;
	width: 160px;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 10px 0;
	}

#footer {
	clear:both;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f5f3f3;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.white {
color:#FFFFFF;
}

.purple {
color:#990099;
}

.blue {
color:#0000FF;
}
h1 {
	font-size: 40px;
	}

h2 {
	font-size: 20px;
}

h3  {
font-size: 15px;
margin: 0;
}
h4 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

a {

color:#4747FF;
text-decoration:none;}

a:visited {
color:#4747ff;
}

#main .textbox p {
	font-size: 12px;
	line-height: 16px;
}
#main .textbox {
	float:left;
	width: 150px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
#main .textbox img {
	margin-bottom: 7px;
}

.news
{
text-align:center;

color:#000000;
background-color:#b8b8ff;
}

.image_right {
	margin: 5px;
	float: right;
}

.image_left {
	float: left;
	margin: 5px;
}

table {
line-height:16px;
font-size:13px;
border-collapse:collapse;
}
td {
width: 110px;
background-color:#ededff;
}
th {
text-align:center;
background-color:#b8b8ff;
color:#000000;}

.box
{
	font-size: 12px;
	line-height: 19px;
	width:450px;
	border: thin dotted;
	padding: 0 5px 0 5px;
	margin: 5px 5px 5px 10px;
}
