@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	line-height: 18px;
	background-image: url(images/bg1.jpg);
	background-attachment: fixed;
	background-color: #000;
	background-repeat: repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
.awards2010 #space {
	width: 960px;
	margin: 0 auto;
}

.awards2010 #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	overflow:hidden;
} 
.awards2010 #container-top {
	width: 960px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	font-size:2px;
}

.awards2010 #container-bottom {
	width: 960px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	font-size:2px;
}
.awards2010 #main {
	background-image: url(images/containermid.png);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	z-index: 111;
	overflow:hidden;
}
.awards2010 #header {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 7px 20px;
	text-align:center;
	overflow: hidden;

}

.awards2010 #headerreg {
	float: left;
	width: 149px;
	height: 149px;
	padding: 0px;
	margin: 0px;
}

.awards2010 #header2010 {
	float: right;
	width: 149px;
	height: 149px;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	text-align: right;
}

.awards2010 #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 8px;

}
.awards2010 #navigation {
	width: 920px;
	height: 35px;
	padding-bottom: 17px;
}
	
.awards2010 #left-main {
	float: left;
	width: 660px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.awards2010 #left {
	width: 620px;
	background-image: url(images/leftmidbg.png);
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
	margin: 0;
	z-index: 1;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
}
.awards2010 #left-top {
	float: left;
	width: 660px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	font-size:2px;
}
.awards2010 #left-bottom{
	float: left;
	width: 660px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	font-size: 2px;
}

.awards2010 #right-main {
	float: right;
	width: 240px; 
	padding: 0px 0px;
}


.awards2010 #right-top{
	float: right;
	width: 240px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	font-size: 2px;
}
.awards2010 #right{
	margin: 0;
	float: right;
	width: 200px;
	background-image: url(images/rightmidbg.png);
	background-repeat: repeat-y;
	padding: 0px 20px 10px 20px;
}
.awards2010 #right-bottom{
	float: right;
	width: 240px;
	height: 10px;
	margin: 0;
	font-size: 2px;
}


body,td,th {
	color: #000000;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #039;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #360;
}

h1 {
	font-size: 24px;
	font-weight: 100;
}
h2 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: 100;
}
h3 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 0px;
}
h4 {
	font-size: 14px;
	margin-top: 0px;
	font-weight: 100;
}
h5 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 100;
}

h6 {
	font-weight:100;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #0066cc;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

h7 {
	font-weight:100;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #0066cc;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pic {
	border: 1px solid #0066CC;
	float: left;
	margin: 0px 10px 5px 0px;
	padding-top: 0px;
	font-size: 9px;
}
.picholder {
	float: left;
	width: 618px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.leftpic {
	border: 1px solid #0066CC;
	float: left;
	margin: 0px 10px 5px 0px;
	padding-top: 0px;
}

.rightpic {
	float: right;
	border: 1px solid #0066CC;
	padding: 0;
	width:inherit;
	margin: 0px 0px 0px 20px;
}

#leftpicholder {
	float: left;
	width: 238px;
	margin: 0px 20px 10px 0px;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0066cc;
	text-align: left;
}

#rightpicholder {
	float: right;
	width: 238px;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0066cc;
	text-align: center;
	margin: 0px 0px 10px 20px;
}

.leftvid {
	border: 1px solid #0066CC;
	float: left;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
}

.rightvid {
	float: right;
	width: 290px;
	border: 1px solid #0066CC;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#leftvidholder {
	float: left;
	width: 290px;
	margin: 0px 30px 10px 0px;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0066cc;
	text-align: center;
}

#rightvidholder {
	float: right;
	width: 290px;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0066cc;
	text-align: center; 
	margin: 0px 0px 10px 0px;
}

#rightvidholder2 {
	float: right;
	width: 290px;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	color: #0066cc;
	text-align: center; 
	margin: 0px 0px 10px 10px;
}


.vidholder {
	float: left;
	width: 618px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.footeritems  {
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


