* {margin: 0; padding: 0;}
html,body{margin:0;padding:0}

body{font: 76% georgia, "times new roman", serif;text-align:center; background-color: #fff; margin-top: 2em; font-size: 14px; line-height: 20px;}
p{margin: 1em 0; padding: 1px 0;}
#navigation p {
	margin: 1em 1em 1em 1.5em;
}
a{ color: #df6726;}
a:hover {
	color: #5ba7ce;
}
#header {height:38px; margin:0;
  padding-left:10px;background: #EEE;color: #79B30B;
  display: none;}
/*#container{
	background-image: url(./assets/img/bg_2col.gif);
	background-repeat: repeat-y;
	position: relative;
}*/
#content p, #navigation p, #extra p {line-height:1.4}
#footer p{margin:0;padding:5px 10px}

#content{float:right;width: auto;}
#navigation{float:left;width:254px}
#extra{clear:both;width:100%; padding: 1px 0;}

#container {

	width:725px;
	margin:0 auto;
	text-align: left;
	position: relative;
	}
#home #container {
	
}

#header{
	display: none;
	}
#footer{
	display: none;
	}
#extra {
	
	}
#navigation {
	display: none;
	}

#home #mediabox {
	
	height: 265px;
	width: 754px;
	background-color: #ccc;
	z-index: 0;
	margin-left: 4px;
}

	

#mediabox_mini {
	height: 135px;
	width: 503px;
	background-color: #EFECF2;
	margin-bottom: 1em;
}

#copyright {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: .5em;
	top: .5em;
}




#logo {
	margin-top: 1em;
	margin-left: 15px;
	padding-left: 15px;
	float: left;
	border-left: 1px solid #674F87;
}
#logo h1 {
	width: 154px;
	height: 92px;
	
	background-image: url("./assets/img/logo.gif");
	text-indent: -9999em;
}
#logo a {
	border: none;
}





h2, h3 {
	margin: 1em 0;
	color: #000;
	}

/* Home Page Headers */

#navigation h2 {
		color: #5f4480;
		margin-left: 18px;
	}
#c1 h2 {
		color: #689b00;
	}
#c2 h2 {
		color: #1692cb;
	}



#content ul {
	margin-left: 12px;
	/*border: 1px solid red;*/
	list-style: none;
	margin-bottom: 2em;
}
#content ul ul {
	margin-left: 20px;
	margin-bottom: 0;
	}
	
#content ul li,
#content ul ul li {
	padding: 3px 0;
}

#content ul li h5 {
	display: block;
	height: 16px;
	line-height: 16px;

	font-size: 1.1em;
	color: #000;	
	}
#content ul li a {
	color: #3c3067;

	height: 16px;
	line-height: 16px;
	
	}
/* #content ul li a.external {
	background-image: url("./assets/icon/page_white_world.png");
	} */
/* #content ul li a:hover {
	color: #999;
	background-image: url("./assets/icon/page_white_go.png");
	text-decoration: none;
	}*/


	#list_entry {
		margin-left: 12px;
		}
	#list_entry h3,
	#list_entry p {
		margin: .5em 0;
		}
	#list_entry h3 {
		font-size: 1.3em;
		margin-left: 0;
		margin-top: 1em;
		}
	#list_entry label {
		font-weight: bold;
		}

	hr {
		border: 1px solid #ccc;
		border-width: 1px 0 0;
		margin: 1em 1.5em 1em 12px;;
		}
		
		
			
#credits a {
	outline: none;
	text-decoration: none;
	color: #000;
	}
#credits p {
	display:block;
	margin: 0 auto;
	text-align: left;
	display: block;
	

	}
#credits {
	text-align: left;
	width: 750px;
	position: relative;
	width: 725px;
	margin: 0 auto;
	font-style: italic;
	font-size: 10px;
	}
p#page_info {
	display: none;
	}
	
	
.month_view {
	margin: 1.5em 12px;
	}
.month_view dt {
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	}
.month_view dd {
	padding: 3px 0;
	margin: .5em 0;
	border-bottom: 1px solid #eee;
	}
.month_view dd span {
	color: #666;
	margin-right: .4em;
	font-weight: bold;
	font-size: 11px;
	}
	
.sticky {
	margin: 1em 12px;
	border: 4px solid #ccc;
	background-color: #eee;
	padding: 1px;
}
.sticky h4 {
	margin: .5em 12px;
}
.sticky span {
	color: #666;
	margin-right: .4em;
	font-size: 11px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */