/* hellamcompetition */




/* general styles */

body {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.8em;
	line-height: 1.8em;
	background: #FFFFCC url(images/bodybg.gif) repeat-x;
}
img {
	float: left;
	padding-right: 5px;
	border: 3;
	border-color: #804000;
}

a {
color: #663300;
border-top: 3px #996633;
text-decoration: none; 
}

a:hover {
color: #5c3311;
text-decoration: none; 
}

a:visited {
color: #cc9966;
}

a:visited:hover {
color: #996633;
}

h1{
font-family: Times, "Times New Roman", serif;
font-size: 1.6em;
color: #663300;
margin: 15px 0 15px 0;
padding-left: 15px;
font-style: italic;
 }

h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	color: #663300;
	margin: 15px;
	padding-left: 5px;
}

h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 15px;
	color: #804000;
	margin: 10px;
	font-weight: bold;
	font-stretch: wider;
	border: double;
	padding: 3px;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	background-position: top;
}

p {
margin: 10px 15px 5px 15px;
}

/* layout styles */

#container {
	width: 766px;
	text-align: left;
	margin: 1px auto 0 auto;
	padding: 0 !important;
	background-image: url(images/banner.gif);
	border: 3px #9b6530 double;
	border-top: 3px #9b6530 double;
	border-left: 3px #9b6530 double;
	border-right: 3px #9b6530 double;
	border-bottom: none;
	background-position: top inherit;
	background-repeat: no-repeat;
}

#banner {
	height: 150px;
	width: 766px;
}

#content {
	float: left;
	width: 50%;
	margin: 10px 10px 10px 0px;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	font-family: Times, "Times New Roman", serif;
	position: relative;
	top: 50px;
	text-align: left;
	color: #000000;
	border-right: 3px #996633 double;
	background-color: transparent;
	background-image: url(images/tile4.gif);
	padding-bottom: 25px;
 }

* html #content {
margin-left: 0px;
}

#sidebar {
	float: left;
	width: 365px;
	margin: 10px 0em 30px 0em;
	padding: 0;
	background-repeat: no-repeat;
	z-index: inherit;
	position: relative;
	top: 50px;
	text-align: left;
	padding-bottom: 25px;
	background-color: transparent;
	overflow: visible;
	background-image: url(images/bg6.gif);
}

/* main nav */

#nav-main {
	margin: 10px 5px 5px 5px;
	background: no-repeat;
	font-family: Times, "Times New Roman", serif;
	color: #663300;
	width: 700px;
	font-size: 10px;
	text-decoration: none;
}

#nav-main ul {
	height: 45px;
	margin: 0;
	padding: 0em 0em 0em 1px;
	position: relative;
	top: 75px;
	width: 760px;
	}

#nav-main li {
list-style-type: none;
float: left;
width: auto;
margin: 5px 3px 0px 5px;
background: no-repeat top right;
font-family: Times, "Times New Roman", serif;
font-size: medium;
font-stretch: wider;
border-left: #996633 double;
border-right: #996633 double;
border-bottom: #996633 double;
border: 3px #996633 double;
text-decoration: none; 
}


#nav-main a:link, #nav-main a:visited {
display: block;
color: #663300;
font-weight: bold;
text-decoration: none;
padding: 1px 10px 2px 12px;
background: #fffdd0 no-repeat top left;
font-size: 11px;
font-stretch: wider; 
}

#nav-main a:hover, #nav-main a:visited{
color: #996633;
font-weight: bold;
text-decoration: none;
padding: 2px 10px 1px 12px;
background-color: #fffdd0; 
}

.current {
margin-top: 5px;
background-color: #f9dba5;
color: #5c3311; }

.current a:link, .current a:visited {
color: #683200 !important;
background-color: #f5cda0; }

.youarehere a:link, .youarehere a:visited {
font-weight: bold;
}

.youarehere{
background-image: url(images/tile.gif);
}

/* footer */
#info-site {
	clear: both;
	text-align: center;
	margin: 20px 0em 5px 0em;
	padding: 40px 0em 5px 0em;
	width: 100%;
	background-color: transparent;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	border-bottom: 3px #855829 double;
	font-size: 10px;
	height: inherit;
	font-weight: bold;
	position: inherit;
}

	
#info-company {
padding: 5px;
margin: 5px 10px 5px 5px;
color: #804000;
}

#info-company a,{
color: #804000;
text-decoration: none; 
}

#info-company a:hover,{
color: #663300;
text-decoration: none; 
}

#info-company a:visited: {
font-size: 10px;
padding: 0;
margin: 5px !important;
}

