/* This part is for the navigation bar on the left side */
#nav	{
	width: 170px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	text-align: left;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#nav ul li {
	border-top: 0px solid #90bade;
	border-bottom: 0px solid #90bade;
	margin: 0;
	}

#nav ul li.first {
	border-top: 2px solid #90bade;
	margin: 0;
	}

#nav ul li.last {
	border-bottom: 2px solid #90bade;
	margin: 0;
	}

/* This controls how the currently active link in the navigation bar displays */
#nav ul li.here {
	list-style: none;
	text-align: center;
	background-color: #ffffff;
	font-weight: 900;
	}

#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #1958b7;
	border-right: 0px solid #508fc4;
	color: #336699;
	text-decoration: none;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

/* Controls the hovering effects */
#nav li.hoverborder a:hover {
	border-right: 2px solid #90bade;
	border-left: 2px solid #90bade;
	font-weight: 900;
	color: #336699;
	}
/* This is where the part for the navigation bar ends */

P 	{
	font-family:"Arial"; 
	font-size:12;
	}

BODY 	{
	font-family:"Arial"; 
	font-size:12;
	scrollbar-face-color: #4080bf;
	scrollbar-highlight-color: #6CCCFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #808080;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #EAF2F9;
	}

/* for the general syyle of the text in the content div */
#content
	{
	position: absolute; 
	left: 180px; 
	top: 130px; 
	width: 460px; 
	height: 388px; 
	padding: 15px; 
	background: #ffffff; 
	z-index:1
	font-family: Arial !important;
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	border-top: 2px solid #90bade;
	border-bottom: 2px solid #90bade;
	}

/* for headings in the content div */
#content h1
	{
	font-family: Arial;
	color: #336699;
	font-size: 17px;
	text-align: center;
	font-stretch: wider;
	}
	
#content h2
	{
	font-family: Arial;
	color: #336699;
	font-size: 15px;
	text-align: center;
	}
	
#content h3
	{
	font-family: Arial;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	}

#content .left
	{
	text-align: left;
	}

#content .justify
	{
	text-align: justify;
	}

#content .center
	{
	text-align: center;
	}

/* for unordered lists in the content div */
#content ul
	{
	font-family: Arial;
	color: #333;
	font-size: 13px;
	}

#content ul.inline li
	{
	list-style-type: none;
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	}

/* for new paragraphs in the content div */
#content p
	{
	font-family: Arial;
	color: #333;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	}
	
/* for horizontal rule in the content div */
#content hr
	{
	border-color:#0099CC; 
	border-width:1px; 
	border-style: solid;
	}

#content a:link     { text-decoration:none;       color:#7E9CCA}
#content a:visited  { text-decoration:none;       color:#A56EB9}
#content a:hover    { text-decoration:underline;  color:#2970AD}
#content a:active   { text-decoration:none;       color:#FF6633}

/* This is the end of content div styles */

/* for any important text, secondary headings */
.thick
	{
	font-family: Arial;
	color: #333;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	}

.aligncenter
	{
	text-align: center;
	align: center;
	}
	
.highlight
	{
	background: #EAF2F9;
	}

/* This is to make the first letter of each important paragraph big */ 
.dropcap
	{
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 93%;
	}

.noscreen
	{
	visibility: hidden;
	}

.noprint
	{
	visibility: visible;
	}

/* This is the starting of the navright div */
#navright {
	position: absolute;
	left: 630px;	
	top: 148px;
	width: 170px;
	height: 500px;
	margin: 10px;
	padding: 1px;
	color: #000000;
	z-index: -1;	/* this is very important to keep the right navigation from interfearing with the rest of the page contents */
	text-align: center;
	border-top: 2px solid #90bade;
	border-bottom: 2px solid #90bade;
	}

/* just to give the logos in the right navigation a center position */
#navright img {
	padding: 1px 1px 1px 1px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	}

/*
#navright p a:hover {
	border-right: 2px solid #90bade;
	border-left: 2px solid #90bade;
	}
*/

/* improtant for keeping the text under the images from sticking to the images */
#navright p {
	font-family: Arial;
	text-align: center;
	color: #336699;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	padding: 5px;
	margin: 10px 0px 15px 0px;
	}

#pagename {
	position: absolute;
	left: 45px;
	top: 80px;
	height: 25px;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #000099;
	z-index: 2;
	}

#websitename {
	position: absolute;
	left: 235px;
	top: 40px;
	height: 35px;
	width: 335px;
	text-align: center;
	font-size: 30px;
	color: #000099;
	z-index: 2;
	}

#container {
	position: absolute;
	left: 10px;
	top: 10px; 
	width: 820px;
	height: 700px;
	border: 1px solid #000000; 
	padding: 10px; 
	background: #EAF2F9;
	}

#banner img {
	width: 746px;
	height: 100px;
	}

#search {
	position: absolute;
	width: 170px;
	top: 400px;
	padding: 1px;
	text-align: center;
	border-bottom: 2px solid #90bade;
	}

#translate {
	position: absolute;
	width: 170px;
	top: 570px;
	padding: 1px;
	text-align: center;
	border-bottom: 2px solid #90bade;
	}


/* For form fields */
textarea {
	background-color: #009999;
	color: #00FF00;
	font-family: garamond, tahoma, arial;
	font-weight: bold;
	}

.field {
	background-color: #009999;
	color: #00FF00;
	font-family: garamond, tahoma, arial;
	font-weight: bold;
	}

.formbutton {
	color: #009999;
	text-transform: capitalize;
	cursor: hand;
	}

select {
	background-color: #009999;
	color: #00FF00;
	font-family: garamond, tahoma, arial;
	font-weight: bold;
	}
