/* CSS Document for NOGAP website*/
	


body {
	background-color:#AAD284;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333333;
	margin:0;}


a {
	color:#006633;
	font-weight:bold;
	text-decoration:none;}

a:hover {
	color:#006633;
	font-weight:bold;
	text-decoration:underline;}


#header {  /* logo section */
	width:100%;
	background-color: #ffffff;
	border-bottom: 1px solid #204000;
	color:#ffffff;
	height: 105px;
	background-image: url(images/nogapbi.jpg);
	background-repeat: no-repeat;	background-position: right;}


#header p {
	padding:5px;
	margin:0;
}
#header a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;}

#header a:hover {
	color:#a34fc9;
	text-decoration:none;
	font-weight:normal;}


#menu {    /* Purple menu section */
	background-color: #a34fc9;
	border-top: 1px solid #ececcf;
	border-bottom: 1px solid #a8a88d;
	width:100%;
	text-align:right;}

#menu p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0;}

#menu a {
	background-color:#a34fc9;
	border-top: 1px solid #ececcf;
	border-left: 1px solid #ececcf;
	border-bottom: 1px solid #86866b;
	border-right: 1px solid #86866b;
	height:100%;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;	}

#menu a:hover {
	background-color:#AAD284;
	border-top: 1px solid #606049;
	border-left: 1px solid #606049;
	border-bottom: 1px solid #a2a28c;
	border-right: 1px solid #a2a28c;
	height:100%;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;}


#container {
	width:100%;}

#left_column {   /* Left Menu   */
  width: 15em;
  float: left;
  clear: left;
  color:#FFFFFF;}   /* white */


#left_column h1 {
	background-color:#7F9966; /* Dark Green */
	font-size:120%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin:0;
	color:#003300;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:normal;}

#left_column a {
	
	color:#006633;
	text-decoration:none;
	display:block;
	border-top:1px solid #9fbb88;
	border-bottom:1px solid #9fbb88;}


#left_column a:hover {
	
	color:#ffffff;
	text-decoration:none;
	display:block;
	background-color: #a34fc9;  /* Purple */
	border-top: 1px solid #c5f397;
	border-bottom: 1px solid #81b053;}

#left_column b {   /* being used to show which is current page */
	background-color: #a34fc9;   /* Purple */
	display:block;
}

#left_column p {    /* indenting sub menus  */
	
	color:#006633;
	text-decoration:none;
	margin:0;
	padding-left: 15px;}


#right_column {    /* main text */
	background-color: #EFF7E8;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 15em;
	padding-right:25px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #cccccc;}

#right_column p {
	padding:5px;}

#right_column h1 {
	background-color: #7e9765;
	border-top: 1px solid #9fbb88;
	border-left: 1px solid #9fbb88;
	border-bottom: 1px solid #5d7744;
	border-right: 1px solid #5d7744;
	color:#FFFFFF;
	padding:5px;
	font-weight:normal;
	font-size:140%;}

#right_column h6 {
	color: #7b4dd0;
	font-size: 1em;
	font-style: italic;
	padding-right:20px}

#right_column li{
	list-style-image: url(images/bullet1.gif);
	display: list-item;
	vertical-align: text-top;
	padding-bottom:16px}

address{
	padding-left: 15px;
	color: #7e41ce;}

#footer {
	background-color:#CACAAF;
	border-top: 1px solid #ececcf;
	border-bottom: 1px solid #a8a88d;
	width:100%;
	text-align:right;
	color: #070707;}

#footer p {
	padding:5px;
	margin:0;}

#footer a {
	color: #050505}


