body {
	background: #d9edfe url('./images/site_design/bg_body.gif') center top repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

body#spl { background: #d9edfe url('/images/site_design/bg_splash.gif') center top repeat-y; }

/* navigation */

#navbar {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	height: 30px;
}

#navbar ul	{
	position: relative;
	background: url('/images/site_design/navbar_.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 740px;
	height: 30px;
}

#navbar ul li {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#navbar ul li, #navbar ul a {
	display: block;
	height: 30px;
}

#navbar ul li a {
	text-decoration: none;
	text-indent: -9999px;
}
	
#hommenu { left: 0; width: 73px; }
#conmenu { left: 73px; width: 87px; }
#rismenu { left: 160px; width: 76px; }
#edumenu { left: 236px; width: 176px; }
#agemenu { left: 412px; width: 75px; }
#docmenu { left: 487px; width: 98px; }
#termenu { left: 585px; width: 86px; }
#newmenu { left: 671px; width: 69px; }

#hommenu a:hover { background: url('/images/site_design/navbar_.jpg') 0 -30px no-repeat; }
#conmenu a:hover { background: url('/images/site_design/navbar_.jpg') -73px -30px no-repeat; }
#rismenu a:hover { background: url('/images/site_design/navbar_.jpg') -160px -30px no-repeat; }
#edumenu a:hover { background: url('/images/site_design/navbar_.jpg') -236px -30px no-repeat; }
#agemenu a:hover { background: url('/images/site_design/navbar_.jpg') -412px -30px no-repeat; }
#docmenu a:hover { background: url('/images/site_design/navbar_.jpg') -487px -30px no-repeat; }
#termenu a:hover { background: url('/images/site_design/navbar_.jpg') -585px -30px no-repeat; }
#newmenu a:hover { background: url('/images/site_design/navbar_.jpg') -671px -30px no-repeat; }

body#hom #hommenu { background: url('/images/site_design/navbar_.jpg') 0 -60px no-repeat; }
body#con #conmenu { background: url('/images/site_design/navbar_.jpg') -73px -60px no-repeat; }
body#ris #rismenu { background: url('/images/site_design/navbar_.jpg') -160px -60px no-repeat; }
body#edu #edumenu { background: url('/images/site_design/navbar_.jpg') -236px -60px no-repeat; }
body#age #agemenu { background: url('/images/site_design/navbar_.jpg') -412px -60px no-repeat; }
body#doc #docmenu { background: url('/images/site_design/navbar_.jpg') -487px -60px no-repeat; }
body#ter #termenu { background: url('/images/site_design/navbar_.jpg') -585px -60px no-repeat; }
body#new #newmenu { background: url('/images/site_design/navbar_.jpg') -671px -60px no-repeat; }

body#esp li.esp,
body#com li.com,
body#cnt li.cnt,
body#lnk li.lnk,
body#nlt li.nlt { font-weight: bold; }

#banner {
	background: url('./images/site_design/banner_home.jpg') left top repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	height: 100px;
}

body#edu #banner { background: url('./images/site_design/banner_cea.jpg') left top no-repeat; }
body#con #banner { background: url('./images/site_design/banner_con.jpg') left top no-repeat; }
body#ris #banner { background: url('./images/site_design/banner_edu.jpg') left top no-repeat; }
body#spl #banner { background: url('./images/site_design/banner_splash.gif') left top no-repeat; }

#wrapper {
/*	background: #fff url('/images/site_design/bg_sidebar.jpg') 15px 0 no-repeat; */
	background: #fff url('/images/site_design/bg_wrapper.jpg') left top no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

body#hom #wrapper { background: #fff url('/images/site_design/bg_content.jpg') left top repeat-x; }

#sidebar {
	float: left;
	margin: 0;
	padding: 15px 0 25px 0;
	width: 190px;
	text-align: left;
}

body#hom #sidebar {
	padding: 25px 0 25px 20px;
	width: 115px;
}

#sidebar p {
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 10px 10px 0 20px;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#sidebar ul#nav_categories li { margin-left: 18px; padding-bottom: 2px; list-style: url('/images/site_design/plus.png'); }

#sidebar ul li ul { margin-top: 3px; }

#sidebar ul#nav_categories li ul li { margin-left: 0px; list-style: url('/images/site_design/arrow.png'); }

#sidebar li a:link,
#sidebar li a:visited { color: #666; text-decoration: none; }

#sidebar li a:hover { color: #000; text-decoration: underline; }

#content {
	float: left;
	background: #fff url('/images/site_design/bg_content.jpg') left top repeat-x;
	margin: 0;
	padding: 20px 25px 25px;
	width: 500px;
	text-align: left;
}

body#hom #content {
	padding: 15px 25px 0 73px;
	width: 642px;
	height: 280px;
}

#content table {
	margin: 10px 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content th, #content td {
	margin: 0;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#clearing {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* */

