/*
td {border-bottom:1px dashed red;border-right:1px dashed red;}
table {border-top:1px dashed red;border-left:1px dashed red;}
*/
#print { /* id to disable elements for printed pages - use with '#screen' id in print version of stylesheet */ display:none;}
html {height: 100%; margin-bottom: 1px;}/*permanent scrollbar for mozilla browsers*/
body {font-family:Verdana, sans-serif;color:#000000;margin:8px 0px 0px 0px;padding:0px;background-color:#ffffff;background-image:url(/images/main-bg.jpg);background-repeat:repeat-x;text-align:center; /*needed to center tables for IE 5+*/}
/* table ########################################################## */
.center {margin-left:auto;margin-right:auto;text-align:center;}
table.main {width:760px;margin-left:auto;margin-right:auto;text-align:center;}
/* cells ########################################################## */
td {text-align:left;vertical-align:top;}
td.vLine {width:1px;background-color:#C9E9CF;padding:10px 0px 0px 0px;}
td.hLine {height:1px;background-color:#C9E9CF;padding:0px 0px 0px 0px;}
/* divs ########################################################## */
div {}
/* para ########################################################## */
p {margin-top:0px;margin-bottom:6px;}
/* img ########################################################## */
img {border-width:0px;}
img#left {float:left;margin:4px 12px 0 0}
img#right {float:right;margin:4px 0 0 12px;}
img.bullet {vertical-align:baseline;background-color:black;width:5px;height:5px;margin-left:0px;margin-right:5px;margin-bottom:1px;}
img.bulletBig {vertical-align:baseline;background-color:black;width:7px;height:6px;margin-left:0px;margin-right:5px;margin-bottom:-1px;}
img.vLine {width:1px;height:9px;background-color:#006A46;margin:0px 0px -1px 0px;}
/* forms ########################################################## */
form {margin:0;}
input,select,textarea {font-family:Tahoma,sans-serif;font-size:11px;font-weight:normal;color:Black;}
/* lists ########################################################## */
ul{margin-top:8px;}
/* links ########################################################## */
a,.link {/*font-family:Arial, sans-serif;*/
color:#000000;text-decoration:none;}
a:hover  {color:#688DBF;text-decoration:underline;}
/* hr ########################################################## */
hr{background-color:#cccccc;color:#cccccc;border-width:0;height:1px/*margin:0px 0px 0px 0px;*/}
/* general ########################################################## */
body{
		background: #718db4 
		text-align:center;
		margin:16px 0 0 0
	}
	div.content {
		width: 760px;
		height:568px;
		background:white;
		margin:0 auto
	}
	div.body{
		width:720px;
		height:550px;
		border:9px solid #688DBF;
		border-top:0;
		border-bottom:0;
		background:url(/images/bg_body.jpg) no-repeat;
		text-align:left;
		padding-right:22px;
	}
	div.header{
		padding:16px 18px 0px 18px;
	}
	div.header img{
		float:left;
		margin-right:24px
	}
	div.header h1{
		font-family: Georgia, "Times New Roman", sans-serif;
		font-size: 2em;
		color: #003472;
		font-weight: normal;
		margin: 5px 0px 28px 0px;
	}
	div.menu{
		clear:both;
		float:left;
		border-right:1px #D5D2C1 dashed;
		margin-top:4px;
		height:390px;

	}
	div.copy{
		width:484px;
		height:392px;
		overflow:auto;
		margin:0px;
		float:right;
		padding:0 12px 0px 18px;
		font-size:0.7em;
		line-height:120%;
	}
	div.menu ul{
		list-style-type: none;
		font-size:0.8em;
	}

	div.menu ul,div.menu ul li{
		margin: 0px 0 0 0px;
		padding: 0;

	}
	div.menu ul li,div.menu ul li a{
		font-family: "Trebuchet MS", Tahoma, serif;
		color:#003472;
	}

	div.menu ul li.indent {
		padding-left:14px
	}

	div.menu ul li.nolink {
		padding:2px 0 2px 30px;
	}
	div.menu ul li a{
		width:133px;
		height:22px;
		display:block;
		padding:1px 0 0 7px;
		padding-left:30px;
		background:url(/images/button_f2_hover.gif) no-repeat;

	}
	div.menu ul li a:hover,div.menu ul li a.selected{
		text-decoration:none;
		background:url(/images/button_f2.gif) no-repeat;
		color:#003472;
	}
	div.footer{
		font-size: 0.6em;
		color: #718db4;
		font-weight: normal;
		float: right;
		margin:-15px 0px 0px 0px;
		padding-right:22px;
	}
	h2{
		font-size:1.2em;
		margin:0 0 8px 0;
	}