
body {
font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:20px;
 background-color: #8496AD;
/* background: url(lightblue.png);*/
 
 /*388CBA
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	*/
	/*background:url(../images/body.jpg) #f6f6f6;*/
}

* {
	margin:0;
	padding:0;
	
}


#wrapper {
	background:#fff;
	border:5px solid #394963;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	/*background:url(../images/innerwrapper.jpg) top repeat-x;*/
	  padding: 20px 20px 5px 20px;
}


#header input {
	width:125px;
	padding:1px;
	background:#f0f0f0;
	border:1px solid #8496AD;
	font: Arial;
	font-size: 10px;
	color:#8496AD;
}


#header input:hover {
	border:1px solid #394963;
}

#header input:focus {
	border:1px solid #394963;
	color:#394963;
}

#header form {
	float:right;
	background:#fff;
	width:140px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header label {
	font-size: 10px;
}

/*
#header img {
	float:right;
	width: 40px;
	margin:-10px -10px 0 0 !important;
	margin:-10px -10px 0 0;
}
*/



#header img {
	float:left;
	margin-top: 0px;
	/*font:250% Georgia;*/
	/*color:#394963;
	padding:0px 20px 20px 5px;
	font-size: 4.5em;
	margin:0 20px 0 0;*/
}



#navigation {
clear:both;
height:34px;
background-color:#394963;

}

.solidblockmenu{
margin: 0;
padding: 0;
/*text-align: center;*/
font: bold 15px Trebuchet MS;
width: 100%;
/*border-width: 1px 0;*/
border-top: solid 2px #394963;
border-bottom: solid 2px #394963;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 12px;
text-decoration: none;

}


.solidblockmenu a.active {
	background:#8496AD;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #FFFFFF;
background-color: #8496AD;
padding: 5px 12px;
/*padding-bottom: 1px;
padding-top: 1px;*/
}


<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
	
/*
#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}
*/

#sidebar_wrapper {
	width:150px;
	/*padding:10px 20px 20px 5px;*/
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-bottom:5px dashed #8496AD;
	border-top:5px dashed #8496AD;
	border-right:5px dashed #8496AD;
	border-left:5px dashed #8496AD;*/
	
}


.sidebar_item {
	background:#f0f0f0;
	width:150px;
	padding:10px 20px 20px 5px;
	color:#000000;
	margin-bottom: 10px;
	/*border-bottom:5px dashed #8496AD;
	border-top:5px dashed #8496AD;
	border-right:5px dashed #8496AD;
	border-left:5px dashed #8496AD;*/
	
}

.sidebar_item h2 {
	font:Arial;
	font-size: 12px;
	font-weight: bold;
	color:#394963;
	margin:5px 0 5px 0;
	letter-spacing:1px;
	/*border:none;*/
	/*border-bottom:1px solid #8496AD;*/
}

.sidebar_item h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}


.sidebar_item p {
	/*margin:15px 0;*/
	margin: 0px;
	font-size: 12px;
	line-height:20px;
	color:#394963;
}


/*
#sidebar_item p.news {
	background:#fefefe;
}

#sidebar_item p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar_item p.news a:hover {
	color:#666;
}
*/
/*#sidebar .subnav {
	border-top:1px solid #fafafa;
}
*/
.sidebar_item .subnav li {
	list-style:none;
	padding:3px;
	border-bottom:1px solid #8496AD;
}

.sidebar_item .subnav li a {	
	color:#394963;
	text-decoration:none;
	display:block;
	/*font-weight: bold;*/
}

.sidebar_item .subnav li a:hover {
	color:#666;
}

.sidebar_item .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

.sidebar_item .subnav li a:hover b {
	display:inline;
}

.sidebar_item input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}


/*

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}
*/
/*
#content {
	margin:0 210px 0 240px;
	padding:20px 0 0 20px;
}
*/

#content {
	margin:0 0 0 170px;
	padding:10px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
}

.posted_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	/*margin:15px 0;*/
	line-height:25px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	font:190% Arial;
	color:#394963;
	border-bottom:1px solid #394963;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top: 3px solid #394963;
	text-align: center;
	/*padding:10px;*/
	/*margin:30px 0 0;*/
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Arial;
	/*margin:10px 0;*/
	margin-top: 10px;
	
}

/*
#content ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	color:#79B933;
}
#content ul span {
	color:#444;
}*/

/*
img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}
*/


form {
	padding:10px;
	/*border:1px solid #f6f6f6;*/
}


label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}

/*
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}
*/

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}


div#motherForm
{
margin: 0px 0px 0px 0px;
display: none;
}

div#fatherForm
{
margin: 0px 0px 0px 0px;
display: none;
}

div#guardianForm
{
margin: 0px 0px 0px 0px;
display: none;
}




