body {
	background: #ececec;
	text-align:center;
	color:#333;
	font: 11px tahoma, arial, sans-serif;
}

#wrapper {
	position:relative;
	margin: 32px auto 0px auto;
	width: 788px;
	text-align:left;
	}

#shadow-top {
	margin-top:0;
	padding:5px 0 0 0;
	width: 788px;margin-top:0;
	background: #fff url(img/shadow_bg_top.gif) 0 0 no-repeat;
	}

#shadow-right {
	padding:0 5px 0 0;
	width: 783px;
	background: url(img/shadow_right.gif) 100% 0 repeat-y;
	}	

#shadow-left {
	padding:0 0 0 5px;
	width: 773px;
	background: url(img/shadow_left.gif) 0 0 repeat-y;
	}

.clear {
	clear: both;
	}

img {
	border: 0;
	}

td {
	vertical-align: top;
}

h2 {
	margin: 0px;
	font-weight: bold;
	font-size:16px;
	color:#6699FF;
	}

h3 { 
	font-size: 12px;
}

p {
	margin-top: 6px;
	}

p.p10 {
	margin-bottom: 10px;
}

span.bold {
	font-weight: bold;
}

/* -- Header --------------------------------------------- */

#headerwrap {
	margin: 0px 3px 0px 8px;
	padding: 0px;
	background: url(img/header_bg.png) no-repeat top right;
}

#header {
	padding: 5px;
	height: 108px;
}

h1 {
	font-size: 20px;
	padding:0px;
	margin: 10px 0px 0px 20px;
	color: #6699FF;
}

h1 img {
	vertical-align: middle;
}

h1 span {
	padding-left: 20px;
}

/* -- Navigation --------------------------------------------- */

#nav {
	margin: 0px;
	padding: 5px;
	background: url(img/nav_bg_line.gif) repeat-x bottom;
	height: 34px;
	color: #fff;
}

#nav ul{
	margin:0;
	margin-left: 15px;
	padding:0;
	list-style:none;
}

#nav li{
	display:inline;
}

#nav a{
	float:left;
	color: #fff;
	margin:0 10px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
}

#nav a span{
	float:left;
	display:block;
	padding:5px 10px 4px 8px;
}

#nav a span{
	float:none;
}




/* -- Content --------------------------------------------- */

#content {
	margin: 8px 3px 0px 8px;
	padding: 5px;
}

#content table td.left {
	border-right: 2px solid #ececec;
	width: 460px;
	padding-right: 20px;
}

#content table td.right {
	padding-left: 15px;
}


/* ------------------ News --------------------- */

#news {
	float: right;
	width: 100%;
	}


#news h3 {
	font-size: 12px;
	background: url(images/bullet_letter.gif) no-repeat;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
	}

#news p {
	padding-right: 2px;
	margin: 0.1em 0;
	}

#news a {
	font-weight: normal;
	}


/* ------------------ Photo --------------------- */

#photo {
	float: left;
	width: 624px;
	}

#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
	}

#photo img {
	display: block;
	}


/* ------------------ Constitution --------------------- */

ol li {
	margin-bottom: 12px;
}

ol li p {
	margin-bottom: 12px;
}

/* ------------------ About Us --------------------- */

#docs td {
	vertical-align: middle;
}

/* ------------------ About Us --------------------- */

#lectures td, #lectures th{
	vertical-align: middle;
	padding: 4px;
	border-bottom: 1px solid #ececec;
}

/* ------------------ Links --------------------- */

#links td {
	vertical-align: middle;
	padding: 4px;
	border-bottom: 1px solid #ececec;
}


/* ------------------ Contacts --------------------- */

#contact {
	padding: 6px;
	border-bottom: 1px solid #ececec;
}


#contact h3 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

#contact p {
	margin: 5px 0px;
}

#contactend {
	padding: 6px;
	margin-bottom: 30px;
}


#contactend h3 {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
}

#contactend p {
	margin: 5px 0px;
}


/* -- Footer --------------------------------------------- */


#footer {
	text-align: right;
	margin:0 auto;
	padding:0 0 4px 0;
	width:788px;
	color: #fff;
	background: #ececec url(img/shadow_footer.gif) 50% 100% no-repeat;
	}

#footer #shadow {
	position:relative;
	margin: 0 auto 0 auto;
	width: 788px;
	background: url(img/shadow_corners.png) 0 0 no-repeat;
	}

#footer ul {
	margin: 0 auto 0 auto;
	padding:6px 0 6px 15px;
	width: 747px;
	background: #333 url(img/footer_nav_bg.gif) 0 0 repeat-x;
	overflow:hidden;	
	}

#footer li {
	margin: 0px 5px 0px 7px;
	display: inline;
	background: url(img/footer_nav_split.gif) no-repeat right;
}

#footer li.end {
	display: inline;
	background:none;
}

#footer a {
	margin-right: 7px;
	color: #fff;
	text-decoration:none;
}


/* -- Links --------------------------------------------- */

A:link {
        COLOR: #6699FF; TEXT-DECORATION: underline
}
A:active {
        COLOR: #6699FF; TEXT-DECORATION: underline
}
A:visited {
        COLOR: #004EF0; TEXT-DECORATION: underline
}
A:hover {
        COLOR: #6699FF; TEXT-DECORATION: underline overline
}
