/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {color: #0099CC;}
a:hover {
	color: #005395;
	text-decoration: none;
}

 .floatright
{
float: right;
width: 250px;
margin: 0 0 10px 10px;
padding: 0px 10px 10px;
}
 .floatleft
{
float: left;
width: 250px;
margin: 0 10px 10px 0px;
padding: 0px 10px 10px;
}
 .nofloat
{
	float: left;
	margin: 0 10px 10px 0px;
	padding: 0px 10px 10px;
	clear: right;
}
body {
	color: #003366;
	font: normal 62.5% "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #005294;
	background-image: url(img/bubbles_bg.gif);
	background-repeat: repeat;
}

p,code,ul {padding-bottom: 1em;}

li {list-style: disc;}

h1,h2,h3 {padding-top: 6px;}

h1 {
	font: normal 2em Tahoma,sans-serif;
	margin-bottom: 4px;
	clear:both
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	font-size: 1.4em;
	font-family: "Trebuchet MS", sans-serif;
	clear: both;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF /*url(img/bg_slice.gif) repeat-y*/;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	/*background: url(img/clouds.gif) repeat-x;*/
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF /*url(img/bg_whole.gif) no-repeat top*/;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #0099cc;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #005395 url(img/logo.gif) no-repeat;
	font: normal 17px "Trebuchet MS",sans-serif;
	line-height: 24px;
	text-align: right;	
	width: 559px;
	padding-right:5px;
	
}
.header .right {
	overflow: hidden;
	text-align:center;
	width: 212px;
	background-color: #FFFF66;
	background-image: url(img/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.header .right p {
	font-size: 1.4em;
	color:#005395;
}
.header .right p,.header .right h2 {
	padding: 0 16px;
	background-color: #FFFF66;
	
}
.header .right h2 {
	padding-top: 16px;
	font: normal 2.5em "Trebuchet MS", sans-serif;
	color:#005395;
	font-weight: bold;
	background-color: #FFFF66;
}
.sidenav h1 {
	padding-top: 0px;
	font: normal 1.6em "Trebuchet MS", sans-serif;
	color: #FFFF00;
	margin: 0px;
	padding-bottom: 5px;
}

#flashcontent {
height: 150px;
color: red;
font-size:14px;
font-weight:bold;
background-color:#ffff66;
}

#marquee  {
color:  #005395;
font-size: 20px;
font-weight:bold;

}
.small {
font-size:10px;
}


/* navigation */
.navigation {
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	overflow: hidden;
	text-align:center;
}
.navigation a {
	background: #c2e2f3 url(img/nav.gif);
	border-right: 1px solid #A7d5e7;
	color: #005294;
	display: block;
	float: left;
	font: bold 1em/41px sans-serif;
	/*padding: 0 6px;*/
	text-decoration: none;
	width:128px;
	height: 35px;
	padding-top:5px;
	line-height: 14px;
	text-align:center;
}
.navigation a span {
	color: #FF0000;
}
.navigation a#current {background-position: left bottom; color: #005395;}
.navigation a:hover {background-position: left bottom; color: #005395;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.sidenav h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	margin: 0;
	padding-left: 12px;
	line-height: 30px;
}
.sidenav p {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0;
}
.sidenav ul {
	margin-left: 0em;
	font-size: 1.3em;
	color: #FFFF00;
	padding-left: 1em;
	margin-top: 0px;
	padding-top: 20px;
}
.sidenav li {
color: white;
}


.sidenav li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
}

.sidenav li a:hover {
	background: #fff;
	color:  red;	
}

.sidenav a {
	font-size: 1.1em;
	color: #FFFFFF;
	
}

.sidenav  a:hover {
	color:  #FFFF00;
	text-decoration: underline;
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	font-family: Arial, Helvetica, sans-serif;
}
.content .descr {
	color: #0099CC;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 30px;
}
.content p {
	line-height: 1.4em;
}

#flash {
position:relative;
left:50px;
width: 405px;

}

.logo {
padding:2px;
float:left;
}

/* footer */
.footer {
border-top: 4px solid #005395;
height: 80px;
	/*background: url(img/bgfooter.gif) repeat-x;*/
	background-color:#0099cc;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 120px;
	padding: 0 12px;
	text-align: right;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
}

.footer a:hover {color: #005395;}

.caption {
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
	font-size: 1.5em;
	padding-left: 0px;
	font-weight: bold;
}
.caption img {
	margin-bottom: 5px;
	border: 0;
}
.intro {
	font-size: 1em;
	color: #003366;
	font-size: 1.3em;
	background-image: url(img/bubble.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.subhead {
	font-weight: bold;
	margin-bottom: 0px;
}
img {
	border: 0px;
}
h2 {
	font-size: 1.3em;
	font-style: italic;
}
.imgfloatright {
	float: right;
}
.bigbold {
	font-size: 1.7em;
	font-weight: bold;
}