html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#FFFFFF;
	font-weight : normal;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:778px;	
}
#inner {
	position: relative;
	float:left;
	width:778px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#logo {
	position: relative;
	float:left;
	width:778px;
	height:264px;
	background-image : url(../images/logos/logomain.jpg);
	background-repeat : no-repeat;
	
}
#strip {
	position: relative;
	float:left;
	width:778px;
	height:9px;
	background-image : url(../images/hlstrip.jpg);
	background-repeat : no-repeat;
	font-size:1%;
}

ul {
	font-size:100%;
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
p{
	margin-top:0px;
	padding-top:0px;
}
/* Header
***********************************************/
#leftnav {
	position: relative;
	float:left;
	width:139px;
	font-size:70%
}

#leftnav a:link {color: #FFFFFF;text-decoration: none;}
#leftnav a:visited {color: #FFFFFF;text-decoration: none;}
#leftnav a:hover {color: #FFFFFF;text-decoration: none;}
#leftnav a:active {color: #FFFFFF;text-decoration: none;}
.leftnavnolink {color: #FFFFFF;text-decoration:none;font-weight:bold;}

.navon {
	position: relative;
	float:left;
	width:119px;
	padding-right:20px;
	background-image : url(../images/navon.jpg);
	background-position : top;
	background-repeat : no-repeat;
	text-align:right;
	padding-bottom:10px;
}
.navoff {
	position: relative;
	float:left;
	width:119px;
	padding-right:20px;
	background-image : url(../images/navoff.jpg);
	background-position : top;
	background-repeat : no-repeat;
	text-align:right;
	padding-bottom:10px;
}

#topnav {
	position: relative;
	float:left;
	width:792px;
	height:22px;
	padding-top:5px;
	font-size:80%;
	text-align:center;
	color:#000000;
}
#topnav a:link {color:#000000;text-decoration: none;}
#topnav a:visited {color:#000000;text-decoration: none;}
#topnav a:hover {color:#000000;text-decoration: underline;}
#topnav a:active {color:#000000;text-decoration: none;}
.nolinktopnav {color:#000000;text-decoration:underline;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:639px;
	
}

#mid {
	position: relative;
	float:left;
	width:400px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
#mid2 {
	position: relative;
	float:left;
	width:639px;
	background-color : #4F678D;
}

#maintitle {
    position: relative;
	float:left;
	font-size:120%;font-weight:bold; color:#FFFFFF;
	width:400px;
	padding-bottom:15px;
}
#maintitle2 {
    position: relative;
	float:left;
	font-size:120%;font-weight:bold; color:#FFFFFF;
	width:639px;
	padding-bottom:15px;
	background-color : #4F678D;
}
#subtitle {
    position: relative;
	float:left;
	font-size:80%;font-weight:bold; color:#FFFFFF;
	width:400px;
	padding-bottom:10px;
}
.people {
	position: relative;
	float:left;
	width:400px;
	padding-bottom:10px;
}
.pimage {
	position: relative;
	float:left;
	width:86px;
}
.ptext {
	position: relative;
	float:left;
	width:304px;
	padding-left:10px;
}
.course {
	position: relative;
	float:left;
	width:639px;
	background-color : #4F678D;
	border-bottom:1px solid #FFFFFF;
	padding-top:10px;
}
.coursedet {
	position: relative;
	float:left;
	width:280px;
}
.coursedet2 {
	position: relative;
	float:left;
	width:359px;
	color:#FFFFFF;
	line-height:15px;
}
.coursetit {
	font-size:110%;
	font-weight:bold;
}
.price {
	font-size:130%;
	font-weight:bold;
	color:#FFFFFF;
}


#right {
	position: relative;
	float:left;
	width:197px;
	padding-left:12px;
}
.rightpart {
	position: relative;
	float:left;
	width:186px;
	font-size:70%;
	padding-bottom:5px;
}
.hlimage{
	position: relative;
	float:left;
	padding-top:10px;
	padding-left:15px;
}
a:link {text-decoration: none;	color:#FFFFFF;}
a:visited {text-decoration: none;	color:#FFFFFF;}
a:hover {text-decoration: underline;	color:#FFFFFF;}
a:active {text-decoration: none;	color:#FFFFFF;}

a.bodylink:link {text-decoration: none;	color:#4F678D;}
a.bodylink:visited {text-decoration: none;	color:#4F678D;}
a.bodylink:hover {text-decoration: underline;	color:#4F678D;}
a.bodylink:active {text-decoration: none;	color:#4F678D;}

/*********** Generic Style***********/
 h1{font-size:100%;font-weight:bold; color:#663300;}
 .h2{font-size:70%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #666666;text-decoration: none;}
#footer a:visited {color: #666666;text-decoration: none;}
#footer a:hover {color: #666666;text-decoration: underline;}
#footer a:active {color: #666666;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:778px;
	height:49px;
	font-size:70%;
	text-align:center;
	color: #666666;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:5px;
	
}

.red {
	color:#FF0000;
}

#error {
	position:relative;
	float:left;
	padding:10px;
}
/*CONTACT FORM******************************/
#contactform{position:relative;	float:left;}
.frmul{position:relative;	float:left; width:110px;text-align:right;}
.frmur{position:relative;	float:left;}
#formdetail{position:relative;float:left;padding:5px;margin-bottom:10px;}
.frmll{position:relative;float:left;width:105px;text-align:right;padding-right:5px;margin-top:2px;margin-bottom:2px;}
.frmlr{position:relative;float:left;margin-top:2px;margin-bottom:2px;}
input,select,textarea {	font-family: Arial, Helvetica, sans-serif;	padding-left:3px;	font-size:100%;}

/*NEWS FORMAT******************************/
.newsitem {	position:relative;	float:left;	width:400px;}
.newsleft {	position:relative;	float:left;	width:293px;}
.newstitle {position:relative;float:left;width:400px;font-weight:bold;}
.newstext {	position:relative;	float:left;	width:400px;}
.newsimage {position:relative;	float:left;	width:122px;padding-top:5px;}

/*******lwsvisible******************************/
.lwsvisible {
	width:1px;height:1px;visibility:hidden;line-height:1px;
}

/***POPUP Script*********************************/
#popcont{margin-left:auto;	margin-right:auto;	width:600px;}
#popinner{
	position:relative;
	float:left;
	background-image : url(../images/bg_popup.jpg);
	background-repeat : no-repeat;
}
#popcontent {
	position:relative;
	float:left;
	padding:20px;
	padding-top:180px;
	width:560px;
	padding-bottom:40px;
}
.bigwhite {
	font-size:120%;
	color:#FFFFFF;
	font-weight:bold;
}
.underline {
	text-decoration : underline;
}
#contbot {
	position:relative;
	float:left;
	width:400px;
	padding-top:30px;
}