/* CSS Document */
html { background-image:url("images/skybg.jpg");
/*background-repeat: no-repeat;*/}
body {    
	/*background:#000066;*/
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em times new roman,serif;
	color:#03255C;
	}
p {line-height:120%;

}
h1 {line-height:130%;
font-size: 20pt;
}
h2 {line-height:130%;
font-size: 18pt;
}
h3{line-height:120%;
font-size: 14pt;
}
a {  /*Font-weight:bold;*/
font-size:13pt;
	color:#00F;
	text-decoration:none;
	
	}
img.floatLeft { 
    float: left; 
    margin: 6px; 
}

img.floatRight { 
    float: right; 
    margin: 6px; 
}

a:hover {
	border-bottom:1px solid;
	color:#03255C;
	}
#centered { 
 width: 85%; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 100px; /* Changing this value will add lines around the centered area */
 padding: 0px;  
 margin: 0 auto;

} 
#wrapper1 {/*background-image:url("images/sky2.jpg");*/
	position:relative; 
	text-align:left;
	width:900px;
	background:#FFFFCC url("images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative; 
	text-align:left;
	width:900px;
	/*background-image:url("images/sky2.jpg");*/
	background:url("images/leftcolor_bg.gif") repeat-y top left;
	}
#header {position:relative;
 	background:#FFFFCC;
	background-image:url("images/banner-2.png"); 
	background-repeat: no-repeat;
	padding:-10px;
	margin:-10px;
	text-align:center;
	color:#00f;
	width:98%;
	height:250px;}
#header h1 {
	font-size:300%;
	position:relative;
	left:-75px;
	top:10px}
#header a:hover {
	color:#03255C;
	}
#header img{position:relative;  left:-10px; top:60px;
}
#navmenu{ position:float; top:10; left:135; }
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; 
    list-style-image: none;
  
  }
#navmenu li {display: inline; 
	padding: 5px 15px 5px 15px;
	font-size: 14pt; 
	 }
#navmenu a {text-decoration:none; }
#navmenu a:link {color:  #03255C;  }
#navmenu a:visited {color: #0066cc;  }
#navmenu a:hover {color: #03255C;  }
#navmenu a:active{color: #000099;  }

#menu1 {font-size: 13pt;
	background:#CCCC99;
    background url("images/leftcolor_bg.gif") repeat-y top left; 
	}
#menu1 p {line-height:110%; }
#menu1 li {line-height:115%; }
#menu1 a:link {color:  #03255C;  }
#menu1 a:visited {color: #0066cc;  }
#menu1 a:hover {color: #03f;  }
#menu1 a:active{color: #FFFFCC;  }
ul {list-style:none;}
#maincol {
/*background-image:url("images/sky2.jpg");*/
	position:relative;
	margin:0;
	padding:10px;
	}
.myBox {
    margin: 0.5in auto;
    color: #03255C;
    width: 95%;
    padding: 20px;
    text-align: left;
	/*background-image:url("images/sky2.jpg");
	background-repeat: no-repeat;*/
    background-color: #CCCC99;
    border: 0px solid #03255C;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#leftcol { font-size:14pt;
    font-weight:bold;
    position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding: 10px;
	
	background:#CCCC99;
	z-index:100;
	}
#leftcol a {font-family:times new roman;
font-weight:bold;
	color:#0000cc; }
#leftcol a:hover {
	border-bottom:1px solid;
	color:#0033CC;
	}
#leftcol a:visited {color: #993333; }    
#rightcol {font-size:14pt;
	line-height:130%;
	position:relative;
	top:-10px;
	right:0px;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -15px 0;
	padding:10px;
	background:#CCCC99;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	font-size:14pt;
	/*background-image:url("images/sky2.jpg");*/
	border:0px;
	}
#centercol ul {font-size:12pt;}
#centercol ol{font-size:12pt;}
#centercol a {font-family:times new roman;
font-weight:bold;
	color:#0000cc;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#0033CC;
	}
#centercol table{width:100%;
font-size:80%; }
#centercol td{width:50%; }

table.list {width:100%;
line-height:130%;
border-color:#03255C; 
font-size:80%;  
}
table.list td{width:25%;
border-bottom:solid;
 border-size:1px; }
table.list2 td{width:75%;
border-bottom:solid;
 border-size:1px; }

#footer {font-size:12pt;
	position:relative;
	top:1px;
	background:#FFFFCC;
	width:100%;
	clear:both;
	margin:0px;
	padding:1% 0;
	text-align:center;
	/*background-image:url("images/sky2.jpg");*/
	color:#03255C;
	}


