@charset "utf-8";
/** CSS Document Designed ©Copyright Serge.L. 2008 **/

body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image:url(layout_img/body_BG_01.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}
/** General link styles **/
a:link{
	color:#666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color:#666666;
	background-color: #EEEEEE;
}
a:active{
	color:#66CCCC;
}
a {
	font-size:10pt;
}
#nav a {
	font-size:14px;
}
/** General link styles END **/
/** Left Column link styles **/
#main_left a{
	color:#039;
}
#main_left a:hover{
	color:#666666;
}
/** Left Column link styles END **/
/** General text styles **/
h1 {
	margin-top:4px;
	margin-bottom:6px;
	font-size: 14pt;
	font-weight:bold;
	color: #333333;
}
h2 {
	margin-top:4px;
	margin-bottom:6px;
	font-size: 12pt;
	color: #333333;
}
h3 {
	margin-top:4px;
	margin-bottom:6px;
	font-size: 11pt;
	font-weight:bold;
	color: #000000;
}
h4 {
	margin-top:2px;
	margin-bottom:2px;
	font-size: 10pt;
	font-weight:normal;
	color: #666666;
}
p {
	margin-top:3px;
	margin-bottom:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:10pt;
}
/** General text styles END **/
/** Layout Divs **/
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(layout_img/main_BG_01.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#container2 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(layout_img/main_BG_02.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	height:120px;
	width:900px;
	background-image:url(layout_img/banner_01c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#nav {
	height:31px;/*32px 2.3em*/
	width:900px;
	background-color:#EEEEEE;
	/*font-size: 10pt;*/
	/*font-weight: bold;*/
}
#main_top
{
	height:20px;
	width:900px;
	background-image:url(layout_img/main_top_01.gif);
	background-color: #CCCCCC;
}
#main2_top
{
	height:20px;
	width:900px;
	background-image:url(layout_img/main_top_02.gif);
	background-color: #CCCCCC;
}
#main_left {
	height:auto;
	width:200px;
	float:left;
	overflow:hidden;
}
#main_right {
	height:auto;
	width:700px;
	float:left;
	overflow:hidden;
}
#main {
	height:auto;
	width:900px;
	overflow:hidden;
}
#main_clear {
	clear:both;
	border:0;
	height:0;
}
#footer {
	/*height:50px;*/
	width:auto;
	border:3px solid #CCCCCC;
	background-color: #EEEEEE;
}

#main_left_pad {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#main_right_pad {
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#footer_pad {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top:1px solid #FFFFFF;
}
.hd {
	margin-bottom:5px;
	border-bottom:2px solid #999999;
	border-right:1px solid #CCCCCC;
	background-image: url(layout_img/hd_crn_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#EEEEEE;
}
.hd2 {
	margin-bottom:5px;
	border-bottom:2px solid #999999;
	border-right:1px solid #EEEEEE;
	background-image: url(layout_img/hd_crn_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#FFFFFF;
}
.ftr {
	height:2px;
	width:460px;
	border-bottom:1px solid #CCCCCC;
}
.text_box {
	background-color:#EEEEEE;
	padding:10px;
}
/*#column {
	height:auto;
	width:150px;
	float:left;
}*/
.teaching_container {
	background:#FFFFFF;
	margin-bottom:10px;
	border:1px solid #999999;
	padding:4px;
	font-size:10pt;
}
.sub_teaching_container {
	background-color:#EEEEEE;
}
.teaching_left {
	background-color:#EEEEEE;
	height:auto;
	width:420px;
	float:left;
	overflow:hidden;
}
.teaching_right {
	background-color:#EEEEEE;
	height:auto;
	width:420px;
	float:left;
	overflow:hidden;
}
.teaching_pad {
	padding:5px;
}
.teaching_clear {
	clear:both;
	border:0;
	height:1px;
}

/** Layout Divs END **/
/** Menu styles **/
.arch {
	color:#0099FF;
}
.draw {
	color:#FF0000;
}
.grdn {
	color:#00CC00;
}
.pant {
	color:#FF00FF;
}
.sclp {
	color:#FF9900;
}
.sale {
	color:#FF0000;
}

.draw2 {
	color:#660000;
}
.pant2 {
	color:#660033;
}
/** Menu styles END **/