* {
	padding:0;
	margin:0;
}

a img {
	border:0px;
}

.clear {
	clear:both;
	display:block;
}



/**** LINKS *****/ 
a:link, a:visited, a:active {
	color:#c20101;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
/**** / LINKS ****/

/**** LAYOUT *****/ 
body {
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #202020;
}



#container {
	margin:10px auto 0 auto;
	width:764px;
	background-image:url(../_graphics/layout/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#fff;
	border:1px solid #202020;
}

#header {
	background-image:url(../_graphics/layout/header.jpg);
	height:57px;
	border-bottom:2px solid #000;
}



ul {
	padding-left:40px;
	padding-right:20px;
}

li {
	padding-top:0px;
	list-style-image: url(../_graphics/elements/bullet.gif);
	padding-bottom:5px;
}


/**** HEADER ELEMENTS *****/ 
ul.top_links  li a:visited, 
ul.top_links  li a:link, 
ul.top_links  li a:active, 
ul.top_links  li a:hover {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:0.8em;
	background:url(../_graphics/elements/white_arrow.gif) left no-repeat;
} 

ul.top_links  li a:hover {
	color:#c20101;
	background:url(../_graphics/elements/white_arrow_over.gif) left no-repeat;
}

ul.top_links  {
	float:right;
	margin-top:1.8em;

}

ul.top_links li {
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:1.5em;
}
/***************************/


/**** HEADER GRAPHICS AND MENU ELEMENTS *****/ 
#right_column_title {
	float:left;
}

#menu {
	float:left;
	background:url(../_graphics/layout/main_graphics.jpg) top right no-repeat;
	width:609px;
	height:168px;
}


/*** LEFT COLUMN ****/
#lhh_logo {
	border:0;
}

#title_left_column {	
		background:url(../_graphics/layout/left_column_top.jpg) top center no-repeat;
		width:155px;
		height:31px;
		padding:0px;
}

#title_left_column h3 {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:0.3em;
	text-align:left;
	padding-left:1em;
	margin:0;
}

#left_column {
	text-align:left;
	float:left;
	width:155px;
}

#left_column_partI {
	width:155px;
	background:url(../_graphics/layout/left_column_bg1.jpg) top center repeat-y;
}


#left_column_partI ul {
	padding:10px 17px 15px 2em;
	list-style-image: url(../_graphics/elements/white_arrow_greybg.gif); 
}

#left_column_partI ul li {
	margin-bottom:0.7em;
	list-style-image: url(../_graphics/elements/white_arrow_greybg.gif); 
}

#left_column_partI ul li.active_left {
	color:#990000;
	margin-bottom:0.7em;
	list-style-image: url(../_graphics/elements/red_arrow_greybg.gif); 
}


#left_column_partI ul li a:visited, 
#left_column_partI ul li a:link, 
#left_column_partI ul li a:active, 
#left_column_partI ul li a:hover {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
} 

#left_column_partI ul li a:hover,
#left_column_partI ul li a.active_left,
#left_column_partI ul li.active_left a.active_left {
	font-weight:bold;
	color:#990000;
}

/******************/

/**** MAIN PART *****/
#main {
	float:right;
	text-align:left;
	width:600px;
	padding-bottom:15px;
	background-color:#FFFFFF;
}

h2, h2.top, h2.bot {
	padding:0;
	margin:20px 0 0px 15px;
	color:#313131;
	font-size:16px;
} 

h2 {
	margin-top:30px;
	margin-bottom:0px;
}



h3 {
	padding:0;
	margin:20px 0 0px 15px;
	color:#014c9f;
	font-size:14px;
}


h3.col  {
	font-size:13px;
}
h4 {
	padding:0;
	margin:20px 0 0px 15px;
	color:#014c9f;
	font-size:11px;
}


h4.col  {
	font-size:11px;
}
h2.bot {
	margin-top:30px;
	margin-bottom:5px;
}

h2.no_margin {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}


h1.top {
	padding:0;
	margin:0px 0 20px 15px;
	color:#c20101;
	font-size:22px;
	text-transform:uppercase;
} 

h1 {
	padding:0;
	margin:30px 0 20px 15px;
	color:#c20101;
	font-size:22px;
	text-transform:uppercase;
} 



