@charset "utf-8";
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 	padding: 0;
	text-align: center;
	color: #000;
}
.ict #container { 
	width: 96%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.ict #header { 
	background: #fff;
	height: 120px; 
	padding: 0 10px;
	background-image: url(images/back1_girls.jpg); background-repeat: no-repeat; background-position: center right;
	}
.ict #header h1{ margin: 0; font: 200% Georgia, "Times New Roman", Times, serif; color: #FF6600; font-weight: bold; }
.ict #header h2 {margin: 0; font: 100% Verdana, Arial, Helvetica, sans-serif; color: #33CC00; font-weight: bold; }	
.ict #header p{ margin: 0; }


.ict #navbar { margin: 0; padding: 5px 0 2px 12px; width: 100%; height: 1.8em;
		background-color: #fff;
		border-top: 1px solid #999; border-bottom: 1px solid #999;
		background-image: url(images/back_nav1.gif);
		background-repeat: repeat-x;		
}

.ict #navbar a:link, .ict #navbar a:visited {
margin: 1px 0;
display: inline;
font: 80% Verdana, Arial, Helvetica, sans-serif; color: #FFF;
font-weight: bold;
border: 1px solid #FFFFCC;
padding: 3px 6px 1px 6px;
text-decoration: none;
}
.ict #navbar a:hover { border: 1px solid #000; background-color:#fff; color: #090;}

.ict #search { margin: 12px 2px 6px 2px; padding: 4px 8px; background-color: #D5EDD1;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 3px outset #ccc;
	border-bottom: 1px solid #ccc;
	}
.ict #search input { font-size: 80%; background-color: #fff; border: 1px solid #000; padding: 2px;}
.ict .submt {  font-size: 80%; background-color: #eee; border: 1px solid #fff; }
.ict #search p { margin: 0; padding: 0;}
.ict #search form {margin: 0; padding: 0;}

.ict #sidebar1 {
	float: left;
	min-height: 500px;
	width: 15%;
	background: #FFF; 
	padding: 4px;
}
.ict #sidebar2 {
	float: right;
	width: 15%; 
	background: #FFF;
	padding: 4px;
	}
.ict #sidebar1 p, .ict #sidebar2 p { margin: 0; }

.ict #sidebar1 a:link, .ict #sidebar1 a:visited {
font-size: 90%;
	display: block;
	margin: 2px 24px 2px 2px;
	padding: 2px 4px 2px 8px;
	background-color: #fff;
	text-decoration: none;
	color: #333300;
	border: 1px solid #000;
}
.ict #sidebar1 a:hover {
	background-color: #cc0000;
	color:#FFFFFF;
}

.ict #sidetext {
margin: 0;
padding: 0 0 2px 4px;
font-size: 80%;
}
.ict #sidebar1 h1, .ict #sidebar1 h2, .ict #sidebar2 h1, .ict #sidebar2 h2 { font-size: 110%; color: #090; font-weight: bold; padding: 2px 4px 12px 2px;}

.ict #mainContent { margin: 0 16% 0 16%; }
.ict #mainContent h1, .ict #mainContent h2 {font-size: 120%; color:#009900; margin: 0 4px; padding: 0; }
.ict #mainContent p { margin: 0; padding: 2px 4px 0 4px; line-height: 120%; text-align: justify; font-size: 1.1em;}
.ict #mainContent ul { margin: 0: }
.ict #mainContent li {margin: 0; }
.ict #footer { 
	padding: 0 10px;
	background:#FFF;
	border-top: 1px dashed #ddd;
}
.ict #mainContent a:link, .ict #mainContent a:visited {
	color: #006600;
	text-decoration: underline;
}
.ict #mainContent a:hover { color: #F00; }

.ict #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
	color: #009933;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.ict #subhead a:link, .ict #subhead a:visited {
display: block;
margin: 0;
padding: 2px 2px;
background-color: transparent;
font-size: 90%;
font-weight: bold;
border: 1px solid #000;
text-decoration: none;
color: #fff;
}
.ict #subhead a:hover {
background-color:#fff; 
color: #000;
}
.ict #sublist p {margin: 0; }
.ict #sublist a:link, .ict #sublist a:visited {
display: block;
margin: 1px 0;
width: 70%;
padding: 2px 5px;
background-color: #CCFFFF;
font-size: 80%;
border: 1px solid #000;
text-decoration: none;
color: #000;
}
.ict #sublist a:hover {
background-color:#dd0000; 
color: #fff;
}

.ict #toplink a:link, .ict #toplink a:visited { margin: 0; color: #0000FF; font-weight: bold; text-decoration: none;}
.ict #toplink a:hover {text-decoration: underline; color:#FF0000; }
