/*-----------------------------------------------------
	here goes specific classes and ids related to 
	content text
-----------------------------------------------------*/

/*-----------------------------------------------------
	headers
-----------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0081C6;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 0.8em;
}

#content h1 {
	margin-top: 35px;
}

#content2 h1 {
	margin-top: 0px;
	margin-bottom: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8B0E13;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
	margin-top: 30px;
}

h3 {
	margin-top: 30px;
	font-size: 12px;
	color: #8B0E13;
	font-weight: bold;
}

/*-----------------------------------------------------
	font color
-----------------------------------------------------*/

#content,
#content2 {
	color: #000;
}

/*-----------------------------------------------------
	tables
-----------------------------------------------------*/

table.tableDecoration {
	/*width: 100%;*/
	width: 432px;
	margin-bottom: 10px;
}

table.tableDecoration th,
table.tableDecoration td {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E9F1F9;
	border: 1px solid #fff;
	vertical-align: middle;
	height: 50px;
}

table.tableDecoration th {
	font-weight: normal;
	color: #8B0E13;
	text-align: left;
	border-bottom: 2px solid #BCD7EE;
	height: 35px;
}

table.tableDecoration td {
	width: 33.33%;
}

table.tableDecoration td span {
	display: block;
	padding-left: 10px;
	background-image: url(../images/bullet_blackdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

table.tableDecoration td.selected {
	background-color: #B0D0EB;
	font-weight: bold;
	color: #8B0E13;
}

/*-----------------------------------------------------
	list
-----------------------------------------------------*/

#content ul li,
#content2 ul li {
	background-image: url(../images/bullet_smallblackdot2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}

/*-----------------------------------------------------
	text block
-----------------------------------------------------*/

div.block {
	margin-left: -10px;
	background-color: #B0CEE9;
	padding: 10px;
	padding-top: 6px;
	margin-bottom: 1em;
}

div.block ul {
	margin-bottom: 0;
}

#content div.block ul li,
#content2 div.block ul li {
	background-image: url(../images/bullet_smallblackdot.gif);
}


div.block h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
	bottomNav
-----------------------------------------------------*/

div.bottomNav {
	text-align: right;
	padding-bottom: 15px;
}

#content div.bottomNav a,
#content2 div.bottomNav a {
	color: #8B0E13;
	text-decoration: none;
}

#content div.bottomNav a:hover,
#content2 div.bottomNav a:hover {
	color: #8B0E13;
	text-decoration: none;
}


/*-----------------------------------------------------
	links
-----------------------------------------------------*/

#content a,
#content2 a {
	color: #0081C6;
	text-decoration: none;
}

#content a:hover,
#content2 a:hover {
	color: #0081C6;
	text-decoration: underline;
}

#content a.otherLink {
	color: #8B0E13;
	text-decoration: none;
}

#content a.otherLink:hover {
	color: #8B0E13;
	text-decoration: underline;
}

/*-----------------------------------------------------
	news / references block
-----------------------------------------------------*/

div.newsBlock {
	margin-bottom: 2em;
}

div.newsBlock h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

div.newsBlock h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #8B0E13;
	font-weight: bold;
}

#content div.newsBlock h3 a,
#content2 div.newsBlock h3 a,
#content div.newsBlock h3 a:hover,
#content2 div.newsBlock h3 a:hover {
	color: #8B0E13;
	text-decoration: none;
}

.search_result {
	margin-bottom: 10px;
}

#content2 ul.search_result li {
	background-image: url(../images/bullet_smallbluedot.gif);
}

.search_result a {
	display: block;
}

/*-----------------------------------------------------
	special list / jobs
-----------------------------------------------------*/

ul.specialList {
	color: #0081C6;
	font-weight: bold;
}

#content ul.specialList li,
#content2 ul.specialList li {
	background-image: url(../images/bullet_smallbluedot.gif);
}

/*-----------------------------------------------------
	sub / sup
-----------------------------------------------------*/

sup {
	line-height: 10px;
	font-size: 0.8em;
}


.imageBlock {
	margin-bottom: 15px;
}
