/* CSS Document */

body,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
tr,
td {
	padding: 0;
	margin: 0;
}
body {
	background: url(images/pattern.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 816px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu { }
#menutop {
	background: url(images/menu_bg_top.png) no-repeat;
	height: 7px;
}
#nav {
	background: url(images/menu_bg.png) no-repeat;
	height: 36px;
	text-align: center;
}
#topbg {
	background: url(images/top_bg_page.png) no-repeat;
	height: 17px;
}
#container {
	background: url(images/main_bg.png) repeat-y;
	width: 816px;
	padding: 0 10px;
}
#header {
	width: 796px;
	background: url(images/header_page.png) no-repeat;
	height: 105px;
}
#main {
	width: 796px;
	background: url(images/main_shadow_top.png) no-repeat top left;
}
#main2 {
	width: 796px;
	background: url(images/main_shadow_bottom.png) no-repeat bottom left;
}
#main2 div { padding: 20px; }
#content {
	width: 756px;
	padding: 20px;
}
#footer {
	width: 796px;
	background: url(images/footer_page.png) no-repeat;
	height: 86px;
}
#bottombg {
	background: url(images/bottom_bg_page.png) no-repeat;
	height: 25px;
}
/* ~-~-~-~-  MENU ~-~-~-~- */



#nav ul { margin-left: 40px; }
#nav li {
	float: left;
	list-style: none;
	border-right: 1px dotted #7ebfd1;
	padding: 10px 0;
}
#nav li a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 8px;
}
#nav li a:hover { background: url(images/menu_hover_bg.png) repeat-x center; }
.first { border-left: 1px dotted #7ebfd1; }
/* ~-~-~-~-  HOME ~-~-~-~- */

#home {
	background: url(images/home_bg.png) no-repeat;
	height: 457px;
	padding: 10px 0 0 20px;
}
#home2 {
	background: url(images/home2_bg.png) no-repeat;
	height: 116px;
}
#topbg_home {
	background: url(images/top_bg_home.png) no-repeat;
	height: 17px;
}
#bottombg_home {
	background: url(images/bottom_bg_home.png) no-repeat;
	height: 25px;
}
#home h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #ffffff;
}
/* ~-~-~-~-  FOOTER ~-~-~-~- */



#footer img { margin: 18px 0 0 27px; }
/* ~-~-~-~-  TYPE ~-~-~-~- */



p {
	line-height: 18px;
	margin-bottom: 10px;
}
#main ul {
	margin-bottom: 10px;
	margin-left: 40px;
}
#main li {
	margin-bottom: 5px;
	list-style: circle;
}
h1 {
	color: #e1381e;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	color: #e1381e;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	color: #eb7a42;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
p.small {
	font-size: 10px;
	line-height: 16px;
}
a:link {
	color: #409fb5;
	font-weight: normal;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a:visited { color: #00829e; }
/* ~-~-~-~-  FORM ~-~-~-~- */


input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 12px;
}
textarea { padding: 2px; }
.form tr td {
	text-align: right;
	padding: 5px 5px 5px 0;
}
/* ~-~-~-~-  MISC ~-~-~-~- */


.rates tr td {
	padding: 6px 10px;
	background-color: #fff4e5;
	border-bottom: 1px dotted #b6b6b6;
}
.sponsors tr td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted #ededed;
}
.sponsors tr { vertical-align: middle; }
.sponsors h2 {
	color: #eb7a42;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.download {
	background: url(images/download.png) no-repeat center left;
	padding-left: 20px;
}
.program tr td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #ededed;
}
.program tr { vertical-align: middle; }
.program h2 {
	color: #eb7a42;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}

