/************* HTML tag styles *****************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303234;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0056A9;
}

h3 {
	font-size: .8em;
	line-height: 1.2em;
	color: #0056A9;
	margin-bottom: 0em;
}

h4 {
	font-size: .8em;
	line-height: 1.2em;
}

p {
	font-size: .8em;
	line-height: 1.5em;
	color: #303234;
	margin-top: 0em;
}

ul {
	list-style-type: none;
}

cite {
	font-size: .75em;
	padding: 0px;
	margin-right: 5px;
	float: right;
}

a {
	color: #0056A9;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}



/************* Layout Divs **************/

#container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-top: 0px;
}

#header{
	width: 760px;
	height: 163px;
	border-bottom: 1px solid #000000;
}

/************* Navbar styles **************/

#navbar {
	position: absolute;
	left: 0px;
	top: 140px;
	width:760px;
	z-index: 88;
} 

#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navbar li {
	width: 108px;
	float: left;
	text-align: center;
	margin-top: 0px; /* for Opera */ 
}

#navbar li a {
	display: block;
	color: #003C78;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: visible;
}

#navbar li a.last {
	width: 112px;
}

#navbar li a:hover {
	background-color: #0056A9;
	color: #FFFFFF;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #990000;
	background-image: url(images/bg-hover.gif);
	background-repeat: repeat-x;
}


#content ul {
	list-style-type: square;
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
#content li {
	font-size: .8em;
	line-height: 1.5em;
}
/************* Content Divs **************/


#left {
	float: left;
	width: 150px;
	padding: 1.2em 0px 0px 10px;
	text-align: center;
}

#right {
	float: right;
	width: 150px;
	padding: 1.2em 5px 0px 5px;
}

#content {
	float: left;
	width: 380px;
	padding: 1.2em 10px 10px 10px;
	margin: 0px 0px 0px 25px;
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
}

#content.flash {
	float: left;
	width: 500px;
	padding: 1.2em 10px 10px 10px;
	margin: 0px 0px 0px 25px;
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
	text-align: center;
	background-color: #E6E6E6;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #000000;
	position: relative;
	z-index: 44;
}

/************* Overlapping Pixie Divs  **************/
#print_image {
	position: absolute;
	top: 185px;
	left: -110px;
	width: 300px;
	height: 363px;
	z-index: 11;
}
#sprite_image {
	position: absolute;
	top: 170px;
	left: -150px;
	width: 400px;
	height: 462px;
	z-index: 11;
}
#web_image {
	position: absolute;
	top: 175px;
	left: -90px;
	width: 274px;
	height: 232px;
	z-index: 11;
}

/************* Classes  **************/

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-right: 10px;
	color: #990000;
	font-style: italic;
	text-align: right;
}

.second_link {
	font-size: .8em;
	font-weight: bold;
	color: #990000;
	border-bottom: 2px solid #0056A9;
	text-decoration: none;
	height: 1.6em;
	width: 100px;
	padding: 5px 0px 0px 5px;
	margin-top: 1px;
	display:block;
}

.second_link:hover {
	color: #FFFFFF;
	background-color: #0056A9;
	border-bottom: 2px solid #990000;
	text-decoration: none;
	background-image: url(images/bg-hover.gif);
	background-repeat: repeat-x;
}

.center {
	text-align: center;
}

.break {
	page-break-before: always;
}

@media print {
	body { color: #000000; background-color: #ffffff; }
	#container { border: 0px; }
	#navbar { display: none; }
	#right { display: none; }
	#footer { display: none; }
	#content { 
	position: static;
	width: 5in;
	border: 0px;
	font-size: 12pt; }
	}
