<style type="text/css">
<!-
/* ==================== DEFAULT ELEMENTS ==================== */


* {margin: 0; padding: 0;}

body
{
	margin: 0px;
	padding: 0px 0px;
	background: #666 url(../images/homepage/background_black.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 800px;

}

#contentwrapper
{
	background: #FFF;
}


/* ==================== NAVIGATION ==================== */



/* ----- TOP-LEVEL NAV ----- */


ul#navigation
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	background: #333 url(../images/homepage/nav-background_off.gif);
	float: left;
	width: 100%;
}

ul#navigation li
{
	display: inline;
}

ul#navigation a
{
	display: block;
	border-right: 1px solid #333;
	float: left;
	padding: .5em 1.25em;
	font: bold 90%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}

ul#navigation a:hover
{
	color: #FFF;
}

ul#navigation a:active
{
	color: #900;
}

#navigation #current a 
{
    color: #000;
	background-image:url(../images/homepage/nav-background.gif);
}


/* ----- SUB-LEVEL NAV ----- */
	
ul#subnav
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	background-image: url(../images/homepage/subnav-background.gif);
	float: left;
	width: 100%;
}

ul#subnav li
{
	display: inline;
}

ul#subnav a
{
	display: block;
	float: left;
	padding: .5em 1.5em;
	font: bold 80%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #966;
	background-image: url(../images/homepage/subnav-background.gif);
}

ul#subnav a:hover
{
	color: #600;
}

#subnav #current a 
{
    color: #300;
}



/* ==================== SELECTORS ==================== */


h1
{
	margin: 0;
	padding: 0px 0px;
	border: 0;
}	

h2
{
	margin: 0;
	font: bold 80%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}

h2 a
{
	text-decoration: none;
	color: #000;
}

h2 a:hover
{
	color: #006;
	background: #CCC;
}

h3 a
{
	font: bold 85%/1.3 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h3 a:hover
{
	color: #006;
	background: #CCC;
}

h4 a
{
	font: bold 80%/1.1 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h4 a:hover
{
	color: #006;
	background: #CCC;
}

h5 a
{
	font: bold 200%/1.3 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h5 a:hover
{
	color: #006;
	background: #CCC;
}

p
{
	font: 80%/1.35 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

p a
{
	font: bold 100%/1.5 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #006;
}

p a:hover
{
	color: #000;
	background: #CCC;
}

hr
{
  	border: 0;
 	width: 95%;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}


/* ==================== DIVS ==================== */

div .headline
{
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div .mainImage
{
	float: right;
	margin: 0 5px 5px 0;
	display: inline;
}

div .rightImage
{
	float: right;
	margin: 10px 5px 5px 15px;
	display: inline;
}

div .ruleBottomSidebar
{
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #CCC;
	clear: both;
}



/* ==================== CLASS SELECTORS ==================== */



.toggleborder img
{
	border: 2px solid #CCC;
}

.toggleborder:hover img
{
	border: 2px solid black;
}

.toggleborder:hover
{
color: navy; /* Dummy definition to overcome IE bug */
}




/* ----- IN-BODY LIST LINKS ID SELECTOR FOR HOMEPAGE ----- */

ul .newslinks
{
	font: bold 80%/1.3 arial, helvetica, sans-serif;
	list-style-type: square;
}

ul .newslinks a
{
	text-decoration: none;
	color: #006;
}

ul .newslinks a:hover
{
	color: #000;
	background: #CCC;
}

#twitter_update_list
{
	display:block;
	width:340px;
	font: 80%/1.35 arial, helvetica, sans-serif;
	color: #666;
	list-style-type: square;
}

#twitter_update_list a
{
	font: bold 100%/1.5 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #006;
}

#twitter_update_list a:hover
{
	color: #000;
	background: #CCC;
}


/* ==================== LAYOUTS ==================== */

/* ---------- TITLEBAR & FOOTER ---------- */


#footer
{
	clear: both;
	background-image:url(../images/homepage/footerbg.gif);
	border-top: 1px solid #333;
	text-align: left;
	font: 85%/1.5 arial, helvetica, sans-serif;
	color: #333;
	padding: 30px 20px 20px;
}


/* ---------- RULE LINES & DIVIDERS ---------- */

#worksheader
{

	width: 100%;
	background: #F4F4F7;
	margin-top: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px 5px 25px;
	clear: both;
}

#ruleTopBottom
{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px 10px 15px 10px;
	clear: both;
}

#productionNotes
{
	width: 100%;
	background: #F4F4F7;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 10px;
	clear: both;
}

#ruleBottom
{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px 5px 25px;
	clear: both;
}

#noruleBottom
{
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px 5px 25px;
	clear: both;
}

#noruleBottomSidebar
{
	width: 100%;
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	clear: both;
}


#ruleBottomGray
{
	width: 100%;
	background: #F4F4F7;
	border-bottom: 1px solid #999;
	padding: 15px 10px 15px 10px;
	clear: both;
}


/* ---------- HOMEPAGE LAYOUT ---------- */


#splash
{
	float: left;
	width: 740px !important;
	width: 800px;
	background: #FFF;
	margin: 0;
	padding: 10px 20px 10px 40px;
	border-bottom: 1px solid #CCC;
}

#content
{
	float: left;
	width: 368px;
	display: inline;
	padding: 15px 10px 40px 20px !important;
	padding: 15px 5px 40px 10px;
}

#sidebar
{
	float: left;
	width: 368px;
	display: inline;
	padding: 15px 20px 40px 10px !important;
	pading: 15px 5px 40px 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


->
</style>