#subnav {
	background-color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 0 73px;
	width: 667px;
	height: 20px;
}

#subnav ul	{
	position: relative;
	background: url('/images/site_design/subnav.jpg') left top no-repeat;
	margin: 0;
	padding: 0;
	width: 530px;
	height: 20px;
}

#subnav ul li {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#subnav ul li, #subnav ul a {
	display: block;
	height: 20px;
}

#subnav ul li a {
	text-decoration: none;
	text-indent: -9999px;
}

#nwmenu { left: 0; width: 80px; }
#esmenu { left: 85px; width: 110px; }
#cmmenu { left: 200px; width: 80px; }
#lnmenu { left: 285px; width: 40px; }
#nsmenu { left: 330px; width: 80px; }
#cnmenu { left: 415px; width: 60px; }
#mtmenu { left: 480px; width: 50px; }

#nwmenu a:hover { background: url('/images/site_design/subnav.jpg') 0 -20px no-repeat; }
#esmenu a:hover { background: url('/images/site_design/subnav.jpg') -85px -20px no-repeat; }
#cmmenu a:hover { background: url('/images/site_design/subnav.jpg') -200px -20px no-repeat; }
#lnmenu a:hover { background: url('/images/site_design/subnav.jpg') -285px -20px no-repeat; }
#nsmenu a:hover { background: url('/images/site_design/subnav.jpg') -330px -20px no-repeat; }
#cnmenu a:hover { background: url('/images/site_design/subnav.jpg') -415px -20px no-repeat; }
#mtmenu a:hover { background: url('/images/site_design/subnav.jpg') -480px -20px no-repeat; }

body#hom #nwmenu { background: url('/images/site_design/subnav.jpg') 0 -40px no-repeat; }

/* */

#sidebar div p a:hover { color: #000; text-decoration: underline; }

#footer {
	background: #eee;
	margin: 0 auto;
	padding: 15px 0 25px 0;
	width: 740px;
}

body#hom #footer { padding-top: 0; }

#footer p { color: #333; font-size: 9px; }

#footer table { margin: 0 0 0 20px; }

#footer td {
	padding: 0 20px 0 0;
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

#footer td p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
}

#footer ul, #footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	padding-bottom: 3px;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#footer li a:link, #footer li a:visited { color: #666; text-decoration: none; }
#footer li a:hover { color: #000; text-decoration: underline; }

#footer a:link, #footer a:visited { color: #900; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: underline; }

#footer .ag a:link, #footer .ag a:visited { color: #039; text-decoration: none; }
#footer .ag a:hover { color: #000; text-decoration: underline; }

/* html */

h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

h1 a:link, h1 a:visited {
	background: transparent;
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 100px;
}

h1 a:hover { background: transparent; }

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #660;
	font-family: georgia, trebuchet, serif;
	font-size: 20px;
	font-weight: normal;
}

body#hom h2 { padding-top: 10px; font-size: 28px; }

h2 a:link, h2 a:visited {
	color: #660;
	text-decoration: none;
}

h2 a:hover {
	color: #000;
	text-decoration: underline;
}

h3 {
	margin: 0;
	padding: 0;
	color: #660;
	font-family: georgia, trebuchet, serif;
	font-size: 16px;
	font-weight: normal;
}

h3 a:link, h3 a:visited {
	color: #660;
	text-decoration: none;
}

h3 a:hover {
	color: #000;
	text-decoration: underline;
}

h4 {
	background: #b8b8a9;
	margin: 0;
	padding: 4px 0 4px 20px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

h4.list { background:  #e2e2dc; color: #666; }

body#hom h3 {
	padding-bottom: 5px;
	color: #000;
	font-size: 18px;
	font-style: italic;
}

a:link, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 5px 0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

body#hom #content p { font-size: 12px; }

ul li { padding-bottom: 5px; list-style: square; }

ol li { padding-bottom: 5px; }

img { border: none; }

blockquote {
	margin: 0;
	padding: 5px 26px;
	width: 438px;
}

html>body #content blockquote { width: 450px; }

blockquote p {
	color: #666;
	font-family: georgia, trebuchet, serif;
	font-size: 14px;
	font-style: italic;
}

#sidebar form { margin: 0; padding: 0 0 0 20px; }

form {
	margin: 0;
	padding: 0;
}

form p { line-height: 120%; }

input.text {
	margin: 2px 0 0 0;
	padding: 2px 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #333;
	font-size: 11px;
}

html>body input.text { padding: 3px; }

input.button {
	background: #aaa;
	margin: 0;
	padding: 1px 5px;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

html>body input.button { padding: 3px 5px; }

textarea {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #999;
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/* special */

.privacy {
	color:  #999;
	font-size: 11px;
}

.newstitle {
	color: #900;
	font-weight: bold;
}

.agetitle {
	color: #039;
	font-weight: bold;
}

.date { color: #666; }

.pagination {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	color: #666;
	text-align: right;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.red { color: #c00; }