
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	border:none;
}
body {
	background-color:#ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	text-align: center;
	color: #333;
	padding:5px 0;
	}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin:0 auto;
	width:660px;
	background-color:#fff;	
	border-width:1px 3px;
	border-style:solid;
	border-color: #999;
	text-align: center;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background:#fff url(../img/topbanner_full.jpg) no-repeat bottom right;
	height:99px;
	}	
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #414493; 
	border-bottom: 0px solid #fff;
	height: 22px;
	background:#414493;
	}
#nav li {
	list-style-type: none;
	display: inline;
	}		
#nav li a { 
	text-decoration: none; 
	color:#fff;
	background-color:#414493;
	border-right: 1px solid #fff; 
	padding: 4px 10px;
	float: left;
	font-weight: bold;
	letter-spacing:1px;
	}
#nav li a.last { 
	text-decoration: none; 
	color:#fff;
	background-color:#414493;
	border-right: none; 
	padding: 4px 10px;
	float: left;
	font-weight: bold;
	letter-spacing:1px;
	}
#nav li a:hover {
background-color:#008b3c;
color:#fff; 
}

/*------------------------------------------------------------*
** inner Content
**------------------------------------------------------------*/
#minheight {
	float:left;
	display:inline;
	height:400px;
	width:0;
	font-size:0px;
	visibility:hidden;
}
#maintext {
float:left; 
display:inline;
width:638px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float:left;
	display:inline;
	width:639px;
	padding:10px;
	line-height:140%; 
	text-align: left; 
	background-color:#fff;
	}

/* hyperlinks: normal blue turns to green on mouse over */
#content a  { 
border:none; 
font-weight:bold;
letter-spacing:1px;
}
#content a:link, #content a:visited { 
/* unvisited and visited link */
background:inherit; /* keep whatever background is in use at the time*/
color:#414493; 
text-decoration:none; 
} 
#content a:hover, #content a:active { 
background:inherit; /* keep whatever background is in use at the time*/
color:#008b3c;
text-decoration:none; 
}

/* content headers */

#content h1,h2 {
background-color:inherit;
}
#content h1 { /*use as a title*/
margin:10px 0 0 0; 
color: #c00; 
font-size:140%; 
text-align:center;

}
#content h2,h3,h4,h5,h6 {
margin:10px 0;
padding:0 3px;
}
#content h2 { /*use as a subtitle*/
color:#008b3c;
font-size:120%; 
}
#content h3,h4,h5,h6 {
background-color:inherit;
}
#content h3 { 
font-size:115%;
color:#008b3c;
}
#content h4 { 
font-size:110%;
color:#333; 
}
#content h5 { 
font-size:110%;
color:#333;
}
#content h6 { 
font-size:100%;
color:#333;
}

/* content general */

#content img.left {
margin: 0 10px 0 0;
float:left;
}
#content img.right {
margin:0 10px 0 10px;
float:right;
}

#content p {
	margin:10px 0;
}

#content p.subtitle {
	font-size:115%;
	font-weight:bold;
}

#content .maintitle {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	line-height:150%;
	margin-top:10px;
}

#content .tablebox {
margin:10px 20px;
}
#content table {
margin:0 auto;
border-width:0 0 1px 1px;
border-style:solid;
border-color: #414493;
}
#content th, td {
border-width:1px 1px 0 0;
border-style:dashed;
border-color: #414493;
padding:2px 5px;
}

#content li {
	margin-left:30px;
} 

#content #revisionlog {
margin:10px 0;
width:90%;
border-top:1px solid #ccc;
font-size:90%;
color:#666;
line-height:100%; 
}

#registrationform {
	background-color:#bed7eb; 
	border:1px solid #414393;
}
#registrationform input{
margin:2px 0;
padding:0 2px;
}

#registrationform fieldset {
	border:1px solid #999;
	margin:10px;
	padding:5px 10px;
}
#registrationform legend {
	border:1px solid #999;
	margin:0;
	padding:1px 10px;
	background-color:#414393;
	color:#fff;
}
#registrationform .officeuse{
	background-color:#ccc;
	color:#666;
}
#registrationform .officeuse input{
	color:#999;
}
#registrationform fieldset p {
	line-height:110%;
}
#registrationform fieldset p.first {
	margin-top:5px;
}
#registrationform fieldset p.single {
	margin-top:3px;
	margin-bottom:0;
}

#registrationform table {
	border:none; 
	margin:2px 0 0 0;
	padding:0;
}
#registrationform th, #registrationform td {
	border:none; 
	margin:0;
	padding:0;
}
#registrationform td.calculator {
	text-align:center;
	border:1px dashed #999;
	padding:2px 1px;
}
#calculatorttable td input {
	margin: 0;
	padding:0;
}
#calculatortable td { 
	text-align:right;
	margin:1px 0;
	padding:0;
}
#calculatortable td.leftelement {
	white-space:nowrap;
	text-align:right;
	margin:0;
}

#breadcrumbs {
	text-align:left;
	font-size:90%;
}

#breadcrumbs a {
	font-size:100%;
}

#submit {
	text-align:center;
	
}

.button, .fakebutton  {
	background-color:#ddd;
	padding:0px 2px;
	border: 2px solid #999;
	border-top-color:#eee;
	border-left-color:#eee;
	font-family:"MS Sans Serif";
	text-decoration:none;
	color:#000;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
clear:both;
width:660px;
background-color:#eee;
padding:5px 0;  
border-top:1px solid #999;
text-align:center;	
color:#666;
font-size:80%;

}

/* hyperlinks: normal blue turns to green on mouse over */
#footer a { 
text-decoration:none; 
font-weight:normal;
letter-spacing:0;
}
#footer a:link, #footer a:visited { 
/* unvisited and visited link */
background:inherit; /* keep whatever background is in use at the time*/
color:#333; 
} 
#footer a:hover, #footer a:active { 
background:inherit; /* keep whatever background is in use at the time*/
color:#333;
text-decoration:underline;
}

/*------------------------------------------------------------*
** Common
**------------------------------------------------------------*/
.center { 
	text-align:center;
}

.underline {
text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.note {
	color:#c00;
	text-align:center;
	font-weight:bold;
	font-size:120%;
}

.warning {
	color:#c00;
	font-weight:bold;
}

.separator {
	margin:10px 20px 20px 20px;
	border-top:1px solid #666;
}

.small {
	font-size:85%;
}

.big {
	font-size:115%;
}

.standardtext {
	line-height:110%;
}

.star {
font-family:"Courier New", Courier, monospace;
color:#c00;
font-weight:bold;
padding:0 2px;
}