p, table {
	margin:15px 15px 20px 15px;
	font-size:12px;
}

table.small {
	font-size:10px;
} 


table.center {
	margin:15px auto;
	text-align:center;

}

th {
	color:#fff;
	background-color:#999999;
	padding:5px 10px;
	text-transform:uppercase;
}


table.small th {
	padding:3px 8px 3px 2px;
	text-align:left;
}

tr.square {
	background-color:#d3e6f8;
}

td {
 padding:5px 10px;
 vertical-align:top;
}


table.small td {
	padding:2px 8px 2px 2px;

}


td.mid {
	vertical-align:middle;

}

 ul {
	font-size:12px;
	margin-left:10px;
}

p.no_margin_bottom {
	margin-bottom:0px;
	font-size:12px;
}

p.no_margin_bottom {
	margin-top:0;

}


/******************/


/**** MAIN MENU *****/
ul#main_menu  {
	margin: 0;
	white-space: nowrap;
	padding: 141px 0 0 0;
}

ul#main_menu  li {
 	display: inline;
	list-style-type: none
}

ul#main_menu  a {
	padding: 4px 19px 8px 19px;
	margin:0px;
	font-size:13px;
	height:25px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:url(../_graphics/elements/main_menu_border.gif) top right no-repeat;
}

ul#main_menu  a.first {
	padding: 4px 19px 4x -2px;
	margin-left:-8px;
}

.active {
	color:#c20101;
	background-color:#FFFFFF;
	background-image:none;
	padding: 4px 24px 11px 19px;
	margin-left:-5px;
} 

ul#main_menu  a.first:hover {
	padding: 4px 19px 11px 19px;
	margin-left:-8px;
}

/*
ul#main_menu  a.last:hover {
	padding: 4px 19px 11px 26px;
	margin-left:-5px;
	margin-right:-15px;
}
*/
ul#main_menu  a.last {
	background:none;
}


ul#main_menu  a:hover {
	color:#c20101;
	background-color:#FFFFFF;
	background-image:none;
	padding: 4px 24px 11px 19px;
	margin-left:-5px;
}
/**** / MAIN MENU *****/


/**** IMAGES *****/
img.right {
	float:right;
	border:12px solid #fff;
	border-top:0px;
	border-right:0;
}

img.left {
	float:left;
	border:12px solid #fff;
	border-top:0;
	border-left:0;
	border-bottom:5px;
}

#gallery {
	margin-left:14px;
	border:1px solid #fff;
	margin-bottom:35px;
}

#gallery .col {
	display:block;
}

#gallery img {
	float:left;
	border:3px solid #999;
	margin-right:25px;
	margin-top:25px;
}



/**** /IMAGES *****/

/**** FOOTER *****/

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#footer {
	clear:both;
	background: #202020 url(../_graphics/layout/footer_bg.jpg) top center no-repeat;
	width:764px;
	height:29px;
	color:#fff;
	font-size:10px;
	text-align:left;
}

#contact {
	float:left;
	margin:8px 0 0 0.8em;
}

#author {
	float:right;
	margin:8px 1.5em 0 0px;
}
/**** /FOOTER *****/



/**** RIGHT COLUMN  *****/
#right_column {
	float:right;
	width:136px;
	text-align:right;
	border-right:1em solid white;
	margin-bottom:50px;
}

#right_column img {
	padding:0;
	margin:0 0 15px 0;

}

/**** /RIGHT COLUMN  *****/


/**** 2 COLUMN  SPONSORS *****/
div.col {
	float:left;
	padding-left:10px;
	margin-right:0;
	padding-right:0;
	width:45%
}

/**** / 2 COLUMN  SPONSORS *****/







span.heart {
	background:url(../_graphics/heart.gif) top left no-repeat #fff;
	padding-left:13px;
	margin-left:5px;
}

/******************************
*** style for sponsors page ***
******************************/
body#bodySponsors #main ul {
	padding-top: 15px;
}

body#bodySponsors ul.noBullet  {
	list-style-type:none;
}
body#bodySponsors ul.noBullet li {
	list-style-image:none;
	margin-left: -20px;
}
/*
body#bodySponsors ul.noBullet li {
	margin-left: -20px;
		border: 13px solid #00000;
}
*/

/******************************
*** style for go red page ***
******************************/
.red {color:#c20101;}