/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,body {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
}


#logo {
	width: 964px;
	margin: 0 auto;
	text-align: left;
	padding: 29px 0 0 0;
}

#container {
	width: 981px;
	border: solid #666666 1px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#top-design {
	font-size: 1px;
	height: 10px;
	background-color: #555555;
	margin-left: 200px;
	width: 200px;
}

#menu {
	padding-top: 61px;
}

#menu ul li {
	text-transform: lowercase;
	width: 196px;
	float: left;
	text-align: center;	
}

#menu ul li a {
	color: #666666;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li.act a {
	font-weight: bold;
}

#sidebar {
	background-color: #cccccc;
	width: 200px;
	height: 440px;
	float: left;
	line-height: 15px;
	color: #999999;	
	text-align: right;
}

#sidebar h3 {
	font-weight: bold;
}

#sidebar p {
	margin: 1px 0 15px 0;
}

#sidebar a {
	color: #666666;
	text-decoration: none;
}

#sidebar_1 {
	padding: 75px 20px 0 20px;
}

#sidebar_1 ul li {
	text-align: right;
	margin-bottom: 15px;
}

#sidebar_1 ul li a {
	text-decoration: none;
	color: #999999;
}

#sidebar_1 ul li.act a,
#sidebar_1 ul li a:hover {
	color: #666666;
}


#content {
	width: 781px;
	height: 440px;
	float: left;
	background-color: #cccccc;
}

#content-wide {
	width: 981px;
	height: 440px;
	background-color: #cccccc;
}

#footer {
	padding: 0 0 20px 200px;

}

#footer .imagelinks ul li {
	display: block;
	height: 10px;
	width: 10px;
	float: left;
}



#footer .imagelinks ul li a {
	text-decoration: none;
	display: block;
	height: 10px;
	width: 10px;
	background-color: #959595;
}

#footer .imagelinks ul li.act a {
	background-color: #cccccc;
}

#footer .imagelinks ul li.prev,
#footer .imagelinks ul li.next,
#footer .imagelinks ul li.prev a,
#footer .imagelinks ul li.next a {
	width: 40px;
	background-color: #555555;
}

#footer .forward-backward ul li {
	display: block;
	float: left;
	width: 100px;
}

#footer .forward-backward ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}

#footer .forward-backward ul li.prev {
}

#footer .forward-backward ul li.next {
	text-align: right;
}


#footer .footer-design-box {
	font-size: 1px;
	height: 10px;
	background-color: #555555;
	width: 200px;
}




.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clearer { clear: both; }

.two-col-left {
	width: 585px;
	float: left;
	height: 440px;
}

.two-col-right {
	width: 196px;
	float: right;
	height: 440px;
	background-color: #cccccc;
}

#content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 55px 15px 0 15px;
}

#content p {
	color: #999999;
	margin: 15px 15px 0 15px;
}

