@charset "iso-8859-1";

/* define the defaults */

* {
	margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(images/back-line.gif) repeat;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

a img {
	border: 0px none;
}

h1, h2, h3, h4, h5, h6, p {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

p, cite {
	line-height: 180%;
}

div.citation {
	margin: 3px 0 3px 10px;
	border-left: #dedfde 4px solid;
	padding: 10px 0 10px 10px;
}

div.citation cite {
	font-style: normal;
}

table.general {
	clear: both;
	margin-left: 0;
	text-align: center;
	width: 100%;
}

table.general caption {
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}

table.general th {
	background: #ffff99;
}

table.general th, table.general td {
	padding: 4px 0 4px 4px;
	vertical-align: top;
}

table.general th.leftText, table.general td.leftText {
	text-align: left;
}

table.classicTwo {
	clear: both;
	margin-left: 0;
	text-align: left;
	width: 100%;
}

table.classicTwo th, table.classicTwo td {
	padding: 4px 0 4px 4px;
	border-spacing: 4px;
	vertical-align: top;
}

table.classicTwo col#firstCol {
	width: 120px;
	background: #ffff99;
}

table.classicTwo col#widefirstCol {
	width: 200px;
	background: #ffff99;
}

/* table for thumbnails */
table.thumbnail {
	clear: both;
	margin-left: 0;
	width: 100%;
}

table.thumbnail td {
	padding: 4px 10px 20px 0;
	border-spacing: 4px;
	vertical-align: top;
}

ul.altStyle {
	list-style-image: url(images/strelica2.gif);
}

ul.noListStyle, ol.noListStyle {
	list-style: none;
	clear: both;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr {
	cursor: help;
}

/* definition of other styles for class and id starts */

.pageTop {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px 0 25px 0;
}

#bg { 
	width: 760px;
	margin: 0 auto;
	padding:5px 12px 10px 10px; 
	background: url(images/white-bg.gif) repeat;
}

#mainArea {
	padding-top: 9px;
	padding-left: 2px;
	width: 736px;
}

#logo {
	clear: both;
	margin: 0;
	height: 96px;
	background: url(images/logo.jpg) no-repeat top left;
}

/* top nav bar */

#topNav {
    clear: both;
	margin: 2px 0 0 0;
	height: 32px;
	background: #2489db;
}

#topNavLink li {
	list-style: none;
	float: left;
	margin-top: 2px;
    margin-left: 2px;
}

#topNavLink li a, topNavLink li a:visited {
    text-decoration: none;
	color: white;
	display: block;
	background: #2489db;
	padding: 7px 8px 6px 8px;
}

#topNavLink li a:hover {
    background: #45b01f;
    color: blue;
}

/* left pane */

#leftNav {
	float: left;
	width: 150px;
	margin-top: 1px;
	padding-bottom: 50px;
}

/* left sub-menu */

#leftNavSub {
	padding-bottom: 20px;
	border-left: #bdc2c6 1px solid;
	border-right: #bdc2c6 1px solid;
	border-bottom: #bdc2c6 1px solid;
}

#leftNavSub h5 {
	background: url(images/greenGradientSmall.gif) repeat-x top;
	padding: 7px 0 7px 3px;
	margin-bottom: 1px;
	font-size: 12px;
	border-bottom: #bdc2c6 1px solid;
}
	
#leftNavSubLink li {
	list-style: none;
	display: block;
	padding: 8px 0 8px 3px;
	margin-bottom: 1px;
}

/* left related links */

#leftNavRelated {
	padding-bottom: 20px;
	border-left: #bdc2c6 1px solid;
	border-right: #bdc2c6 1px solid;
	border-bottom: #bdc2c6 1px solid;
}

#leftNavRelated h5 {
	background: url(images/blueGradientSmall.gif) repeat-x top;
	padding: 7px 0 7px 3px;
	margin-bottom: 1px;
	font-size: 12px;
	border-bottom: #bdc2c6 1px solid;	
}

#leftNavRelatedLink li {
	list-style: none;
	display: block;
	padding: 8px 0 8px 3px;
	margin-bottom: 1px;
}

/* left Web tool box */

#leftWeb {
	padding-top: 20px;
	padding-bottom: 20px;
}

#leftWeb form {
	padding: 7px 0 7px 0;
	margin-bottom: 1px;
	font-size: 12px;
}

#leftWeb h5 {
	padding: 7px 0 7px 0;
	margin-bottom: 1px;
	font-size: 12px;
}

#leftWebLink li {
	list-style: none;
	display: block;
	padding: 8px 0 8px 0;
	margin-bottom: 1px;
}

/* content pane */

#contentContainer {
	float: right;
	width: 575px;
	margin-top: 1px;
	padding: 5px 0 30px 0;
}

#contentContainer ul, #contentContainer ol {
	margin-left: 25px;
	line-height: 200%;
}

/* for stories */

#pageLoc {
	clear: both;
	padding-bottom: 10px;
	border-bottom: solid 1px yellow;
	margin-bottom: 10px;
	font-size: 12px;
}

.story {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 25px;
}

.storyDate {
	text-decoration: none;
	clear: both;
	color: gray;
	font-size: 10px;
	margin-bottom: 10px;
}

.storyHeadline {
	padding: 4px 0 4px 4px;
	background: url(images/light-blue-1.gif) repeat-x bottom;
	border: 1px solid #d0dbef;
	font-size: 12px;
}

.story img.floatLeft {
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

.story img.floatRight {
	float: right;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.story img.floatNone {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* footer */

#footer { 
	background: url(images/footer_gradient.gif) repeat-x top;
	color: gray;
	clear: both;
	text-align: right;
	padding-top: 12px;
}

#footer a, footer a:visited {
	text-decoration: none;
	color: blue;
}

#footer a:hover {
	text-decoration: underline;
}

/* site map */

.siteMapBlock {
	float: left;
	width: 100%;
}

.siteMap {
	float: left;
	margin: 25px 1% 10px 0;
	padding-bottom: 10px;
	width: 31%;
}

.siteMap h5 {
	background: #d0dbef;
	padding: 6px 0 6px 10px;
	margin-top:0;
	margin-bottom: 1px;
	font-size: 12px;
	border-bottom: #d0dbef 1px solid;
}

.siteMap h5 a, .siteMap h5 a:visited {
	text-decoration: none;
	color: blue;
}

.siteMap h5 a:hover {
	text-decoration: none;
	color: red;
}

.siteMapLink li {
	list-style: disc;
	padding: 3px 0 3px 3px;
	margin-bottom: 1px;
}

/* other special formatting */

.boldRed {
	font-weight: bold;
	color: red;
}

.boldRedItalic {
	font-weight: bold;
	color: red;
	font-style: italic;
}

.simpleStrong {
	font-weight: bold;
}

.taxcode {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

.headline_01 {
	text-align: center;
}
.headline_02 {
	text-align: center;
	color: #FF6600;
	font-size: 30px;
	font-weight: bold;
}
.headline_03 {
	text-align: center;
	color: #CC0066;
	font-size: 20px;
	font-weight: bold; 
}
.content_01 {
	font-size: 18px;
	font-weight: bold; 
	
	
}
.content_02 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #996600; 
	
}
.content_03 {
	text-align: left;
	font-size: 14px;
	color: #000099; 
	
}

.content_04 {
	text-align: left;
	font-size: 14px;
	color: #000000; 
	
}
.headline_04 {
	text-align: left;
	color: #1EFF1E;
	font-size: 40px;
	font-weight: bold; 
}
.headline_05 {
	text-align: left;
	font-size: 18px;
	font-weight: bold; 
}
