/* Main Structure */

/*
font-family: Georgia,Times New Roman,Times,serif;
*/

body
	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(images/headerStrip.gif) top repeat-x;
	}
	
iframe
	{
/*	width: 460px; */
	width: 700px;
	height: 500px; 
	border: none;
	margin: 0px;
	padding: 0px;
	}

#header, #footer, #content
	{
	width: 100%;
	float: left;
	clear: left;
	padding: 0px 0px 0px;
	}

#header
	{
	background: url(images/headerStrip.gif) top repeat-x;
	}
	
#footer
	{
	background: #F5F5F5;
	border-top: #DDDDDD solid 1px;
	}

#innerHeader
	{
	background: url(images/headerLogo.gif) no-repeat top right;
	min-width: 720px;
	width: 100%;
	float: left;
	clear: both;
	}

#innerContent
	{
	clear: both;
	width: 730px;
	margin: 30px auto;
	}

#innerFooter
	{
	clear: both;
	min-width: 730px;
	margin: 0px auto;
	padding: 15px 0 10px;
	}

#mainContent
	{
	margin: 0px 20px;
	width: 460px;
	float: left;
	}
	
#sidebar
	{
	width: 230px;
	float: right;
	}


/* Title & Navigation */

#navigation
	{
	width: 650px;
	float: left;
	clear: left;
	padding: 0px 40px;
	}

#navigation a
	{
	float: left;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #EEEEEE;
	background: #3778CA url(images/navStrip.gif) top repeat-x;
	margin: 0px 0.2em 0px 0px;
	padding: 8px 0.6em 6px;
	margin-bottom: 5px;
	border: 0px;
	}

#navigation #a2{ color: #FFFFFF; background: #42B0FF; }
	
#navigation a#this
	{
	color: #FFFFFF;
	background: #42B0FF;
	}

#navigation a:hover, #navigation a#this:hover 
	{
	color: #000000;
	background: #FFFFFF;
	text-decoration: underline;
	}


/* General Decoration */

p, small, li, b, h1, h2, h3, h4, a, img
	{
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
a{
	color:#FF0000;
	font-weight:bold;
}
small, small a, li, b, h4, h4 a, p
	{
	font-family:Verdana,Helvetica,sans-serif;
	font-size: 100%
	}

p
	{
	font-size: 80%;
	margin-bottom: 15px;
	}

li
	{
	font-size: 80%;
	}

small
	{
	font-size: 75%;
	}

small a
	{
	color: #3366CC;
	text-decoration: underline;
	}

img.titleImg
	{
	font-size: 150%;
	float: left;
	height: 32px;
	margin: 35px 50px;
	}
	
h1 a
	{
	font-size: 120%;
	color: #FFFFFF;
	padding-left: 40px;
	}

h2
	{
	font-size: 150%;
	color: #004499;
	margin-bottom: 10px;
	}

h3
	{
	font-size: 110%;
	color: #004499;
	margin-bottom: 15px;
	}

h4
	{
	font-weight: bold;
	font-size: 80%;
	color: #444444;
	color: #004499;
	margin-bottom: 5px;
	}

h4 a
	{
	font-weight: bold;
	color: #444444;
	text-decoration: underline;	
	}

h4 a:hover
	{
	color: #0066CC;
	}

#footerNavigation p
	{
	text-align: center;
	}

#footerNavigation p a
	{
	font-size: 130%;
	font-weight: bold;
	color: #3366CC;
	border-right: 1px solid #B1B1B1;
	margin-right: 0.3em;
	padding-right: 0.5em;
	}

#footerNavigation p a:hover
	{
	color: #444444;
	text-decoration: underline;
	}

#innerFooter small
	{
	display: block;
	margin-top: 5px;
	text-align: center;
	}

div#sideImage, div#sideImageJs
	{
	float: left;
	width: 152px;
  	padding: 0px 10px 9px 0px;
  	margin: 0px 0px 30px 0px;
	background: url(images/dropShadow.png) bottom right;
	}

div#innerSideImage, div#innerSideImageJs
	{
	float: left;
	width: 150px;
	margin: -5px 0px 0px -5px;
	padding: 3px;
	border: 1px #BBBBBB solid;
	}

div#innerSideImage h3, div#innerSideImageJs h3
	{
	float: left;
	margin: 0px;
	padding: 3px 9px;
	}

div#innerSideImage small, div#innerSideImageJs small
	{
	float: left;
	padding: 3px 9px 6px;
	}

.reference{
	font-size: small;
	font-style: italic;
}