/*Reset by Eric Meyer. Thank you very much, Eric*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*End of Eric Meyer's code*/

html, height {
	height: 100%;
	background: #002a6f;
}
body {
	width: 100%;
	min-height:100%;
	height: 100%;
	font: 62.5% Arial, Tahoma, Verdana, sans-serif;
	background: #002a6f;
	color: #FFFFFF;
}
strong {
	font-weight:bolder;
}
.pere {
	clear: both;
	height:0;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.nowr {
	white-space: nowrap;
}

#main {
	height: auto !important;
	min-height:100%;
	height: 100%;
	width:1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg.jpg) no-repeat center top;
}
#head {
	height: 435px;
	position: relative;
}
#head h1 {
	display: block;
	position: absolute;
	height: 85px;
	width: 412px;
	left: 278px;
	top: 61px;
	background: url(../images/header.jpg) no-repeat center center;
	overflow: hidden;
}
#head h1 span {
	margin-left: -1000px;
}


#flash {
	position: absolute;
	left: 465px;
	top: 167px;
}
#logo {
	height: 40px;
	width: 121px;
	position: absolute;
	left: 79px;
	top: 64px;
}
#logo img {
	vertical-align: bottom;
}


#page {
	padding: 42px 42px 140px 76px;
}
#page h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-left: 68px;
	padding-bottom: 25px;
}
.twocol  h3 {
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 12px;
}

#page p {
	font-size: 1.1em;
	padding-bottom: 12px;
}
#page  .acent {
	color: #ffd800;
	font-weight: bolder;
}


.twocol {
	width: 100%;
	overflow: hidden;
}
.firstcol {
	float: left;
	width: 406px;
}
.secondcol {
	float: right;
	width: 438px;
}
#sidebar {
	width: 120px;
	float: right;
	padding-top: 5px;
}
.withoutsidebar #sidebar {
	display: none;
}

#sidebar  a,  #sidebar a:visited, #sidebar a:focus {
	margin-bottom: 15px;
	display: block;
}

#content {
	margin-right: 120px;
	padding-top: 13px;
}
.withoutsidebar #content {
	margin-right: 0px;
}

#content h2 {
	padding-left: 0px;
	padding-bottom: 12px;
}
#dopinfo {
	float: right;
	height: 393px;
	width: 354px;
	background: url(../images/dopblock.png) no-repeat right top;
	margin-left: 20px;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: -13px;
	color: #4d4d4d;
	padding-right: 58px;
}
#dopinfo h2 {
	color: #002e5e;
	padding-bottom: 20px;
}
#dopinfo p {
	padding-bottom: 15px;
	font-size: 1.3em;
}
#dopinfo p.date {
	padding-bottom: 0px;
	font-size: 1em;
}
#dopinfo a:hover {
	text-decoration: none;
}
#dopinfo a, #dopinfo a:visited, #dopinfo a:focus {
	color: #b24800;
	text-decoration: underline;
}



#footer {
	width: 1000px;
	margin-top: -140px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
}
#timeline {
	height: 82px;
	background: url(../images/timeline.png) no-repeat center 75px;
	position: relative;
	padding-left: 57px;
	padding-right: 57px;
	text-align: center;
	font-size: 1.4em;
	padding-top: 58px;
}
#timeline a, #timeline a:visited, #timeline a:focus {
	color: #e3e3e3;
}
#timeline a:hover {
	text-decoration: underline;
}
#timeline  a.prew, #timeline span.prew {
	float: left;
	background: url(../images/arrleft.png) no-repeat left center;
	padding-left: 11px;
}
#timeline span.prew {
	background: url(none);
	padding-left: 0px;
}

#timeline a.next, #timeline span.next {
	float: right;
	background: url(../images/arrright.png) no-repeat right center;
	padding-right: 11px;
		color: #e3e3e3;
}
