﻿/* CSS RESET */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}/* END CSS RESET (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

body {
	margin: 0px;
	background-color: #5D6EAB;
	text-align: center;
	font-family: Sans-Serif;
	font-size: small;
	color: #2c2c2c;
}
img {
	border: 0px;
}
a {
	color: #D680D1;
}

#wrap {
	margin: 0px auto;
	padding: 12px 0 12px 0;
	width: 982px;
	background-color: #D785D2;
	text-align: center;
}

#container {
	position: relative;
	padding: 16px 0 12px 0;
	background-color: #ffffff;
	border-right: 12px solid #D785D2;
	border-left: 12px solid #D785D2;
	text-align: left;
}

.img_logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 144px;
	height: 181px;
}
.navigation {
	float: right;
	width: 828px;
	font-size: .85em;
	margin-right:6px;
}
	.navigation ul {
		height: 46px;
	}
	.navigation li 
	{
		float: left;
		height: 46px;
		padding: 0 12px 0 8px;
		background: url(../Images/bg_nav_li.gif) no-repeat bottom right;
	}
	.navigation li.first {
		background: url(../Images/bg_nav_li_first.gif) no-repeat bottom right;
	}
	.navigation li.last {
		background: url(../Images/bg_nav_li_last.gif) no-repeat bottom right;
	}
		.navigation li a {
			display: block;
			padding: 25px 0 12px 12px;
			color: #618FD1;
			text-decoration: none;
		}
		.navigation li a:hover {
			background: url(../Images/bg_nav_li_a.gif) no-repeat top left;
			color: #C888D1;
		}

.left_column {
	float: left;
	width: 412px;
	padding: 20px 0 30px 0;
	line-height: 1.2;
	background: url(../Images/bg_left_column.gif) no-repeat top left;
}

.right_column {
	float: right;
	width: 480px;
	padding: 20px 40px 30px 0;
	line-height: 1.2;
	background: url(../Images/bg_right_column.gif) no-repeat top right;
}
.admission {
	height: 470px;
	background: url(../Images/bg_admission.jpg) no-repeat bottom right;
}

.left_column_title {
	float: right;
	position: relative;
	width: 310px;
	margin: 0 0 0 0;
	text-align: center;
}
	.left_column_title h2 {
		font-size: 2em;
		font-weight: normal;
		color: #5D72AD;
	}
	.left_column_title p {
		padding: 6px;
	}
.img_pageimage {
	position: absolute;
	left: 17px;
	top: 185px;
	width: 355px;
	height: 236px;
	background-color: Transparent;
}
.subnavigation {
	margin: 380px 0 0 20px;
}
	.subnavigation table {
		width: 200px;
		height: 116px;
		border-right: 1px solid #A7A6AA;
		border-bottom: 1px solid #A7A6AA;
	}
	.subnavigation table td {
		text-align: center;
		padding: 2px;
		vertical-align: middle;
		border-top: 1px solid #A7A6AA;
		border-left: 1px solid #A7A6AA;
	}
	.left_column h3 {
		margin: 40px 80px 0 0;
		color: #5d72ad;
		font-size: 1.4em;
		font-style: italic;
		font-weight: normal;
		font-family: "Times New Roman";
		text-align: right;
	}

	.right_column h1 {
		margin: 0 0 40px 0;
		font-size: 2em;
		font-weight: normal;
		color: #5D72AD;
	}
	.right_column h2 {
		margin: 0 0 20px 0;
		font-size: 2em;
		font-weight: normal;
		text-align: center;
		color: #2c2c2c;
	}
	.right_column h3 {
		margin: 0 0 20px 0;
		font-size: 1.5em;
		font-weight: normal;
		text-align: left;
		color: #2c2c2c;
	}
		.right_column h1.subpage {
			margin: 0 0 64px 0;
		}
		.right_column h2.alt2 {
			margin: 40px 0 20px 0;
			font-size: 1.4em;
		}
	.right_column p {
		margin: 0 0 20px 0;
		font-size: 1.15em;
	}
	.right_column ul {
		margin: 0 0 20px 20px;
		list-style-type: disc;
		font-size: 1.15em;
	}
	.right_column ol {
		margin: 0 0 20px 30px;
		list-style-type: decimal;
		font-size: 1.15em;
	}
	.right_column .missionlink {
		margin-top: 40px;
	}

.col_1 {
	float: left;
	width: 260px;
}
.col_2 {
	float: right;
	width: 220px;
}
.col_3 {
	float: left;
	width: 320px;
}
.col_4 {
	float: right;
	width: 120px;
}

.imagecaption {
	margin: 0px auto;
	font-size: .8em;
}
	.imagecaption p {
		margin: 8px 4px 0 4px;
		text-align: left;
	}
.size1 {
	width: 350px;
}
.size2 {
	width: 152px;
}
.size3 {
	width: 200px;
}
.size4 {
	width: 140px;
}
.size5 {
	width: 433px;
}
.size6 {
	width: 290px;
}
.size7 {
	width: 184px;
}
.size8 {
	width: 195px;
}
.btn_back {
	display: block;
	width: 55px;
	height: 20px;
	background: url(../Images/btn_back.gif) no-repeat top right;
}
.btn_next {
	display: block;
	width: 55px;
	height: 20px;
	background: url(../Images/btn_next.gif) no-repeat top right;
}
	.btn_back:hover {
		background: url(../Images/btn_back.gif) no-repeat top left;
	}
	.btn_next:hover {
		background: url(../Images/btn_next.gif) no-repeat top left;
	}



.txt_copyright {
	padding: 6px 0 0 0;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.italic {
		font-style: italic;
}
.rightpad {
	padding-right: 60px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}