body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	font-family:"Trebuchet MS";
	text-align:left;
	font-weight: normal;
}

h2 {
	font-size:1.6em;
	font-weight:100;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size:1.6em;
	font-weight:bold;
	margin:0px;
	padding:0 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial;
}
h4 {
	background-color:#eee;
	color:#3c6aac;
	text-align:left;
	font-size:.8ems;
	font-weight:bold;
	margin:0px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.text_default{
	color:#3C6AAC;
}
.text_bright_orange{
	color:#f79020;
}
.text_bright_green{
	color:#94c162;
}
.text_bright_blue{
	color:#69BFE9;
}
.text_pink{
	color:#D66178;
}
.text_purple{
	color:#9B98CD;
}
.text_dark_green{
	color:#00A68D;
}
.text_dark_orange{
	color:#E19B33;
}
.text_red{
	color:#CC0000;
}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
	margin-top:1px;
	display:none;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 240px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display:none;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
 	margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 0 0 0; /* padding here creates white space "inside the box." */
	float:left;
} 


.div_header  {
width:100%;
}

.header_ {
clear:both;
width:100%;
}

.img_left{
float:left;
display:inline;
}

.img_right{
float:right;
display:inline;
}


.right_bottom{
padding:15px 10px;
float:left;
line-height:26px;
}

.img_right_b{
float:left;
margin:4px 8px 0px 0px ;
}
.img_right_b2{
float:left;
margin:4px 6px 0px 0px ;
}
.header_default  {
	clear:both;
	background:url(../img/header_back_default.jpg) repeat-y #A8B7D9;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_business_language_dep  {
	clear:both;
	background:url(../img/header_back_bright_orange.jpg) repeat-y #ffe4ca;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	display:none;
}
.header_art_design_dep  {
	clear:both;
	background:url(../img/header_back_bright_green.jpg) repeat-y #DBEBC6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_media_dep  {
	clear:both;
	background:url(../img/header_back_bright_blue.jpg) repeat-y #CEE3F6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_performing_arts_dep  {
	clear:both;
	background:url(../img/header_back_pink.jpg) repeat-y #F3D4D3;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_science_technology_dep  {
	clear:both;
	background:url(../img/header_back_purple.jpg) repeat-y #E1E0F0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_leisure_tourism_social_care_dep  {
	clear:both;
	background:url(../img/header_back_dark_green.jpg) repeat-y #C8DDD7;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_vtos_btei_dep  {
	clear:both;
	background:url(../img/header_back_dark_orange.jpg) repeat-y #E7B77A;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}
.header_red  {
	clear:both;
	background:url(../img/header_back_red.jpg) repeat-y #FF9595;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 220px;
	display:none;
}

.orange_box  {
	background:url(../img/b_text_1.jpg) repeat-x;
	background-color:#fee3c8;
	border:1px solid #f9ab55;
	color:#666666;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.box_default {
	background-color:#CDD6E9;
	border:1px solid #3C6AAC;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_default.jpg);
	background-repeat: repeat-x;
}
.box_business_language_dep {
	background-color:#FEE8D1;
	border:1px solid #F79020;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_bright_orange.jpg);
	background-repeat: repeat-x;
}
.box_art_design_dep {
	background-color:#EBF3DE;
	border:1px solid #94C162;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_bright_green.jpg);
	background-repeat: repeat-x;
}
.box_media_dep  {
	background-color:#E4F0FA;
	border:1px solid #3CACE2;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_bright_blue.jpg);
	background-repeat: repeat-x;
}
.box_performing_arts_dep {
	background-color:#FAEDED;
	border:1px solid #D1506A;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_pink.jpg);
	background-repeat: repeat-x;
}
.box_science_technology_dep {
	background-color:#EFEFF8;
	border:1px solid #8C89C5;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_purple.jpg);
	background-repeat: repeat-x;
}
.box_leisure_tourism_social_care_dep {
	background-color:#E1ECE9;
	border:1px solid #007F6B;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_dark_green.jpg);
	background-repeat: repeat-x;
}
.box_vtos_btei_dep{
	background-color:#F2DABB;
	border:1px solid #D48A1F;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_dark_orange.jpg);
	background-repeat: repeat-x;
}
.box_red {
	background-color:#FFCECE;
	border:1px solid #CC0000;
	color:#333333;
	text-align:left;
	margin-bottom:35px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../img/box_back_red.jpg);
	background-repeat: repeat-x;
}
.div_bottom  {
	clear:both;
	background:url(../img/b_footer.jpg) repeat-x;
	padding:23px 30px 141px 20px;
	font-size:0.7em;
	color:#3c6aac;
	text-align:left;
}
.div_bottom a:link, .div_bottom a:visited, .div_bottom a:active{
	color:#3c6aac;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3c6aac;
}
.div_bottom a:hover{
	color:#3c6aac;
	border:#3c6aac;
}
.div_1  {
	float:left;
	display:none;
}
.div_2  {
	float:left;
	border-left:1px solid #cee3f6;
	padding:0 10px;
}

#button{
background-color:#FFFFFF;
}

#button ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 0px;
		
		}
		
#button li {
	margin: 0px 0px 1px 0;
	padding:0px;
	width:200px;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	background-color:#FFFFFF;
		}

