/*
	CSS Index
	---------------------------------
	rob@junkdesign.co.uk 
	---------------------------------
	
*/




/*
	Body and Main Container
	-----------------------
*/



body {
	background:#fff url(../images/bg-page.gif) repeat-y top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0;
	text-align: center;

}



#wrapper { 
	margin: 0 auto;
	width: 960px;
	background-color:#ffffff;
	text-align: left;
}


#headerwrap {
	color: #ffffff;
	width: 960px;
	float: left;
	padding: 0px;
	height: 149px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	text-align: left;
}


#menuleft {
	background: #ffffff;
	width: 200px;
	float: left;
	text-align: left;
	vertical-align:top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#content {
	float: left;
	background: #ffffff;
	width: 540px;
	display: inline;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#sidebar {
	background: #ffffff;
	width: 180px;
	float: right;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#bannertop {
	background-repeat: no-repeat;
	padding: 0px;
	height: 100px;
	width: 100%;
	clear: both;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;	
}




.clear {
	height: 20px;
	clear:both;
}


.wrapit {
	width:540px;
}



/*
	Top Menu Navigation
	-------------------
*/


#menutop {
	float: left;
	position: relative;
	background-image: url(none);
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	background-color: #75b76c;
	overflow:hidden;
	height: 35px;
	width: 100%;
	margin-bottom:0px;
}


#menutop ul {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*width: 100%;  610px*/
	
}


#menutop li {
	float: left;
	padding-left: 0.5em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}


#menutop li a {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 75%;
	font-weight: bold;
	height: 1.3em;
	display: inline;
	text-decoration: none;
	text-align: center;
	color: #fdf4d9;
	padding-right: 0.8em;
	padding-left: 0.8em;
}


#menutop li a:hover {
	background-color: #9bcb95;
}


#menutopselected a {
	font-weight: normal;
	color: #ffffff;
	background-color: #559a4c;
}



/*
	Top Menu-Search Box
	------------------------
*/



.toptextfieldSearch {
	height:18px;
	width: 140px;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #666666;
	border: 1px solid #dcdcdc;
	}

.topbuttonSearch {
	width: 20px;
	height: 18px;
	background-color:#5F6893;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	color: #FEFEFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 5px;
	text-align: center;
}








/*
	Left Menu Navigation 
	--------------------
*/




#menuleft ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
}



#menuleft li a {
	display: block;
	padding: 2px;
	width: 180px;
	border-bottom-style: solid;
	border-bottom-color: #e8f2de;
	border-bottom-width: 2px;
	background-color: #f6fbf1;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.75em;
	color: #559a4c;
	text-decoration: none;	
}




#menuleft li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #fff799;
	text-align: left;
}




