body { 
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
#outer {
	padding: 0;
	margin: 0;
	background: url(/layout_files/images/pagebg.gif) repeat-x;
}
#outer.home {
	padding: 0;
	margin: 0;
	background: url(/layout_files/images/home-pagebg.gif) repeat-x;
}
#wrapper {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#main {
	float: left;
	width: 680px;
}
#header {
	height: 37px;
	display: block;
	padding-top: 10px;
}
#home-header {
	width: 680px;
	padding-left: 270px;
	height: 380px;
	background: url(/layout_files/images/home-banner.jpg) no-repeat;
}
#outer.home #nav {
	padding-top: 10px;
}
#nav {
	width: 680px;
	height: 37px;
}
#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 37px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 20px;
	height: 37px;
	font: normal normal normal 15px/37px "Trebuchet MS", Arial, sans-serif;
	color: #231F20;
}
#nav ul li a:hover, #nav ul li a.active {
	color: #BF1F38;
	background: #d9cebc;
}
#nav ul li a.active {
	color: #BF1F38;
	background: #d9cebc url(/layout_files/images/nav-arrow.gif) no-repeat top center;
}
#subnav {
	margin-top: 4px;
	width: 680px;
	height: 39px;
}
#subnav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 39px;
}
#subnav ul li {
	display: inline;
}
#subnav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 20px;
	height: 39px;
	font: normal normal normal 15px/37px "Trebuchet MS", Arial, sans-serif;
	color: #efefef;
}
#subnav ul li a:hover {
	background: #772135;
}
#subnav ul li a.active, #subnav ul li a.active:hover {
	color: #333;
	background: #fff;
}
#content {
	padding: 0;
	margin: 0;
}
#join {
	right: 0;
	top: 50px;
	position: absolute;
	width: 161px;
	height: 100px;
	background: url(/layout_files/images/join.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/join.png', sizingMethod='fixed');
}
#join_text {
	color: #333;
	text-align: center;
	padding-top: 90px;
	*padding-top: 80px;
	font: normal normal normal 15px "Trebuchet MS", Arial, sans-serif;	
}
#join #join_text a {
	color: #333;
	text-decoration: none;
}
#join #join_text a:hover {
	text-decoration: underline;
}
#join #join_text span {
	color: #BF1F38;
	font-weight: bold;
}
#home_sidebar {
	width: 200px;
	position: absolute;
	right: 0;
	top: 200px;
}
#home_sidebar #home_join {
	margin: 0 auto;
	width: 161px;
	height: 120px;
	background: url(/layout_files/images/join.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/join.png', sizingMethod='fixed');
}
#home_sidebar #home_join #join_text a {
	color: #fff;
	text-decoration: none;
}
#home_sidebar #home_join #join_text a:hover {
	text-decoration: underline;
}
#home_sidebar #home_join #join_text span {
	color: #F9EC31;
	font-weight: bold;
}
#home_sidebar #featured {
	margin-top: 14px;
	*margin-top: 34px;
	background: url(/layout_files/images/featured.jpg) top left no-repeat;
	width: 187px;
	text-align: center;
}
#home_sidebar #featured img {
	border: 1px solid #ccc;
	margin-top: 7px;
}
#home_sidebar #featured #featured_text {
	margin-top: 15px;
	color: #BF1F38;
	font: normal normal normal 14px "Trebuchet MS", Arial, sans-serif;
}
#home_sidebar #featured #featured_text a {
	font-size: 21px;
	color: #111;
	text-decoration: none;
}
#home_sidebar #featured #featured_text a:hover {
	text-decoration: underline;
}
#sponsor {
	text-align: center;
	margin-top: 10px;
}
#sponsor img {
	width: 160px;
	height: 120px;
	padding: 21px 20px 19px 20px;
	background: url(/layout_files/images/sponsormessage.jpg);
}
#sponsor #sponsor_text {
	font: normal normal normal 14px "Trebuchet MS", Arial, sans-serif;
	padding: 0 35px;
}
#sponsor #sponsor_text a {
	color: #BF1F38;
	font-style: italic;
}
#sponsor #sponsor_text a:hover {
	color: #333;
}
#content_text {
	padding: 60px 0 50px 0;
	min-height: 600px;
	-height: 600px;
	color: #333;
	font: normal normal normal 15px "Trebuchet MS", Arial, sans-serif;
}
#content_text.home {
	width: 720px;
	min-height: 200px;
	-height: 200px;
	padding-top: 10px;
	padding-bottom: 0;
}
#content_text.home h1 { 
	margin-right: 0;
	padding: 0 5px;
	color: #4d4d4d;
	font: normal normal normal 24px "Trebuchet MS", Arial, sans-serif;
}
#content_text.home .red {
	color: #BF1F38;
	font-weight: bold;
}
#content_text hr {
	border: 0;
	border-top: 1px solid #c1c1c1;
	margin: 20px auto;
}
#content_text img {
	border: 1px solid #333;
}
#content_text a img {
	border: 2px solid #ccc;
}
#content_text p {
	padding: 0 5px;
	line-height: 1.3em;
}
#content_text h1 { 
	padding: 0 5px;
	margin-right: 160px;
	color: #4D4D4D;
	font: normal normal bold 32px "Trebuchet MS", Arial, sans-serif;
}
#content_text h2 {
	padding: 0 5px;
	color: #BF1F38;
	font: normal normal bold 24px "Trebuchet MS", Arial, sans-serif;
}
#content_text h3 {
	color: #999;
	font: italic normal normal 18px "Trebuchet MS", Arial, sans-serif;
}
#content_text a, #sidebar a {
	color: #bf1f38;
}
#content_text a:hover, #content_text a.active {
	color: #333333;
}
#content_text label {
	padding-top: 5px;
	color: #555;
	font-weight: bold;
	width: 60px;
	margin-bottom: 10px;
	display: block;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	font: normal normal bold 15px/20px "Trebuchet MS", Arial, sans-serif;
}
#wrapper input, #wrapper textarea, #wrapper select {
	padding: 2px;
	border: 1px solid #333;
}
#wrapper input:focus, #wrapper textarea:focus {
	border: 1px solid #333;
}
#wrapper input.button {
	margin-top: 10px;
	background: #FFF;
	font-size: 11px;
	color: #888;
	height: 22px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#wrapper input.button:hover {
	color: #333;
}
#content_text.home #box {
	width: 720px;
	background: url(/layout_files/images/box-rpt.jpg) repeat-y;
}
#content_text.home #box_inner {
	width: 720px;
	background: url(/layout_files/images/box-bottom.jpg) no-repeat bottom left;
}
#content_text.home #box_text {
	min-height: 100px;
	-height: 100px;
	padding: 25px 20px 25px 25px;
	background: url(/layout_files/images/box-top.jpg) no-repeat top left;
}
#content_text.home #box_text h2 {
	padding-top: 3px;
	padding-left: 45px;
	margin: 0;
	font: normal normal normal 24px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
}
#content_text.home #box_text h2.speaker {
	background: url(/layout_files/images/icon-speaker.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/icon-speaker.png', sizingMethod='fixed');
}
#content_text.home #box_text h2.world {
	background: url(/layout_files/images/icon-world.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/icon-world.png', sizingMethod='fixed');
}
#content_text.home #box_text h2.waves {
	background: url(/layout_files/images/icon-waves.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/icon-waves.png', sizingMethod='fixed');
}
#content_text.home #box_text p {
	margin-bottom: 0;
	font-size: 14px;
}
#content_text.home #box_text p a {
	font-weight: bold;
	text-decoration: none;
}
#content_text label {
	width: 100px;
	display: block;
	float: left;
	padding-right: 15px;
	text-align: right;
}
#content_text input, #content_text textarea {
	border: 1px solid #333;
	padding: 2px;
}
#sidebar {
	float: left;
	width: 268px;
	display: block;
}
#sidebar_text {
	padding: 5px 20px;
	color: #333;
	font: normal normal normal 15px "Trebuchet MS", Arial, sans-serif;
}
#sidebar_text p {
	padding: 0 5px;
}
#side_subnav {
	margin: 0 34px;
	width:200px;
	padding: 10px 0;
	display: block;
	color: #333;
	font: normal normal normal 15px "Trebuchet MS", Arial, sans-serif;
}
#side_subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#side_subnav ul li {
	margin: 0;
	padding: 0;
}
#side_subnav ul li a, #side_subnav ul li span.nolink {
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	display: block;
}
#side_subnav ul ul {
	margin: 0;
	padding: 0;
}
#side_subnav ul ul li a {
	padding: 5px 20px 5px 40px;
	margin: 0;
}
#side_subnav a.active, #subnav a:hover {
	background: #f7f7f7;
}
#contactform {
	margin-top: 20px;
}
#contactform label {
	padding-top: 0;
	*padding-top: 10px;
	-padding-top: 0;
	width: 90px;
	font: normal normal bold 12px/20px "Trebuchet MS", Arial, sans-serif;
}
#footer {
	font: normal normal bold 10px/30px Arial, sans-serif;
	padding: 0 5px;
	height: 30px;
	color: #808080;
	padding-bottom: 50px;
}
#footer.home {
	width: 710px;
}
#footer a {
	color: #505050;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.fakelink {
	color: #999;
	font-style: italic;
	text-decoration: underline;
}

.clear {
	clear: both;
}