/**
 * Standard tags
 */

 
 
 
html {
	overflow-y:scroll;
	font-size: 10px;
}
 
body {
	margin: 0px;
	background-color: white;
	color: #333333;
	width: 940px;

	margin-left: auto;
	margin-right: auto;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	
	line-height: 15px;
	
}

a {
	color: #005fa3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.arrow-link, a:hover.arrow-link {
	font-weight: bold;
	color: #013664;
	background-image: url(../img/arrow-link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
}

a.arrow-link-big, a:hover.arrow-link-big {
	font-size: 1.2em;
	font-weight: bold;
	color: #013664;
	background-image: url(../img/arrow-link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.ingress {
	font-size: 17px;
	line-height: 25px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	font-family: Arial;
	color: #454545;
	margin: 0 0 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Arial black;
	color: #004d90;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	margin: 0px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ul li {
	list-style-image: url(../img/li.gif);
	margin-left: 0px;
}

/**
 * Input elements
 */
.input-text {
	font-family: Verdana;
	font-size: 1em;
}


/**
 * Named design elements
 */

#container {
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	background-image: url(../img/background.gif);
	/*background-color: #f0f0f0;*/
	background-repeat: repeat-y;
	display: table-cell;
}

#header {
	background-image: url(../img/top.jpg);
	background-repeat: repeat-x;
	height: 101px;
	/*height: 101px;*/
	/*position: relative;*/
	width: 898px;
	font-size: 12px;
}

#header a, #header a.arrow-link-big {
	font-size: 12px;
}


#toplogo {
	margin-right: 113px;
	float: left;
}

#topmenu {
	/*position: absolute;
	left: 263px;
	bottom: -1px;*/
	width: 494px;
	margin-top: 66px;
	float: left;
}

#topmenu img {
	float: left;
}


#topside {
	/*padding-right: 10px;*/
	/*width: 200px;*/
	/*height: 101px;*/
	/*padding-left: 20px;*/
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	padding-right: 10px;
}


#topsearch {
	padding-top: 40px;
}
#topsearch-input {
	width: 100px;
}

#topsearch-submit {
	vertical-align: bottom;
}

#topsearch-caption {
	padding-right: 104px;
	text-align: left;
	font-weight: bold;
}

#submenu {
	/*margin-bottom: 24px;*/
	font-weight: bold;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding-left: 264px;
}

#submenu a {
	color: #0c5b94;
}

#submenu a.submenu-selected {
	color: #b21115;
}

#footer {
	clear: both;
}

#footer img{
	margin-top: 15px;
}

#main {
	width: 898px;
	height: 100%;
}

#content {
	margin-left: 19px;
}

/**
 * Form styles
 */

.subtitle {
	font-weight: bold;
}

.form-select-caption {
	font-weight: bold;
}
.form-checkboxes-caption {
	font-weight: bold;
}

/**
 * Object styles
 */

table.puff {
	height: 191px;
	border: 1px #cfcfcf solid;
	margin-bottom: 7px;
}
 
.puff td {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

.puff .nomargin {
	padding: 0px;
}


/**
 * Imagebox style
 */

.imagebox {
	border: 1px #a5a5a5 solid;
	width: 271px;
	margin-bottom: 40px;
}

.imagebox-left {
	border-right: 1px #a5a5a5 solid;
	width: 83px;
}

.imagebox-right {
	padding: 8px;
}

/* override the default form style */
td.form-column2 table td {
  text-align: left;
}