/* CSS Document */
body {
	background:#00112d url(../images/design_bg_01.jpg) center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, table, p {
	margin:0;
	padding:0;
}
.mainContainer{
	background:url(../images/content_bg.jpg) center repeat-y;
	width:1024px;
	margin:0 auto;
	margin-top:151px;
}
.textLateral{
	background:url(../images/text_lateral.jpg) top no-repeat;
	width:25px;
	height:845px;
	padding-left:55px;
	margin-top:10px;
	float:left;
}
h1{
	font-size:20px; 
	margin-top: 20px; 
	width: 800px;
}
h2{
	font-size:14px;
	background:#647fac;
	color:#ffffff;
	line-height:30px;
	padding:0 0 0 10px;
}
.content{
	margin-left:10px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:30px;
	padding-right:65px;
}
.content p strong{
	color:#002d78;
}
.program{
	float:left;
	text-align:justify;
	width:878px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-top:60px;
}
.program p{
	color:#002d78;
	line-height:20px;
	text-indent:10px;
}
.program a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#000066;
}

.program a:hover{
	text-decoration:underline;
	color:#993300;
}

.footer a{
	color:#FFFFFF;
}
.clear{
	clear:both;
	font-size:0;
	height:0;
}
