@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#fadf16 url(images/bg.gif) repeat-x top;
}

a {
	color:#1592d2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:8px;
	margin-bottom:8px;
}

div.left {
	float:left;
	min-width:10px;
}

div.right {
	float:right;
	min-width:10px;
}

#container {
	width:900px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
}

legend {
	font-size:12px;
	margin:0px;
	color:#ff9000;
}

#header {
	width:900px;
	height:77px;
	background:url(images/header_bg.gif) repeat-x;
}

#menu {
	min-height:54px;
}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#menu ul li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

#menu ul li a {
	display:block;
	line-height:54px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;	
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#menu ul li.button1 a {
	width:129px;
	background:url(images/button1.gif) no-repeat;
}

#menu ul li.button1 a:hover, #menu ul li.button1 a.active {
	color:#cc1a00;
}

#menu ul li.button2 a {
	width:129px;
	background:url(images/button2.gif) no-repeat;
}

#menu ul li.button2 a:hover, #menu ul li.button2 a.active {
	color:#ff9019;
}

#menu ul li.button3 a {
	width:128px;
	background:url(images/button3.gif) no-repeat;
}

#menu ul li.button3 a:hover, #menu ul li.button3 a.active {
	color:#ccb400;
}

#menu ul li.button4 a {
	width:128px;
	background:url(images/button4.gif) no-repeat;
}

#menu ul li.button4 a:hover, #menu ul li.button4 a.active {
	color:#00cc3e;
}

#menu ul li.button5 a {
	width:128px;
	background:url(images/button5.gif) no-repeat;
}

#menu ul li.button5 a:hover, #menu ul li.button5 a.active {
	color:#0097cc;
}

#menu ul li.button6 a {
	width:129px;
	background:url(images/button6.gif) no-repeat;
}

#menu ul li.button6 a:hover, #menu ul li.button6 a.active {
	color:#6b00cc;
}

#menu ul li.button7 a {
	width:129px;
	background:url(images/button7.gif) no-repeat;
}

#menu ul li.button7 a:hover, #menu ul li.button7 a.active {
	color:#9a00cc;
}

#side_menu {
	width:160px;
	float:left;
}

#side_menu h1 {
	color:#ff9000;
}

#side_menu ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:8px;
}

#side_menu ul li {
	list-style:none;
	padding:0;
	margin:0;
}

#side_menu ul li a {
	display:block;
	padding:2px;
	padding-left:18px;
	margin-bottom:1px;
	border-bottom:dashed 1px #ddd;
	background:url(images/bullet.gif) no-repeat left 2px;
}

div#content {
	background:url(images/content_bg.gif) repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	min-height:400px;
}

div#content h1 {
	font-size:16px;
	margin:0px;
}

div#content_bottom {
	background:url(images/content_bottom.gif) no-repeat bottom;
	height:22px;
}

div#content_box {
	float:left;
	margin-left:42px;
	width:656px;
}
	

div#content2 {
	background:url(images/content_bg2.gif) repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	min-height:400px;
	text-align:justify;
}

div#content2 h1 {
	font-size:16px;
	margin:0px;
}

div#content_bottom2 {
	background:url(images/content_bottom2.gif) no-repeat bottom;
	height:22px;
}

div#content td.box_header {
	background:url(images/box_header.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	line-height:22px;
	font-weight:bold;
}

div#content td.box {
	background:#f1f1f1;
	padding:12px;
	min-height:160px;
	text-align:justify;
}

div#footer {
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:10px;
}

div#copyright {
	text-align:right;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.small {
	font-size:9px;
}