.menuleftheader  {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .8em;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 0px;
	color: #f7f7f7;
	width: 180px;
	background-color: #75b76c;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}



.menuleftsubheader  {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 0.7em;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 1.5em;
	color: #ffffff;
	width: 180px;
	background-color: #75b76c;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
}


.menuleftsubsubheader  {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.7em;
	color: #559a4c;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 1em;
	margin-left: 0em;
	padding-top: 5px;
	padding-bottom: 3px;
}


.menuleftspacebelow {
	margin-bottom: 0.7em;
}


.menuleftspacer {
	height: 0.8em;
}




/*
	Main Content Area Items
	-----------------------
*/



.licol {
    float: left;
    width: 160px;
}



.contentStack {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;
	background-color: #f8f8f8;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}


.contentStack2 {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;
	background-color: #eeeecc;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}


.contentStack2test {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;
	background-color: #ffffff;
	border: 1px solid #f2f2f2;	
}



.contentStackpatrons {
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #eeeecc;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	height:200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#contentStackcourseacup {
	background-image: url(../images/bg_acup1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#contentStackcourseacup li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseacup li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcoursenut {

	background-image: url(../images/bg_nut1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursenut li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenut li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcoursehomeo {
	background-image: url(../images/bg_homeo1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursehomeo li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursehomeo li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcourseherb {
	background-image: url(../images/bg_herbmed1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseherb li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseherb li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}




#contentStackcourseholmassage {
	background-image: url(../images/bg_holmassage.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseholmassage li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseholmassage li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}



#contentStackcourseskincare {
	background-image: url(../images/bg_skincare.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseskincare li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseskincare li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}



#contentStackcoursekinesiology {
	background-image: url(../images/bg_kinesiology.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursekinesiology li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursekinesiology li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcoursereflex {
	background-image: url(../images/bg_reflexology.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#contentStackcoursereflex li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursereflex li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}








#contentStackcourseindian {
	background-image: url(../images/bg_indian.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseindian li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseindian li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursehomeveryday {
	background-image: url(../images/bg_homeveryday.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursehomeveryday li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursehomeveryday li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursehomchildren {
	background-image: url(../images/bg_homchildren.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursehomchildren li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursehomchildren li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursefertility {
	background-image: url(../images/bg_fertility.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursefertility li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursefertility li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcourseherbeveryday {
	background-image: url(../images/bg_herbeveryday.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseherbeveryday li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseherbeveryday li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcourseearacupuncture {
	background-image: url(../images/bg_earacupuncture.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseearacupuncture li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseearacupuncture li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcourseiridology {
	background-image: url(../images/bg_iridology.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseiridology li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseiridology li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursecolonhydrotherapy {
	background-image: url(../images/bg_colonhydrotherapy.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursecolonhydrotherapy li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursecolonhydrotheerapy li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcourseayurveda {
	background-image: url(../images/bg_ayurveda.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcourseayurveda li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcourseayurveda li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursechinesenutrition {
	background-image: url(../images/bg_chinesenutrition.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursechinesenutrition li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursechinesenutrition li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}

#contentStackcoursenuteveryday {
	background-image: url(../images/bg_nuteveryday.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursenuteveryday li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenuteveryday li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}







#contentStackcoursenaturhigh {
	background-image: url(../images/bg_nat1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#contentStackcoursenaturhigh li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenaturhigh li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}





#contentStackcoursenaturpost {
	background-image: url(../images/bg_nat2.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	height:300px;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 2em;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}


#contentStackcoursenaturpost li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenaturpost li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcoursenuthigh {
	height:216px;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;	
	background-color: #ffffff;
	background-image: url(../images/bg_nuthigh.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}


#contentStackcoursenuthigh li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenuthigh li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






#contentStackcoursenutpost {
	height:216px;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;	
	background-color: #ffffff;
	background-image: url(../images/bg_nutpost.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}



#contentStackcoursenutpost li a {
	color: #ffffff;
	text-decoration: none;	
}


#contentStackcoursenutpost li a:hover {
	color: #dcdcdc;
	text-decoration: underline;
}






.contentStackmaps {
	height:230px;
	margin-bottom: 2em;
	padding: 5px 5px 5px 10px;	
	background-color: #ffffff;
	background-image: url(../images/bg_maps_locations1.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}




.contentStack2table {
	margin-left: .6em;
}


.contentStack2table th {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.75em;
	font-weight: bold;
	color:#666666;
	text-align: left;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
	background-color: #d5d4ed;
}


.contentStack2table td {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.75em;
	color:#666666;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}



.contentStack3 {
	margin-top: 1em;
	margin-bottom: 2em;
	/*border: 1px dashed #CCCCCC;*/
	padding: 5px 5px 50px 10px;
	background-color: #FFFFFF;
}


/* 

Courses Table

*/


.tableCourses {
	width: 500px;
	padding-left: 20px;
}


.title1 {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #e9f2f4;
}


.title1a {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	background-color: #e9f2f4;
}


.title1b {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	line-height: 1.5em;
	background-color: #e9f2f4;
}


.title2 {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	background-color: #d3e8d0;
	background-image: url(none);
/*	background-image: url(../images/bg_coursetab1.jpg);
	background-repeat: no-repeat;*/

}


.title2a {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	background-color: #d3e8d0;
}


.title2b {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	line-height: 1.5em;
	background-color: #e9f4ec;
}



.title3 {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .8em;
	font-weight: bold;
	color: #333333;
	background-color: #e8e8e8;

}


.title4 {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #75b76d;
	font-style: italic;
}


.title4a {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #75b76d;

}


.tdgreen {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	background-color: #f8fcf9;
}


.tdgrey {
	font-family: "Lucida Sans", Lucida, "Lucida Grande";
	font-size: .7em;
	font-weight: normal;
	color: #333333;
	background-color: #f2f2f2;
}








/*
	contentStackTable is used for the DVD ordering
	----------------------------------------------
*/

.contentStackTable {
}


.contentStackTable th {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color:#666666;
	text-align: left;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
	background-color: #BBD774;
}


.contentStackTable td {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	color:#666666;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}





.formStack {
	margin-top: 1em;
	margin-bottom: 2em;
	/*	border: 1px dashed #CCCCCC; */
	/*padding: 5px 5px 5px 10px;*/
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	/*	background-color: #FFFFCC; 
	text-align: left; */
}


.formStack table {
	margin-left:50px;

}

.formStack td {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.69em;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	color: #666666;
}

/*
	P (paragraph) with p links
	--------------------------
*/
p {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #666666;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: .5em;
}


p a:link {
	color: #559a4c;
	text-decoration: none;
}


p a:visited {
	color: #4c9a91;
	text-decoration: none;
}


p a:hover {
	color: #999999;
	text-decoration: underline;	
}



p ul {
	list-style: url(../images/bullet1.gif);
	color: #666666;
	line-height: 1.2em;
	padding: 0.5em;
	margin-left: 20px;
}



.smallNotes {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}



/*
	List Styles
	-----------
*/


.newsentry ul {
	list-style: url(../images/bullet1.gif);
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #666666;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0.5em;
	margin-left: 20px;
}


.newsentry ul a:link {
	color: #559a4c;
	text-decoration: none;
}


.newsentry ul a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.newsentry ul a:hover {
	color: #999999;
	text-decoration: underline;
}

.newsentry ul ul  {
	list-style-type: circle;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 1em;
	line-height: 1.5em;
}



/*
	UL - RSS
	---------
*/
.ulrss {
	list-style-type: none;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #666666;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-left: 0px;
}



/*
	Header tags / h1 - h4
	---------------------
*/



h1 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 1.2em;
	margin: 0px;
	color: #ffffff;
	padding-bottom: 0.2em;
}


h2 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 1em;
	font-weight: bold;
	color: #9a914c;
	text-decoration: none;
	padding-bottom: 0.2em;
}


h3 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .9em;
	font-weight: bold;
	color: #9a914c;
	text-decoration: none;
	padding-bottom: 0.2em;
}


h4 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .8em;
	font-weight: bold;
	color: #d48c21;
	padding-bottom: 0.2em;
}

h5 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 1.2em;
	font-weight: bold;
	color: #9a914c;
	text-decoration: none;
	text-align: center;
	padding-bottom: 0.2em;
}

/*
	Top links
	---------------------
*/


#gotop {
	clear: both;
	text-align: right;
	padding-top: 1em;
	margin-right: 1.25em;
	margin-bottom: 2em;
	background-image: url(../images/gotop.gif);
	background-repeat:no-repeat;
	background-position:right;
}


.gotopin {
	text-align: right;
	padding-top: 1em;
	margin-right: 1.25em;
	margin-bottom: 1em;
	background-image: url(../images/gotop.gif);
	background-repeat:no-repeat;
	background-position:right;
}




/*
	Header
	-------
*/


#header {
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow:hidden;
	position:relative;
}





#header span {
	background-image: url(/includes/rotateheader.php);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	
}



/*
	Footer
	-------
*/


#footer {
	clear: both;
	margin-top: 2em;
	margin-left: 0em;
	margin-right: 0em;
}


.copyright span {
	float:left;
	margin-left: -95px;
	display:none;
	visibility: hidden;
	font-size: 1px;
	word-spacing: -4em;
	letter-spacing: -4em;
	text-align: left;
	line-height:0.1;
}


.footerlinks {
	background-color: #fafaf5;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 0.7em;
	color:#999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f1f1f1;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}


.footerlinks a {
	color: #999999;
	text-decoration: none;
}


.footerlinks a:hover {
	color: #999999;
	text-decoration: underline;
}


.copyright {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.65em;
	color: #666666;
	background-color: #fafaf5;
	margin-bottom: 0em;
	padding: 5px;
	text-align: center;
}


.copyright a {
	color: #999999;
	text-decoration: none;
}


.clear60footer {
	clear: both;
	float: none;
	height: 60px;
	background-color: #fafaf5;
}


/*
	Subscribe to the Newsletter
	----------------------------
*/


#subscribe {
	background-color: #5F9B63;
	padding: 12px;
}


#subscribe img {
	margin-top: 10px;
	margin-bottom: 10px;
}


#subscribe p {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size : 0.8em;
	color : #EEEEDD;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 15px;
}


#subscribe input {
	height: 20px;
	width: 140px;
	font-size: 0.8em;
	color: #333333;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #999999 1px solid;
	background-color: #EEEEEE;
	margin-top: 1px;
}





/*
	Contact Info
	------------
*/


.contactcontainer {
	/*padding: 2px;*/
	width: 182px;
	display: block;
	background-color: #FFFFFB;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	margin-top:20px;
}


.contactheader {
	background-color: #f2bf24;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .7em;
	font-weight: bold;
	color:#f7f7f7;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}


.contact {
	font-size: 0.65em;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color:#666666;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 6px;
	padding-right: 4px;
}




.contact a:link {
	color: #559a4c;
	text-decoration: none;

}


.contact a:visited {
	color: #4c9a91;
	text-decoration: none;

}


.contact a:hover {
	color: #999999;
	text-decoration: underline;
}





/*
	Tables Colour and Formatting
	---------------------------------
*/


.coursefeestable {
	width: 600px;
}


.coursefees {
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dashed #CCCCCC;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #FFFFCC;
}

.coursefees th {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
	background-color: #BBD774;
}


.coursefees td {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}


.bggreen {
	background-color: #d5d4ed;
}


.bglightgreen {
	background-color: #ECFDC7;
}


.bgverylightgreen {
	background-color: #ddeeed;
}

.bgverylightgrey {
	background-color: #f5f5f5;
}



.bgyellow {
	background-color:#fdf5bf;
}




/*
	Mini-News Box
	-------------
*/


.mininewscontainer {
	/*border: 1px solid #559a4c;*/
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.75em;
	margin: 5px 5px 15px;
}


.mininewsheader {
	background-color: #006699;
	text-align: center;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}


.mininewsitems {
	padding: 4px 6px;	
	border: 1px solid #006699;
	background-color: #FFFFCC;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: 0.8em;
	color: #666666;
}

.mininewsitems a {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #559a4c;
	text-decoration: none;
	font-weight: bold;
}


/*
	Mini-Sub(subscribe) Box
	-----------------------
*/


.minisubcontainer {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}



/*
   Forms
   ------------------------
 */





.textfieldContact {
	height: 20px;
	width: 200px;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #FFFFFF;
}

.droplistContact {
	height: 20px;
	width: 200px;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #FFFFFF;
}




.textareaContact {
	height: 100px;
	width: 200px;
	font-size: 90%;
	font-weight:normal;
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #FFFFFF;
}



.buttonContact1 {
	height: 20px;
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #ffffff;
}


.buttonAction {
	height: 20px;
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #75b76c;
}



.textfieldSub {
	height: 15px;
	width: 140px;
	font-size: .6em;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #ffffff;
}



.buttonSub {
	height: 20px;
	font-size: .6em;
	font-weight: bold;
	color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	border: #dcdcdc 1px solid;
	background-color: #75b76c;
	margin-top: 12px;
	margin-bottom: 5px;
}





/*

	WordPress classes
	----------------------------

*/



blockquote {
	padding:0em .5em;
	font-size:1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #C5C4BC;
}


.newsentry {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.storytitle {
	background-color: #559a4c;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .8em;
	color:#f7f7f7;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	
}



.storytitlemenuleft {
	background-color: #559a4c;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .8em;
	color:#f7f7f7;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	width:180px;
	
}



.post {
	/*margin-left:20px;*/
	text-align:left;
}


.getthis {
    text-align: right;
    clear: both;
    font-size: .7em;
    padding-bottom: 10px;
}



/*

	Home Page and All Sidebar
	----------------------------

*/




#acup a {
	display:block;
	background: url("../images/banners/home_main/courses/acupuncture_hover.jpg") top left no-repeat;
	width:520px;
	height:200px;
	margin-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#acup a:hover {
	background-position: -520px 0;
   }
   
   
   
#nutrition a {
   display:block;
   background: url("../images/banners/home_main/courses/nutrition_hover.jpg") top left no-repeat;
   width:520px;
   height:200px;
   margin-left:10px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
}

#nutrition a:hover {
	background-position: -520px 0;
   }
   
   
   
   
#herbal a {
   display:block;
   background: url("../images/banners/home_main/courses/herbal_hover.jpg") top left no-repeat;
   width:520px;
   height:200px;
   margin-left:10px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
}

#herbal a:hover {
	background-position: -520px 0;
   }
   
   
   
   
#homeo a {
   display:block;
   background: url("../images/banners/home_main/courses/homeo_hover.jpg") top left no-repeat;
   width:520px;
   height:200px;
   margin-left:10px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
}

#homeo a:hover {
	background-position: -520px 0;
   }




.bannerright {
	height:180px;
}


.newsLatest {
	background-color:#eeeecc;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #eeeedd;
}

	
.newsLatest .storytitle {
	background-color: #559a4c;
}




.newsLatest p {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #666666;
	font-size: 0.75em;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	line-height: 1.5em;
}



.newsLatest ul {
	list-style: url(../images/bullet1.gif);
	line-height: 1.5em;
	padding: 0.5em;
	margin-left: 20px;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #999999;
	font-size: 0.75em;
}



.newsLatest ul a:link {
	color: #559a4c;
	text-decoration: none;
}


.newsLatest ul a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.newsLatest ul a:hover {
	color: #999999;
	text-decoration: underline;
}



.homemain {
	background-color:#eeeecc;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #eeeedd;
	width:540px;
	margin: 0px;
	padding: 0px;
}


.homemain p {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	color: #666666;
	font-size: 0.75em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


.homemain p a:link {
	color: #559a4c;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	border-bottom-width: 1px;
}


.homemain p a:visited {
	color: #4c9a91;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	border-bottom-width: 1px;
}


.homemain p a:hover {
	color: #999999;
	text-decoration: underline;
}



.homemain p ul {
	list-style: url(../images/bullet1.gif);
	color: #666666;
	line-height: 1.2em;
	padding: 0.5em;
	margin-left: 20px;
}


.homemain h3 {
	padding-left:.8em;
}


.homemain h4 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .8em;
	font-weight: bold;
	color: #b35729;
	padding-bottom: 0.2em;
	padding-left:.8em;
}


/*

	Clear Divs
	---------------------

*/




.clear20 {
	clear: both;
	float: none;
	height: 20px;

}


.clear40 {
	clear: both;
	float: none;
	height: 40px;
}


.clear60 {
	clear: both;
	float: none;
	height: 60px;
}



/*
	Image Positioning
	-------------------------------
*/


.imageLeft {
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
}


.imageRight {
	float:right;
	padding-right: 0px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 5px;
}




.imageLeftpersonnel {
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
}


/*
	Jumplink Bar
	-------------------------------
*/

.jumpBar {
	display: block;
	background-color: #FFFFFB;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .7em;
	color: #666666;

}

.jumpBar a:link {
	color: #559a4c;
	text-decoration: none;
}


.jumpBar a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.jumpBar a:hover {
	color: #999999;
	text-decoration: underline;
}



.jumpBarhome {
	display: block;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .7em;
	color: #edebd5;
	background-color:#edebd5;
	margin-left:5px;
	margin-right:5px;

}

.jumpBarhome a:link {
	color: #559a4c;
	text-decoration: none;
}


.jumpBarhome a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.jumpBarhomesub {
	display: block;
	margin-bottom: 0px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .65em;
	color: #f6fbf1;
	background-color:#edebd5;
	margin-left:5px;
	margin-right:5px;

}


.jumpBarhomesub a:link {
	color: #559a4c;
	text-decoration: none;
}


.jumpBarhomesub a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.jumpBarhomesub a:hover {
	color: #999999;
	text-decoration: underline;
}



/*
	Social Bookmark Links
	-------------------------------
*/







.social {
	width:540px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .7em;
	color: #666666;
	background-color:#fff799;
	border:#f2f2f2 solid 1px;
	margin-left:210px;
	margin-right:0px;
	margin-top:0px;

}

.social a:link {
	color: #559a4c;
	text-decoration: none;
}


.social a:visited {
	color: #4c9a91;
	text-decoration: none;
}



.social a:hover {
	color: #999999;
	text-decoration: underline;
}





/*
	courseBox
	-------------------------------
*/

.courseBox {
	float:right;
	/*background-color: #8cafcf;*/
	background-image:url(../images/bg_coursebox1.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align:left;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .65em;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width:200px;
}


.courseBox a:link {
	color: #ffffff;
	text-decoration: none;
}


.courseBox a:visited {
	color: #ffffff;
	text-decoration: none;
}


.courseBox a:hover {
	color: #ffcc00;
	text-decoration: underline;
}


/*
	Short Course Page
	-------------------------------
*/


.courseBoxshort {
	float:right;
	display: block;
	background-color: #7B6D9A;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #F0F0F0;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .7em;
	color: #F5F2CF;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.courseBoxshort a:link {
	color: #F5F2CF;
	text-decoration: none;
}


.courseBoxshort a:visited {
	color: #F5F2CF;
	text-decoration: none;
}


.courseBoxshort a:hover {
	color: #FFCC00;
	text-decoration: underline;
}



.tdShortcourse {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .7em;
	font-style: normal;
	color: #333333;
	text-align: center;
}

.tdShortcourse5 {
	font-family: "Lucida Grande","Lucida Sans","Lucida",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
	font-size: .7em;
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.tdShortcourse5 a:link {
	color: #559a4c;
	text-decoration: none;
}


.tdShortcourse5 a:visited {
	color: #4c9a91;
	text-decoration: none;
}


.tdShortcourse5 a:hover {
	color: #999999;
	text-decoration: underline;
}


/*
	printBox
	-------------------------------
*/

.printBox {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
}




/*
	Image Border
	-------------------------------
*/





img {

	border: 0;
}



/*
	Red text
	-------------------------------
*/


.red {
	color: #CC0000;
}