#button li a {
		border:0px;
		display: block;
		padding:9px 5px 9px 13px;
		color: #fff;
		text-decoration: none;
		width:182px;
		margin:0px 0px 0px 0px;
		font-weight:800;
		}


#button li a:hover {
	/*	background-color: #2586d7;*/
		color: #fff;
		text-decoration: underline;
		}

#button ul li ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color:#FF0000;
}

#button ul li ul li{
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background-color:#FF0000;
		
}
#button ul li ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:800;
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:0px 12px;
	padding:8px 15px 7px 28px;
	clear:both;
	float:left;
	width:157px;
}

#button ul li ul li a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#fcd6ae;
	text-decoration:none;
}

#button .blue a {
	background-color:#3c6aac;
	margin:2px 0px;
}
#button .red a {
	background-color:#cc0000;
}
#button .orange {
	background-color:#f79020;
}
#button .green {
	background-color:#94c162;
}
#button .blue_2 {
	background-color:#3cace2;
}
#button .red_2 {
	background-color:#d1506a;
}
#button .purple {
	background-color:#8c89c5;
}
#button .green_2 {
	background-color:#007f6b;
}
#button .orange_2 {
	background-color:#d48a1f;
	margin:0px 0px 3px 0px;
}
#button .blue_3 {
	background-color:#3c6aac;
}

#button .sub_bright_orange {
	background-color:#F9AB55;
}
#button .sub_bright_orange a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#FFE4CA;
	text-decoration:none;
}

#button .sub_bright_green {
	background-color:#A3CA77;
}
#button .sub_bright_green a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#DBEBC6;
	text-decoration:none;
}

#button .sub_bright_blue {
	background-color:#69BFE9;
}
#button .sub_bright_blue a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#CEE3F6;
	text-decoration:none;
}

#button .sub_pink {
	background-color:#D66178;
}
#button .sub_pink a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#F3D4D3;
	text-decoration:none;
}

#button .sub_purple {
	background-color:#9B98CD;
}
#button .sub_purple a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#E1E0F0;
	text-decoration:none;
}

#button .sub_dark_green {
	background-color:#00A68D;
}
#button .sub_dark_green a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#C8DDD7;
	text-decoration:none;
}

#button .sub_dark_orange {
	background-color:#E19B33;
}
#button .sub_dark_orange a:hover{
	color:#414141;
	background-image:url(../img/arrow_1.gif);
	background-color:#E7B77A;
	text-decoration:none;
}


#button2 ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#button2 ul li{
	background-color:#f7f7f7;
	width:182px;
	padding:0px 5px 8px 13px;
	clear:both;
	float:left;
	color:#646464;	
}
#button2 ul li a{
	width:170px;
	font-size:0.8em;
	font-weight:800;
	color:#666666;
	text-decoration:none;
	background:url(../img/arrow.jpg) no-repeat 0px 4px;
	padding:0 0 0 10px;
	float:left;
}
#button2 ul li a:hover{
	text-decoration:underline;
}

#button2 ul li div {
float:left;
padding-bottom:3px;
width:10px;
}

#button2 ul li.first{
	background-color:#f7f7f7;
	width:182px;
	padding:25px 5px 8px 13px;
	clear:both;
	float:left;
}

#button2 ul li.last{
	background-color:#f7f7f7;
	width:182px;
	padding:0px 5px 48px 13px;
	clear:both;
	float:left;
}

#button2 ul li img{
float:left;
margin:4px 5px 0px 0px;
}




.text_  {
	background:url(../img/background.jpg) repeat-x;
	background-color:#ffffff;
	padding:15px 23px 23px 15px;
	border:1px solid #eeeeee;
	width:200px;
	color:#3C6AAC;
	text-align:left;
	font-size:0.8em;
	font-style:italic;
	line-height:20px;
	margin-top:20px;
}



#pipe{
	float:right;
	text-align:right;
	width:100%;
	background:url(../img/b_top.jpg) repeat-x;
	background-color:#F9F9F9;
	width:100%;
	padding-top:3px;
	border-bottom:1px solid #eeeeee;
	display:none;
}
#pipe label{
	font-size:.7em;
}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 0px;
	list-style: none;
	display: inline;
	}
	
#pipe ul li a {
	font-size:.7em;
	color:#666666;
	text-decoration:none;
}

#pipe ul li a:hover {
	text-decoration:underline;
}
#pipe span{
	font-size:0.8em;
	color:#b7cefa;
	margin:0 3px;
}
#pipe select{
	margin:0 20px 0 15px;
	width:174px;
	height:18px;
	padding:0px;
	border:1px solid #a5acb2;
}



#bread {
	color: #ccc;
	padding:5px 0 13px 0;
	}


#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	
	} 

#bread ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:100;
	color:#666666;
	border: none;
	list-style: none;
	display: inline;
	}


#bread ul li a:active, #bread ul li a:link, #bread ul li a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px dashed #666;

}

#bread ul li a:hover {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#mainContent{
	font-size:.8ems;
	font-size: .8em;
	line-height: 1.4em;
}
#details p {
	padding-right: 15px;
	padding-left: 15px;
}





#sidebar2 a{
	padding:15px 5px 23px 0px;
	color:#3c6aac;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:100;
	width:200px;
	text-decoration:none;
}
#sidebar2 a:hover{
text-decoration:underline;
}
.clear {
	clear: both;
}
#top_img {
	float: right;
	display:none;
}
#logo {
	float: left;
}