
body
{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #024345;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F3E;
	font-weight: bold;
	text-align: justify;
}
.style6
{
	color: #FFFFFF;
	font-size: 15px;
}

.ed_link
{
	color: #C1FEFF;
}

.ed_link2
{
	color: #C1FEFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
#left_content a:hover
{
	text-decoration: none;
}


#header
{
	background-image: url(images/head.jpg);
	height: 190px;
	width: 900px;
	clear: both;
}
#navigation
{
	width: 900px;
	padding-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
#navigation a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #E6F6F6;
}
#navigation li
{
	display: inline;
	margin-right: 55px;
	padding: 0px;
	line-height: 15px;
}
#navigation a:hover
{
	color: #023A39;
	text-decoration: none;
}
#navigation ul
{
	list-style-type: none;
}
#main
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content
{
	width: 900px;
}
#left_content
{
	width: 415px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	height: 570px;
	background-image: url(images/book.png);
	background-repeat: no-repeat;
}
#right_content
{
	width: 420px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#right_content_c
{
	width: 400px;
	float: right;
	padding-left: 15px;
	margin-top: 50px;
	margin-right: 20px;
	font-size: 16px;
}
#down_content
{
	width: 830px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 120px;
	background-color: #012c2d;
	border: 2px solid #000000;
	margin-bottom: 20px;
}
#footer
{
	width: 100%;
	height: 70px;
	background-color: #011415;
}
.style1
{
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}
.style2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.style3
{
	font-family: Arial;
	font-size: 22px;
	color: #C1FEFF;
}
.style4
{
	font-size: 19px;
}
.style5
{
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 30px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman" , Times, serif;
}
.link a:hover{color:#011f20;}

.clear {clear :both;}
@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


* { margin: 0; padding: 0; }


cite { float: right; }
ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
div.section { clear: both; padding-top: 50px; }

.table1 { float: right; margin-bottom: 2em; border: solid 1px #eee; }
.table1 caption { color: #fff; text-align: center; padding-bottom: 5px; }
.table1 th, .table1 td { padding: 7px; }
.table1 th, .table1 thead td { background-color: lightyellow; color: #000; }
.table1 tbody td { background-color: #fff; color: #000; }
.table1 tbody th { text-align: right; }

* html ul.dropdown ul { bacground-image: url(images/drodown_pane_8bit.png); }
