@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana;
	font-size: medium;
	background-color: #333333;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #666666;
}
#header {
	height: 150px;
	width: 780px;
}
#menu {
	background-color: #CCCCCC;
	height: 16px;
	width: 780px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#menu  ul {
	margin: 0px;
	padding: 0px;
}
#menu  li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	color: #FFFFFF;
}
#menu  a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma, Verdana;
}
#menu a:hover  {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}
#Content {
	width: 760px;
	background-color: #EBEBEB;
	padding: 10px;
}
#Content #main_col_2-col p {
	font-family: Tahoma, Verdana;
	font-size: 90%;
	color: #000000;
}
#Content #main_col_2-col h1 {
	font-family: Tahoma, Verdana;
	font-size: 130%;
	color: #000000;
}
#Content #main_col_2-col h2 {
	font-family: Tahoma, Verdana;
	font-size: 95%;
	font-weight: bold;
	color: #666666;
}


#Content #left_col {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#Content #main_col {
	float: left;
	width: 550px;
	margin-left: 20px;
	margin-top: 10px;
	height: 100%;
}
#main_col_2-col  a   {
	font-family: Tahoma, Verdana;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	margin: 10px;
}
#main_col_2-col a:hover {
	font-family: Tahoma, Verdana;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

.main-p {
	font-family: Tahoma, Verdana;
	font-size: 90%;
	color: #333333;
}
#Content #main_col h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#Content #left_col h2 {
	font-family: Tahoma, Verdana;
	font-size: 80%;
	color: #333333;
	background-color: #999999;
	text-align: center;
	border: 1px solid #333333;
}
#container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	background-color: #CCCCCC;
	float: left;
	height: 15px;
	width: 760px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
}
#Content #left_col p {
	font-family: Tahoma, Verdana;
	font-size: 70%;
	color: #333333;
}
#Content #left_col h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#Content #left_col h3 {
	font-family: Tahoma, Verdana;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#Content #left_col p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	word-spacing: 3px;
	margin: 0px;
	padding: 0px;
}
.img_right {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #666666;
	float: right;
}

.img_left {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #666666;
	float: left;
}
#left_col a {
	font-weight: bold;
	color: #5370A8;
	text-decoration: none;
}
#left_col a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

