/* CSS Document */



h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e7e7e7;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	color: #000000;

	}

#container {
	height:  100%;
	width : 764px;
	overflow: auto;
	margin : 0 auto;
	}

#top {
	width: 764px;
	height: 28px;
	background-image: url(gfx/bg-top.gif);
	background-repeat:no-repeat;
	}

#menu {
	width: 300px;
	text-align: right;
	float: right;
	padding-right:10px;
	padding-top:10px;
	font-size: 10px;
	font-weight: bold;
	color: #006691;
	}

	
#menu A {
	font-size: 10px;
	font-weight: bold;
	color: #006691;
	}
	
#topheader {
	width: 764px;
	height: 42px;
	background-image: url(gfx/top-header.gif);
	background-repeat:no-repeat;
	clear:right;
	}
	
#content {
	width : 764px;
	background-color: #FFF;
	background-image: url(gfx/shadow-right.gif);
	background-repeat: repeat-y;
	background-position:right;
	overflow: auto;
	}
  
#contentLeft {
	width: 152px;
	height: 100%;
	float: left;
	background-color: #FFF;
	border-right: 1px solid #7c7c7c;
	}
  
#contentRight {
	width: 600px;
	height: 100%;
	float:right;
	}

#footer {
	width : 764px;
	height: 10px;
	background-image: url(gfx/bg-footer.gif);
	background-repeat:no-repeat;
	}

UL {
	line-height: 15px;
	}
	
	
UL#navigation {
	margin:  0;
	padding-left:0;
	display: block;
	}
	
LI#navigation {
	padding: 0;
	margin:  0;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	}
	
LI#navigationSub {
	padding: 0;
	margin:  0;
	border-bottom: 1px solid #7c7c7c;
	display: block;
	}
	
LI#navigation A {
	font-weight: bold;
	color: #006691;
	text-decoration: none;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	}
	
LI#navigation A:hover {
	color: #FFF;
	background-color: #d0010e;
	}
	
LI#navigationSub A {
	font-weight: regular;
	color: #006691;

	text-decoration: none;
	padding-left: 14px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	}
		
LI#navigationSub A:hover {
	color: #FFF;
	background-color: #d0010e;
	}
	
LI#navigation.activeLink {
	font-weight: bold;
	height: 20px;
	padding-left: 9px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #FFF;
	background-color: #d0010e;
	}
 
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #d0010e;
	padding-top: 6px;
	margin-left: 10px;
	}
 
 
H2 {
	font-size: 14px;
	font-weight: bold;
	color: #d0010e;
	margin-top: 20px;
	margin-left: 30px;
	}
 
P { 
	font-size: 12px;
	margin-left: 30px;
	margin-right: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: justify;
	line-height: 16px;
	}
  
  A {
  color: #006691;
  text-decoration: underline;
  }
  
  A:hover {
  text-decoration: none;
  }
  
.ActiveLink {
	color: #d0010e;
	font-weight: bold;
	}