@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#FFF;
	border:0px;
	margin:0px;
	font-size:11px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	margin-top:14px;
	background-image:url(images/bg_within.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#f7f7f7;
}
#home_text_container {
	margin-left: auto;
	margin-right: auto;
	width: 510px;
}
#sub_text_container {
	margin-left: auto;
	margin-right: auto;
	width: 811px;
}

#nav_logo {
	width: 359px;
	height:61px;
	float:left;
}
#nav {
	width:635px;
	float:left;
}
#navitem_home_on {
	float: left;
	width: 72px;
	height: 61px;
	background: url("images/but_home_on.gif") no-repeat 0 0;
}
#navitem_home {
	float: left;
	width: 72px;
	height: 61px;
	background: url("images/but_home.gif") no-repeat 0 0;
}
#navitem_home:hover {
	background-position: 0 -61px;
}
#navitem_about_on {
	float: left;
	width: 161px;
	height: 61px;
	background: url("images/but_about_on.gif") no-repeat 0 0;
}
#navitem_about {
	float: left;
	width: 161px;
	height: 61px;
	background: url("images/but_about.gif") no-repeat 0 0;
}
#navitem_about:hover {
	background-position: 0 -61px;
}
#navitem_mark {
	float: left;
	width: 169px;
	height: 61px;
	background: url("images/but_mark.gif") no-repeat 0 0;
}

#navitem_mark_on {
	float: left;
	width: 169px;
	height: 61px;
	background: url("images/but_mark_on.gif") no-repeat 0 0;
}
#navitem_mark:hover {
	background-position: 0 -61px;
}
#navitem_program {
	float: left;
	width: 150px;
	height: 61px;
	background: url("images/but_program.gif") no-repeat 0 0;
}
#navitem_program_on {
	float: left;
	width: 150px;
	height: 61px;
	background: url("images/but_program_on.gif") no-repeat 0 0;
}
#navitem_program:hover {
	background-position: 0 -61px;
}
#navitem_register {
	float: left;
	width: 82px;
	height: 61px;
	background: url("images/but_register.gif") no-repeat 0 0;
}
#navitem_register_on {
	float: left;
	width: 82px;
	height: 61px;
	background: url("images/but_register_on.gif") no-repeat 0 0;
}
#navitem_register:hover {
	background-position: 0 -61px;
}
.navitem_blank {
	display: none;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#title {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top:43px;
	margin-bottom:43px;
}

#big_pic {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-bottom:30px;	
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	
	letter-spacing: normal;
	line-height: 1.5em;
	color:#b4b8b4;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #aaabac;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color: #004e86;
	text-decoration:none;
	font-weight:normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
	letter-spacing: normal;
	line-height: 1.5em;
	color:#787b7d;
}

ul,li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
	letter-spacing: normal;
	line-height: 1.5em;
	color:#787b7d;
}

h1 {
	
	font-size: 1.4em;

	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#787b7d;
}
hr {
	border:0;
	height:1px;
	color:#e3e6e8;
	background:#e3e6e8;
}
a:link, a:active, a:visited {
	color: #787b7d;
	text-decoration:underline;
}
a:hover {
	color: #03629d;
	text-decoration:underline;
}
.image_right {
	padding-top:4px;
	padding-left:20px;
}

.img_border { padding:6px; border:1px solid #e3e6e8; background-color:#fff; }

.home_contact {
margin-left:20px;
float:left; 
width:220px; 
}

.home_contact p {
	line-height:normal;
font-size:12px;

}
