body {
	font-family: Tahoma, Arial, sans-serif;
	background: #f4f4e0 url(../layout/bodybg.png) 50% 0;
}
a {
	color: #000;
}
#cols a {
	color: #fdfdee;
}
.more a, .more strong {
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(../layout/arrow2.gif) 100% .45em no-repeat;
}
#content .more a, #content .more strong {
	background: url(../layout/arrow3.gif) 100% .45em no-repeat;
}
#wrap {
	min-width: 766px;
	font-size: 84%;
	background: url(../layout/toppbg.png) 50% 25px repeat-x;
}
#wrap2 {
	background: url(../layout/botpbg.png) 50% 100% repeat-x;
}
#header, #middle, #footer {
	width: 725px;
	clear: both;
	margin: 0 auto;
}

/* Header styles */

#header {
	padding-top: 50px;
	background: #8e8763 url(../layout/headbg.png) 0 0 repeat-y;
	font-size: 11px;
}
#header .subwrap {
	border: 3px solid #d5d5a5;
	border-width: 3px 0;
	background-color: #fff;
}
#logo {
	width: 347px;
	height: 63px;
	float: left;
	text-indent: -6000em;
	background: url(../layout/logo.gif) 0 0 no-repeat;
}
#technav {
	float: right;
}
#technav li {
	border-left: 1px solid #bfbfa2;
	padding: 30px 10px 5px 23px;
	background: url(../layout/arrow.gif) 10px 32px no-repeat;
}
#technav li.first {
	border: 0;
}
#technav a, #technav strong {
	color: #95957d;
	font-weight: bold;
	text-decoration: none;
}
#currdate {
	padding: 3px 10px 4px 10px;
	font: 90% Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #ffffe6;
	background: url(../layout/timerbg.png) 0 0 repeat-y;
}

/* Content area styles */

#middle {
	line-height: 1.17;
}
#content {
	float: right;
	width: 482px;
}
#main {
	background: url(../layout/midbg.png) 0 0 repeat-y;
}
#home #main, #contact #main {
	margin-bottom: 2px;
}
#main sup {
	vertical-align: .5em;
	font-style: italic;
	font-size: 75%;
}
#nav {
	float: left;
	width: 241px;
}

/* Basic navigation styles */
#nav a, #nav strong {
	text-decoration: none;
	font-size: 84%;
}

#mainnav {
	width: 241px;
	background: url(../layout/navbg.png) 0 0 no-repeat;
	padding: 21px 0 18px 0;
}
#mainnav li {
	padding: 0 2px 0 3px;
	float: left;
	background: url(../layout/navbtn.png) 0 0 no-repeat;
}
#mainnav li a, #mainnav li strong {
	display: block;
	float: left;
	width: 236px;
	height: 33px;
	text-indent: -6000em;
}
#mainnav #mHome {background-position: 3px 0;}
#mainnav #mHome.active {background-position: 3px -33px;}
#mainnav #mAbout {background-position: 3px -66px;}
#mainnav #mAbout.active {background-position: 3px -99px;}
#mainnav #mInits {background-position: 3px -132px;}
#mainnav #mInits.active {background-position: 3px -165px;}
#mainnav #mEvents {background-position: 3px -198px;}
#mainnav #mEvents.active {background-position: 3px -231px;}
#mainnav #mServices {background-position: 3px -264px;}
#mainnav #mServices.active {background-position: 3px -297px;}
#mainnav #mResources {background-position: 3px -330px;}
#mainnav #mResources.active {background-position: 3px -363px;}

#addnav {
	margin: 14px 10px 30px 10px
}
#addnav li {
	font-weight: 900;
	margin-bottom: 14px;
	padding-left: 10px;
	background: url(../layout/bulred.gif) 0 .5em no-repeat;
}
#addnav li li {
	font-weight: 300;
	margin-bottom: 0;
	background: url(../layout/bulblack.gif) 0 .5em no-repeat;
}
#addnav li li li {
	font-style: italic;
	background: none;
}
#addnav li span {
	display: block;
}

/* Main content styles */

