body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

/* --- Links --------- */

a {
color: #930;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family:  Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin-top: 0;
color: #2D598D;
}

h1 {
background: transparent url("assets/images/bullet_red.gif") no-repeat 0 55%;
border-bottom: 1px dotted #930;
padding-left: 12px;
font-size: 150%;
}

h2 {
	background: transparent url("assets/images/bullet_orange.gif") no-repeat 0 55%;
	padding-left: 10px;
	font-size: 133%;
}
#judges h2 {
	background: transparent url("assets/images/bullet_orange.gif") no-repeat 0 55%;
	padding-left: 10px;
	font-size: 133%;
}
h3 {
background: transparent url("assets/images/small_bullet_yellow.gif") no-repeat 0 55%;
padding-left: 8px;
font-style: italic;
font-size: 110%;
}

/* --- Wrap --------- */

#wrap {
	background: transparent url(assets/images/bgd_container.gif) repeat-y left top;
	width: 792px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
}

/* --- Banner --------- */

#banner {
	background: transparent url(assets/images/header2.jpg) no-repeat left top;
	height: 115px;
	margin: 0;
	position: relative;
}
#apDiv1 {
	position:absolute;
	width:84px;
	height:115px;
	z-index:1;
	left: 30px;
	top: 0px;
}


#banner p {
	background: transparent url(assets/images/large_bullet_yellow.gif) no-repeat 0 90%;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	text-indent: 20px;
	color: #FFFFFF;
	padding-top: 1em;
	min-height: 21px;
	line-height: 1em;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 120px;
}

/* --- Nav top level --------- */

#nav-toplevel {
	background: transparent url(assets/images/toplevel.jpg) no-repeat left top;
	height: 68px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav-toplevel ul {
list-style-image: none;
margin: 0;
padding: 0;
}

/* --- Nav meta --------- */

#nav-meta {
	height: 42px;
	font-size: 85%;
	line-height: 1.25em;
}

#nav-meta ul {
	margin: 0px 24px 0 200px;
}

#nav-meta ul li {
display: inline;
float: left;
}

#nav-meta ul li a {
	display: block;
	background: transparent url(assets/images/small_bullet_blue.gif) no-repeat 0 50%;
	padding: 0 10px 0 8px;
	color: #930;
	text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("assets/images/small_bullet_yellow.gif") no-repeat 0 50%;
color: #FFF;
}

/* --- Nav main --------- */

#nav-main {
	background: #eee;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
}

#nav-main ul {
margin-left: 16px;
}

#nav-main ul li {
display: inline;
float: left;
margin-right: 3px;
width: 110px;
text-align: center;
}

#nav-main ul li a {
display: block;
background: transparent url("assets/images/tabs.gif") no-repeat 0 0;
height: 26px;
line-height: 26px;
color: #2D598D;
text-decoration: none;
font-weight: bold;
}

#nav-main ul li a.current {
background: transparent url("assets/images/tabs.gif") no-repeat 0 -52px;
color: #930;
}

#nav-main ul li a:hover {
background: transparent url("assets/images/tabs.gif") no-repeat 0 -26px;
color: #930;
}

#nav-main ul li a.current:hover {
background: transparent url("assets/images/tabs.gif") no-repeat 0 -52px;
}

/* --- Fixed Image ------- */

#fixedImage {
	position: fixed;
	left: 15px;
	top: 200px;
	width: 175px;
	border: thin dashed #4170A6;
	padding: 3px;
}

#fixedImage H3 {
	font-size: 80%;

	background-color: transparent;
	background-image: url(assets/images/small_bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
}


/* --- Container --------- */

#container {
margin: 0 17px;
}

/* --- Content --------- */

#content {
	float: left;
	margin: 0;
	padding: 16px;
	width: 532px;
	background: url(none) no-repeat center top;
}

#content p, #content ol, #content ul {
	font-size: 100%;
	line-height: 1.5em;
	padding-top: .25em;
}
#wrap #container #content .judges ul {
	font-size: 100%;
	line-height: 1.5em;
	padding-top: .25em;
	text-indent: 2em;
}
#logos h1
{
	background: transparent;
	font: bold 175% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-width: 0px;
}

/* --- Nav subs --------- */
#nav-subs {
	position: relative;
	margin: 0 0 0 564px;
	padding: 0;
	font: 100%/1.5em Georgia, "Times New Roman", Times, serif;
}

#nav-subs ul {
list-style: none;
margin-left: 16px;
margin-right: 16px;
padding-left: 0;
border-top: 1px solid #8EA7C6;
}

#nav-subs ul li {
padding: 1px 0;
border-bottom: 1px solid #8EA7C6;
}

#nav-subs ul li a {
position: relative;
display: block;
float: left;
width: 100%;
background: transparent url("assets/images/small_bullet_red.gif") no-repeat 4px 50%;
color: #2D598D;
text-indent: 14px;
text-decoration: none;
}

html>body #nav-subs ul li a {
float: none;
}

#nav-subs ul li a:hover {
	background: #E5F0F5 url(assets/images/small_bullet_red.gif) no-repeat 4px 50%;
	color: #930;
}

#nav-subs ul li a.youarehere {
color: #930;
}

/* --- Nav section --------- */

#nav-section {
background: transparent url("assets/images/bgd_sidebar_top.jpg") no-repeat top left;
padding-top: 24px;
min-height: 156px;
}

/* --- Nav supp --------- */

#nav-supp {
background: transparent url("assets/images/bgd_sidebar_sub.jpg") no-repeat top left;
padding-top: 8px;
min-height: 156px;
}

/* --- Info site --------- */

#info-site {
	position: relative;
	clear: both;
	background: transparent url(assets/images/footer.jpg) no-repeat left top;
	width: 792px;
	padding-top: 12px;
	text-align: center;
}

#info-site p {
font-size: 75%;
}

/* --- Info company --------- */

#info-company {
color: #FFD50F;
margin: 0 16px;
}

#info-company a {
color: #A5BCD3;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
}

/* --- Info standards --------- */

p#info-standards {
margin: 4px 314px 0 314px;
padding-bottom: 6px;
}

a#xhtml {
display: block;
float: left;
background: transparent url("assets/images/xhtml.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body a#xhtml {
margin: 0 82px 0 0;
}

a#xhtml:hover {
border: 1px solid #FFD50F;
}

#xhtml span {
display: none;
}

#css {
display: block;
background: transparent url("assets/images/css.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body #css {
margin: 0 0 0 82px;
}

a#css:hover {
border: 1px solid #FFD50F;
}

#css span {
display: none;
}

#content table
{

}
.TblCaption {
	font: bold medium;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.dropcap {
	font: 5em/.85em Georgia, "Times New Roman", Times, serif;
	color: #7598C3;
	display: block;
	float: left;
	padding-top: .03em;
	padding-right: .1em;
}
.dropcapsmall {
	font: 3em/0.75em Georgia, "Times New Roman", Times, serif;
	color: #7598C3;
	display: block;
	float: left;
	padding-top: 0.03em;
	padding-right: .1em;
}
.dropcapjudges {
	font: 3em/0.75em Georgia, "Times New Roman", Times, serif;
	color: #7598C3;
	display: block;
	float: left;
	padding-top: 0.03em;
	padding-right: .1em;
}
.newsflash {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
.menuCourse {
	color: #2D598D;
	font-style:italic;
	font-size:110%;
}