/*---styles for top bar--------------------------*/
#toplevel_logo {
	float:left;	
	font-size:0px;	
	background: rgb(255, 255, 255) url('../img/secept-logo.png') no-repeat;
	height: 60px;
	width: 60px;
}

#toplevel_bar { 
	color: white;
	background: rgb(102, 141, 181) url("../img/secept-bg3-top.png") left center;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: 100;
	height: 60px;
	text-align: right;
}

/*--styles for navigational (left) bar-----------*/
#navbar {
	float:left;
	width:167px;
	background: rgb(102, 141, 181) url("../img/secept-bg3-left.png") left top;
	padding-bottom:15px;
}

.navitem {
	background: rgb(102, 141, 181) url("../img/bt_empty.png") left center;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	margin-top: 15px;
	padding-left: 8px;	
	padding-top: 3px;
	padding-bottom: 3px;
}

.sub {
	border-top: none;
	margin-top: 0px;
	padding-left: 15px;
}

a.navlnk, a.navlnk:link, a.navlnk:visited { 
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}	     

a.navlnk:hover { 
	color:#ffff00;
	background: none; /*overrides yellow bgcolor from default <a>*/
}

/*---styles for the overall page layout----------*/

#content {
	margin-left: 180px;
	padding-right: 10px;
	padding-top: 0px;
  /* Hide the following from decent browsers. Only IE-win sees this. \*/
	height: 1%; /* remove IE three pixel gap */
	}

/* body has a margin of 8 pixels (why are there no *standards*?) */
body {
	margin: 8px;
}	

/*---styles for news (frontpage)-----------------*/

h3.news {
	color: #A3181E;
	font-family: palatino, georgia, times new roman, serif;
	font-size: 15px;
	text-indent: 5px;
}

p.news {
	font-family: palatino, georgia, times new roman, serif;
	color: #2D455B;
	padding-left: 7px;
	font-size: small;
}
a.news:link, a.news:visited {
	color: #A3181E;
}

/*---the footer----------------------------------*/
#footer {
	float: left;
	font-family: palatino, georgia, times new roman, serif;
	font-size: x-small;	
	color: #2D455B;
}

/*---styles for other content--------------------*/
/* defaults */
a:link, a:visited { 
	color: #2D455B;
	text-decoration: underline;
}

a:hover { 
	background-color:#ffff00; 
}

/* headers */
a.header, a.header:link, a.header:visited {
	color: #A3181E;
	text-decoration:none;
	}
	
h1 {
	text-indent: 5px;
	padding-top: 15px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	
	font-family: palatino, georgia, times new roman, serif;
	color: #A3181E;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 
	text-indent: 5px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	
	font-family: palatino, georgia, times new roman, serif;
	color: #A3181E;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
  /* the original <h1> font
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color:#ffffff;
	background-color:#668DB5; 
	*/

	/* another font option from csszengarden 
	font-family: "Courier New", Courier, monospace;
	color: #A3181E;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bolder;
	text-transform: uppercase;
	*/

/* paragraphs */
.text { 
	margin: 0px;
	padding-top: 3px;
	padding-left: 7px;	 
	color: #2D455B;
	font-size: small; 
	font-family: palatino, georgia, times new roman, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

table.text {
	margin: 0px;
	margin-left: 7px;
}

/* additional emphasis */
.emp {
	font-weight: bold;
}

/* make text smaller */
.sm {
	font-size: smaller;
}
/* lists */
ul {
	color: #2D455B;
	font-size: small; 
	font-family: palatino, georgia, times new roman, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

/* tables */
table.download {
  font-family:Arial, Helvetica, sans-serif;
  width:670px;
	background-color:#FFFFCC; 
  border-width:1px;
  border-style:solid;
  border-color:#CC0000;
}

.dlhead {
  text-align: left;
  background-color: #FFCC33;
}

.dlcol1 {
  width:130px;
  text-align: left;
  background-color: #FFCC33;
}

.dlcol2 {
  text-align: left;
  background-color: #FFE299;
}


/* imprint needs some special treatment */
td.impl {
	text-align: left; 
}	
td.impr {
	text-align: right; 
}	

/* 
	vim:ts=2 sw=2 nowrap: 
*/
