body {
	background-image: url(images/bg3.jpg);
	background-position: 799px 0px;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

a:hover {
   font-style : normal;
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   background-color : #006699;
   text-decoration : none;
}

a:active {
   font-style : normal;
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #999999;
   text-decoration : underline;
}

a, visited {
   font-style : normal;
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
}

tr {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
}

td {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   margin: 5px 5px 5px 5px;
}

td.borderon {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   border: 1px solid green;
}

table {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
}

select {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   background-color : #00aabc;
   border-width : 1px;
   border-color : #ffffff;
}

radio {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   border-width : 1px;
   border-color : #ffffff;
}

p {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   line-height: 1.2em;
}

h2 {
	margin: 5px 5px 5px 5px;
}

input {
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ffffff;
   background-color : #00aabc;
   border-width : 1px;
   border-color : #ffffff;
}

div {
   font-style : normal;
   font-weight : normal;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
}

img {
	border: 0px;
	}
	


/* id's for general layout */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	}

#title {
	float: right;
	margin-top: 20px;
	background-color: #ffffff;
	text-align: right;
	width:300px;
}

#leftcolumn {
	position: absolute;
	left: 10px;
	top: 134px;
	padding: 0px;
	width: 140px;
	background-color: #ffffff;
	border: 0;
	}
	
#rightcolumn {
	position: absolute;
	left: 160px;
	top: 134px;
	padding: 5px 5px 20px 5px;
	width: 620px;
	line-height: 1.2em;
	background-color: #ffffff;
	border: 0;
	}

#vid_menu {
	float: left;
	padding: 10px;
	width: 280px;
	background-color: #ffffff;
	border: 0;
	}

#vid_play {
	float: right;
	padding: 10px;
	width: 280px;
	background-color: #ffffff;
	border: 0;
	}
	
.left {
	float: left;
}
.right {
	float:right;
}
	
/*styling ul for navigation*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.resources li {
	padding-left: 38px;
	line-height: 20px;
	font-style: bold;
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
	}
	
ul.use li {
	padding-left: 30px;
	line-height: 20px;
	font-style: bold;
	}

ul.target li { background: url(images/link_icon.gif) 2px 5px no-repeat; }
ul.arrow li { background: url(images/arrow.gif) 10px 5px no-repeat; }
