/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bckgrnd.gif);
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif
}

img { border: none; }

a {
 text-decoration: none;
 color: #a00000;
  font-weight: bold;
}

a:hover {
  color: #ffaa00;
}

#logo {
	position: absolute;
	top: 35px;
	left: 480px;
}

#navigation {
	position: absolute;
	top: 170px;
	left: 560px;
}

#navigation A {
	display: block;
	text-decoration: none;
}

A.lev0 {
	margin-left: 20px;
	font-weight: bold;
	color: #30659a;	
}

A.lev0:HOVER {
	color: #ffaa00;
}

A.lev0Act {
	margin-left: 0px;
	font-weight: bold;
	color: #ffaa00;	
}

A.lev0Act:HOVER {
	color: #ffaa00;
}

A.lev0SubAct {
	margin-left: 0px;
	font-weight: bold;
	color: #ffaa00;
}

A.lev1 {
	margin-left: 20px;
	color: #30659a;
	font-size: 13px;
	margin-bottom: 5px;
}

A.lev1:HOVER {
	color: #ffaa00;
}

A.lev1Act {
	margin-left: 20px;
	color: #ffaa00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

A.lev1Act:HOVER {
	color: #ffaa00;
}


A.lev1Last {
	margin-left: 20px;
	margin-bottom: 15px;
	color: #30659a;	
	font-size: 13px;
}

A.lev1Last:HOVER {
	color: #ffaa00;
}

A.lev1LastAct {
	margin-left: 20px;
	margin-bottom: 15px;
	color: #ffaa00;	
	font-size: 13px;
	font-weight: bold;
}

A.lev1LastAct:HOVER {
	color: #ffaa00;
}




#content {
	position: absolute;
	top: 35px;
	left: 50px;
	width: 400px;
	padding-bottom: 40px;
}

h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #30659a;	
}

p, ul {
	margin-top: 0px;
	font-size: 16px;
	line-height: 22px;
	color: #30659a;	
}

#content A:HOVER {
        color: #ffaa00;
}





#appendix {
	position: absolute;
	top: 400px;
	top: 40px;
	left: 560px;
	left: 780px;
	width: 180px;
}

#appendix h1 {
	margin-top: 0px;
	font-size: 18px;
	color: #30659a;	
}


#breakingNews {
	margin-top: 40px;
	width: 185px;
}

#breakingNews H1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

#breakingNews p {
	margin-top: 0px;
}

#breakingNews em {
	font-size: 12px;
	font-style: normal;
}