/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;

	background-color: #EEEEEE;
	text-align: center;
	padding: 0;
	margin: 0;
}

p{
	color: #000000;
	text-decoration: none;
}
p.small {
	color: #666666;
	text-decoration: none;
	font-size: 80%;
}
p.footer{
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	padding: 0;
	margin: 0;
}

p.footer_right{
	padding: 0;
	margin: 0;
	color: #666666;
	text-decoration: none;
	font-size: 80%;
	text-align: right;
}
a{
	color: #3366AA;
	text-decoration: none;
}

a:hover{
	color: #5599DD;
	text-decoration: underline;
}
a.footer{
	color: #333333;
	text-decoration: none;
}

a.footer:hover{
	color: #CC0055;
	text-decoration: underline;
}


div.wrapper {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 965px;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
/*	margin-top: 1em;*/
	margin-right: auto;
	margin-left: auto;
}
div.previewbanner {
	background-color: #FFFFCC;
	width: 965px; height: 20px;
	color: #ff0000;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #000000;
}
div.left_side {
	background-color: #FF0000;
	width: 160px;
	float: left;
}

div.footer {
	clear: both;
	float: left;
	text-align: left;
 
	width: 960px;
	/*
	width: 555px;
	*/
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div.footer_left{
	width: 555px;
	float: left;
}

div.footer_right{
float: right;
width: 400px;
text-align: right;
/*
	float: right;
 
	width: 400px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	*/
}
div.left_img {
	float: left;
	width: 160px;
}

div.left_menu {
	float: left;
	width: 160px;
	/*height: 600px;*/
}
div.right_side {
	background-color: #FFFFFF;
	width: 645px;
	float: left;
}

div.right_top {
	background-color: #FFFFFF;
	float: right;
	height: 230px;
	width: 645px;
}
div.right_btm {
	background-color: #FFFFFF;
	float: right;
	width: 645px;
	background-image: url(../images/bg_rightbtm.jpg);
	background-repeat: repeat-x;
}
div.feature_left {
	background-color: #FFFFFF;
	float: left;
	width: 284px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
div.feature_right {
	background-color: #FFffff;
	float: right;
	width: 326px;
}
div.feature_img {
	background-color: #FFffff;
	height: 230px;
	width: 276px;
	float: left;

}

div.feature_icon  {
	background-color: #FFFFFF;
	float: right;
	width: 45px;

}

/************** .content styles ***************/
div.content1 {
	float: left;
	width: 360px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 90%;
}
div.content1_detail {
	width: 395px;
}


/*
div.content1_detail li is stored in the PHP File as used in JavaScript for the Wysiwyg, need to have PHP Variables.
*/
 

div.content1_news {
	float: right;
	width: 210px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
div.latest {
	float: right;
	width: 200px;
	padding-left: 0.6em;
	border-left: 1px dotted #59D;
/*	padding-bottom: 0.6em;
	border-bottom: 1px dotted #59D;*/
}
div.latest ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.latest ul li {
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #59D;
}

div.latest ul li a:link {
	color: #06B;
	text-decoration: none;
}

div.latest ul li a:visited {
	color: #06B;
	text-decoration: none;
}

div.latest ul li a:hover {
	color: #59D;
	text-decoration: none;
}

.float_right {
	float: right;
	padding-left: 10px;
}
.float_left {
	float: left;
	padding-right: 10px;
}
.clear_both {
	clear: both;
}
div.clear {clear: both;
	font-size: 1px;
 }

.quotes{
	color: #59D;
	font-weight: bold;
	font-size: 180%;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}

h1 {
	color: #59D;
	font-weight: bold;
	font-size: 180%;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
h2 {
	color: #59D;
	font-weight: bold;
	font-size: 150%;
}

h2.italic {
	color: #59D;
	font-weight: lighter;
	font-size: 150%;
	font-style: italic;
}

h3 {
	color: #59D;
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
}

h3.italic {
	color: #59D;
	font-weight: lighter;
	font-size: 130%;
	font-style: italic;
}
h4.black {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
 
}
h4.red {
	color: #CC0033;
	font-weight: normal;
	font-size: 110%;
 
}

/* ---------- navigation items -------------*/
div.navcontainer {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 6px;
}

div.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

div.navcontainer li { margin: 0; }

div.navcontainer a
{
	display: block;
	padding-top: 5px;
	padding-right: 34px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #fff;
	text-decoration: none;
}

div.navcontainer a.current
{
background-image: url(../images/bg_current.gif);
background-repeat: no-repeat;
}

div.navcontainer a.not_current
{
background-image: url(../images/bg_notcurrent.gif);
background-repeat: no-repeat;
}

div.navcontainer a.not_current:hover
{
background-image: url(../images/bg_current.gif);
background-repeat: no-repeat;
}

div.navcontainer ul ul li { margin: 0; }

div.navcontainer ul ul a
{
display: block;
padding: 5px 34px 10px 0px;
width: 126px;
color: #fff;
background-color: #59D;
font-size: 85%;
text-decoration: none;
}

div.navcontainer ul ul a:hover
{
background-color: #9CE;
}

div.navcontainer ul ul a.selected
{
background-color: #9CE;
}

div.course table 
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	padding: 0px;
}
 
div.course th
{
	padding: 1px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #CCEEFF;
} 

div.course td 
{
padding: 1px;
border-right: 1px solid #999;
border-bottom: 1px solid #999;

}

div.history table 
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
div.history th
{
	padding: 1px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #CCEEFF;
	text-align: center;
	font-weight: bold;
} 

div.history td 
{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
 
}	 

.red {
	color: #ff0000;
}
.green {
	color: #008000;
}


.button{
	padding-right: 6px; font-size: 10px; 
	color: #ffffff; 
	padding-bottom: 2px;
	background-color: #0b5fc2;
	border: 1px solid #000066;
}
.button120{
	width: 120px;
	 padding-right: 3px; font-size: 10px; 
	color: white; 
	padding-bottom: 1px;
	border: 1px solid #333333;
	background-color:#666666;
	font-size: .8em;
}
.textfield150{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 width: 150px; padding-right: 4px; 
	font-size: 0.9em;
	color: #666666; 
	padding-bottom: 1px;
	border: 1px solid #cccccc;
	background-color: white;
}

.textfield250{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 width: 250px; padding-right: 4px; 
	font-size: 0.9em;
	color: #666666; 
	padding-bottom: 1px;
	border: 1px solid #cccccc;
	background-color: white;
}
iframe{
color: blue;
}

.ErrorMessage{
	border: 1px solid #FF0000;
	background-color: #FFC0C0;
	color: #FF0000;
}div.content1_detail li{
list-style-type: none;
background-image: url(../images/bullet_blue2.gif);
background-repeat: no-repeat;
background-position: top left;
width: 360px;
padding-left: 16px;
margin: 0 0 5px -40px;
font-weight: normal;
}
