/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(../pics/bg.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00c;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f00;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00c;
	margin-left: 10px;
	margin-bottom: 5px;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #999;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 9px auto;
	width: 950px;
	background: #f9d364 url(../pics/container_bg.jpg) repeat-y 100%;
	border: 3px solid #ffad2f;
	padding: 0 0px;
	text-align: left; /* Cancel IE Fix */
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #e8f0fe url(../pics/header_right.gif) no-repeat 100% 0;
	border-bottom: 3px solid #ffad2f;
	border-top: 2px solid #ffad2f;
	padding: 29px 30px;
	height: 76px;
}
#header h1 {
	margin: 0;
	color: #c6c4c5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
}
#header h2 {
	margin: 0;
	color: #8d8d90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}
/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/

#nav {
	background: #00c;
	border-bottom: 3px solid #ffad2f;
	margin: 0;
	padding: 0;
	height: 26px;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#nav li a {
	text-decoration: none;
	color: #ddd;
	background-color: #00c;
	border-right: 3px solid #ffad2f;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 12px;
	float: left;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #f00;
}
#nav li a.on {
	background-color: #00b0ec;
	color: #340588;
}
#sidemenu a {
    color: #00c;
	text-decoration:none;
}

#sidemenu a:hover {
	color: #00c;
	font-weight: bold;
}

#sidemenu a.menu_current {
	color: #f00;
	font-weight: bold;
	
}
/*------------------------------------------------------------*
**  Sidebar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 180px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	border-right: 3px solid #ffad2f;
	clear: both;
}
#sidebar div {
	background: #f9d364 url(../pics/para_bg.jpg);
}

#sidebar h3 {
	font-size: 1.1em;
	color: #00c;
	background-color:#ffad2f;
	margin: 10px 0 10px 0;
	cursor: default;
	padding-top: 2px;
	padding-left: 10px;
	padding-bootom: 3px;
}

#sidebar h4 {
	font-size: 1.1em;
	color: #00c;
	margin: 0 10px 0 0;
	cursor: default;
	padding-left: 10px;
	margin-top: 40px;
	}

#sidebar div a {
	padding-left: 10px;
}

/*------------------------------------------------------------*
**  Search
**------------------------------------------------------------*/	
#searchdiv h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#00c;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
	line-height:normal;
}
#searchdiv form {
	margin-top: 4px;
	padding-left: 8px;
}

#searchdiv input {
	margin-bottom: 5px;
	padding-left: 8px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 755px;
	position: relative;
	overflow: inherit;
	background: #fcfbeb;
	margin-left: 190px;
	word-spacing: 2px;
	
}
#content h1{
	margin-bottom: 0px;	
}
#content h2{
	margin-bottom: 5px;	
}
#content h3{
	margin-bottom: 5px;	
}
#content h4{
	margin-bottom: 5px;	
}
#content p {
	color:#222;
	line-height: 12pt;
	padding-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
#content blockquote {
	margin-top:0px;
	margin-bottom: 0px;
}

#content ul li {
	color:#00c;
	line-height: 14pt;
}

#content ul ul li {
	line-height: 14pt;
	list-style-type:disc;
}

#content ul ul ul li {
	line-height: 14pt;
	list-style-type:disc;
}
#content table {
	color:#00c;
	margin-left: 20px;
	margin-right: 20px;
}

a img {
	border: 0px;
	border-bottom: 0px;
}

#content a {
	text-decoration: normal;
	color: #00c;
}
#content a:hover {
	color: #f00;
}

#content a:active {
	text-decoration: normal;
	color: #f00;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #eaf2ff url(../pics/footer.gif) no-repeat 100% 0;
	height: 74px;
	border-top: 2px solid #ffad2f;
	border-bottom: 2px solid #ffad2f;
	text-align: center;
	color: #999;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dashed #999;
}
#footer a:hover {
	border-bottom: 1px dashed #f90;
	color: #f90;
}