#content .subwrap {
	padding: 17px 14px 35px 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.2;
	min-height: 600px;
}
#content p, #content ol, #content ul, #content blockquote, #content table, #content h2, #content .head, #content li {
	margin-bottom: .9em;
}
#content p + h2, #content ul + h2, #content ol + h2 {
	margin-top: 1.8em;
}
#content ul {
	margin-left: 1.25em;
}
#content ol {
	margin-left: 2.5em;
	list-style-type: decimal;
}
#content ul.arrowed {
	margin-left: 0;
}
#content ul.arrowed li {
	padding-left: 15px;
	background: url(../layout/arrow3.gif) 0 .4em no-repeat;
}
#content h2 {
	color: #c15227;
	font-weight: 900;
}
#content .head, #content .head h2 {
	color: #909b01;
	font-weight: 900;
	font-size: 90%;
	margin-bottom: 20px;
}
#content p.imgblock {
	background-color: #e0e0b3;
	padding: 10px;
	margin-top: 2em;
}
#content p.imgblock img {
	border: 3px solid #d5d5a5;
}
#content .head h1 {
	font-size: 140%;
	text-align: left;
}
#content blockquote {
	margin-left: 2em;
}
#content div.alignright, #content div.alignleft {
	font-size: 80%;
}
#content table td {
	vertical-align: top;
	text-align: justify;
	font-size: 80%;
}
#content table td.galleryPhoto {
	padding: 0 0 10px 10px;
}
#content table td .orgName {
	font-weight: 900;
	font-size: 110%;
	text-align: left;
}
#content table td .diplom2 {
	text-align: right;
}
#content table td .orgName img {
	margin-right: 5px;
}

#home #content .subwrap, #contact #content .subwrap {
	background: url(../layout/clinton-note.jpg) 0 0 no-repeat;
	width: 482px;
	height: 237px;
	min-height: 237px;
	padding: 0;
}
#home #content .subwrap *, #contact #content .subwrap * {
	display: none;
}

/* Three columns layout styles */

#cols .col .colhead {
	height: 28px;
	text-indent: -6000em;
	background-image: url(../layout/colhead.png);
	background-repeat: no-repeat;
}
#news .colhead {
	background-position: 0 0;
}
#welcome .colhead {
	background-position: 0 -28px;
}
#diploma .colhead {
	background-position: 0 -56px;
}
#phones .colhead {
	background-position: 0 -84px;
}
#address .colhead {
	background-position: 0 -112px;
}
#web .colhead {
	background-position: 0 -140px;
}
#cols {
	background: url(../layout/colsbg.png) 0 0 repeat-y;
	color: #ffffe6;
}
#cols {
	min-height: 350px;
}
#cols .col {
	width: 240px;
	margin-left: 2px;
	font-size: 84%;
}
#cols #news, #cols #phones {
	width: 241px;
	margin-left: 0;
}
#cols .col div {
	padding: 20px 10px 15px 11px;
}
#cols #welcome div {
	padding-right: 3px;
}
#cols #diploma div {
	padding-top: 10px;
}
#cols #news div {
	padding: 10px 10px 20px 14px;
}
#cols #phones div {
	padding: 12px 10px 20px 14px;
}
#cols h3, #cols h3 strong {
	font-weight: 300;
}
#cols #welcome p {
	line-height: 130%;
	margin-bottom: 1.2em;
}
#cols #welcome p.more {
	margin-bottom: 2em;
}
#cols #web p, #cols #web a {
	color: #fff;
}
#cols .piclist li {
	float: left;
	width: 219px;
	margin: 10px 0;
}
#cols #news .piclist li {
	width: 216px;
}
#cols .piclist li.more {
	margin: 0 0 20px 0;
}
#cols .piclist li h3 {
	float: right;
	width: 145px;
	margin: 0 0 1.2em 0;
}
#cols #diploma .piclist li h3 {
	margin: 0;
}
#cols #news .piclist li h3 {
	width: 142px;
}
#cols .piclist li h3 strong {
	display: block;
}
#cols .piclist li p {
	margin: 0 0 0 74px;
}
#cols .piclist li p.img {
	margin: 0;
}
#cols .piclist li p.img img {
	float: left;
	margin: 0 10px 0 0;
}
#home #cols .img img {
	width: 64px;
}
#contact #cols .col {
	color: #c0bd99;
	font-size: 100%;
}
#contact #cols p {
	margin-bottom: 1em;
}
#cols #phones .piclist li {
	padding-bottom: 20px;
}
#cols #phones .piclist li p {
	margin-left: 99px;
}
#cols #phones .piclist li p.img {
	margin: 0;
}

/* Page footer styles */

#footer {
	padding-bottom: 50px;
	background: #8e8763 url(../layout/headbg.png) 0 0 repeat-y;
	font-size: 11px;
}
#footer p {
	border: 3px solid #d5d5a5;
	border-width: 3px 0;
	padding: 10px 11px;
	background-color: #ffffe6;
	color: #979763;
	text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer p { padding: 10px 11px 11px 11px; }
}
#footer p a {
	color: #979763;
}
#footer p img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#cnt {
	position: absolute;
	bottom: -200px;
}