/*
Default stylesheet for: 	
		www.newera.com
*/

/* ----------------------- HTML Elements ---------------------------------------- */
a, a:link, a:visited  {
	color: #666;
	TEXT-DECORATION: none;
}
a:hover, a:active{
	color: #9cc8ff;
	TEXT-DECORATION: none;
}

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color:#fffff; /*color background - only works in IE */
	font-size:90%; /*set default font size */
	/*_font-size:90%;*/ /*set default font size IE*/
	line-height: 200%;
	font-family: arial, verdana, tahoma, sans-serif; /* set default font */
}

body{ 
	height: 100%;                                                                   /* Make sure the document takes up the whole window. */

	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	
	color: #333;
	/*background-color: #ffffff;*/
	/*background: #aba6ce url(graphics/pagebody.png) no-repeat center 20px;*/
	background: #aba6ce url(graphics/pagebody.jpg) no-repeat center 20px;
	/*background: #aba6ce;*/
	
	text-align: justify;

	min-width: 900px;
	
	z-index: 0;
}

p{ 
	background-color: transparent; 
	margin: 0 0 0 0em;
}

h1 { 
	color: #00017F; 
	font-size: 1.2em; 
	font-weight : bold;
	/*background-image: none;*/
	}

h2 { 
	color: #00017F;
	font-size: 0.9em; 
	font-weight : bold;
	/*margin:0px;
	margin-bottom:5px;
	border-bottom: 2px solid white;*/
	/*width:100%;	*/
/*	position:relative;	
	float:left;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 { 
	color: #666;
	font-size: 1.0em;
}

h4 { 
	font-size: 1.0em; 
	color: #666; 
	font-weight : normal;
}

hr { 
	color: #ccc; 
	height: 1px;
	margin-top:10px;
}

ol {
	/*list-style-image: url("graphics/bullit.gif")*/	
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	/*list-style-image: url("graphics/bullit.gif")*/
	list-style-type: square;
	margin-top: 0px;
}

li {
/*	margin-left:-10px;
	border-left:0px;
	padding-left:-10px;*/
}

img {
	border: 0px;
}

imgpng{
	_behavior: url(iepngfix.htc);
}

input { 
	font-size: 1.0em; 
	color: #666;	
	background-color: White;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 10px;
	padding-right : 10px;	
	border : 3px solid #aba6ce;
	font-weight: bold;
	
	margin-bottom : 2px;
} 
label{
	font-size: 1.0em;
	_line-height: 90%;	
	width: 165px;
	float:left;
	padding-left: 0px;
}
textarea { 
	font-size: 1.0em; 
	color: #666;
	background-color: White;
	margin-left : 0px;
	padding-left : 0px;
	padding-right : 4px;
	margin-bottom : 2px;
	border : 3px solid #aba6ce;
} 

/* ############################################ */
#pagehead{
	/*width:100%;*/
	/*height:130px;*/
	/*background: white url(graphics/pagehead-back.jpg) repeat-y center;*/
	/*background: white url(graphics/pagehead.png) no-repeat center;*/

	/*position: relative;*/
	/*overflow:auto;*/
	/*z-index: 0;*/
}
#header{
	position: relative;
	float: left;
	width:899px;
	padding-top:23px;
	height:96px;
}
	#header p{
		font-size: 1.6em;
		margin-left:260px;
		margin-right:30px;
	}	
	#header h2{		
		margin-left:260px;
		color: #aaa5ce;
		font-size: 1.0em; 
		margin-top:0px;
		margin-bottom:0px;
		line-height: 0.9em;
	}			
	#header h1{		
		margin-left:230px;
		padding-top:0px;
		margin-top:13px;
		margin-bottom:0px;
	}			

#pagelogo{
	width:100%;
	z-index: 9;
}
	#logo{
		width:900px;
		/*height:78px;*/
		margin-left:auto;	/* Horizontal centering */
		margin-right:auto; /* Horizontal centering */
		/*margin-bottom: -54px;*/
	}
		#logo img{
			position: absolute;
			width:202px;
			height: 101px;
	
			margin-left:49px;
			margin-top:-54px;
	
			_behavior: url("iepngfix.htc");		
		}

#pagebody{
	width:100%;
	padding:20px 0px 0px 0px;
	/*overflow:auto;		
	_overflow:hidden;	*/	
	/*min-height: 101%;*/  /* Make sure the document takes up the whole window. */
	z-index: 2;
}
		
		
	#main{
		width:900px;		
		background: white url(graphics/pagehead.png) no-repeat top;		

		position: relative;
		margin-left:auto;	/* Horizontal centering */
		margin-right:auto; /* Horizontal centering */
		border: none;
		overflow:auto;
		*overflow:hidden;
		_overflow:hidden;
		z-index: 12;	
	}

#pagefoot{
	width:100%;
	background: white url(graphics/pagefoot-back.jpg) repeat-y center;

	position: relative;
	float: left;
	z-index: 1;
}
	#footer{
		width:900px;
		margin-left:auto;	/* Horizontal centering */
		margin-right:auto; /* Horizontal centering */
		padding-top : 10px;
		padding-bottom : 6px;
		color:white;
	}
		#footer span{
			font-size: 1.2em;
			font-weight: bold;
			margin-left:43px;
		}
	#footer a, #footer a:link, #footer a:visited  {
		color: #666;
		font-weight: bold;
		TEXT-DECORATION: none;
	}
	#footer a:hover, #footer a:active{
		color: White;
		font-weight: bold;
		TEXT-DECORATION: none;
	}

	.footer-left{
		width:200px;	
		position: relative;
		float: left;
		text-align: center;
		/*margin-top : 10px;
		margin-bottom : 10px;*/
	}
	.footer-right{
		position: relative;
		float: left;
		padding-left:30px;
		padding-bottom: 4px;
	}
/* ------------------------- left --------------------- */
#main-left{
	width: 201px;
	position: relative;
	float: left;
	top:50px;
	z-index: 50;
}

#contactsleft{
	margin-top:84px;
	color:#666;
	font-weight: bold;
}
#menuleft{
	/*width: 200px;*/
	
	margin-top:0px;
	padding-left:106px;
	position: relative;
	float:left;
	width:70px;
	/*float: left;*/
	/*padding-left:106px;*/
}

/*	#menuleft, #contactsleft{
		width: 200px;
		position: relative;
		float: right;
		font-weight: bold;
		line-height: 210%;
		color: #999;
		text-align: right;
		margin-right: -6px;
	}	
	.menupad{
		Width:150px;
	}
		#menuleft a, #menuleft a:link, #menuleft a:visited, #contactsleft a{
			font-size: 1em;
			font-weight: bold;
			color: #999;
			padding:4px;
			padding-left:10px;
			padding-right:10px;
			margin-top:4px;
			margin-bottom:4px;
			border:6px transparent solid;			
		}
		#menuleft a:hover, #menuleft a:active{
			color: white;
			border:6px white solid;	
			background-color: #CFCDE3;	
			background: #aaa5ce;	
		}
*/
/*		
		.footlinks{
		}
		a.footlinks, a.footlinks:link, a.footlinks:visited{
			font-size: 0.8em;
			color: white;
		}
		a.footlinks:hover, a.footlinks:active{
			color: #666;
		}
	
		#menuleft form {
			background: transparent;
			margin-top:18px;
		}
		#menuleft label {
			margin-top:4px;
			_margin-top:0px;
			margin-left:10px;
			margin-right:4px;
			color:white;
			font-weight:bold;
		}
		#menuleft input {
			width:165px;
			padding-left:2px;
			color:#666;
		}
		#menuleft input.searchgo {
			Width:90px;
			color: #666;
			padding-left: 2px;
		}*/

#contactframe{
	position: relative;
	float: left;
	padding-top: 150px;
}

#contactbox{
	background: #aaa5ce;
	/*background-image: url(graphics/contactboxback.jpg);*/
	
	color: white;
	font-size: 1.2em;

	width: 181px;
	padding: 10px;

	position: relative;
	float: left;
	
	/*margin-right: -1px;*/

	text-align: center;
}
		#contactbox a, #contactbox a:link{
			font-weight: bold;
			line-height: 200%;
			color: white;
			padding-left:10px;
			padding-right:0px;
			margin-top:4px;
			margin-bottom:4px;
			border:none;
		}
		#contactbox a:hover, #contactbox a:active{
			color: #CFCDE3;
			color: #666;
			border:none;
			background-color: transparent;
		}
#contactbox span{
	font-weight: bold;	
}

#searchform{
	display: inline;
}		
.searchbox{
	font-size: 1.0em;
	/*margin-top : 10px;
	margin-bottom : 10px;*/
	padding-left : 5px;
	padding-right : 5px;	
	border:0px;
	vertical-align: middle;
}		
.searchgo{
	background: white;
	color:#aaa5ce;
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 3px;	
	_padding-top: 2px;
	_padding-bottom: 2px;	
	vertical-align: middle;
	border-bottom:3px solid #aaa5ce;
}
.searchgo:hover{
	color:#666;
}

/* ------------------------- right --------------------- */
#main-right{
	width: 585px;
	position: relative;
	float: left;
	/*background:#cfcde3;*/
	overflow: auto;
	z-index: 8;
}
	
	#anim{
		width: 315px;
		/* *width: 210px;*/
		_width: 315px;
		
		overflow: inherit;
		
		height:315px;
		*height:300px;

		/*position: relative;*/
		float:right;

		margin-top: -47px;
		*margin-top: 0px;/*-47px;*/
		_margin-top: -47px;
		
		margin-right: -30px;
		/**margin-right: 75px;*/
		*margin-right: 0px;
		_margin-right: -15px;
		
		margin-left: 30px;		
		/**margin-left: 30px solid #C7C9E3;*/	

		/*border-left: 30px solid #CFCDE3;		
		*border-left: 30px solid #C7C9E3;	*/	
/*		*background: #cfcde3 url(graphics/contentback.png);*/

		z-index: 8;
	}
		#anim-inner{
			width: 315px;
			*width: 300px;
			_width: 315px;
			/*height:300px;*/
			
			/*border-left:#aba6ce solid 15px;
			border-bottom:#aba6ce solid 15px;		*/
			/*border-left:white solid 15px;*/
			border-bottom:white solid 15px;		
			*border-bottom:0px;
			_border-bottom:white solid 15px;		

			/**border-bottom:white solid 15px;*/		

			z-index: 50;
		}

	#content{
		width: 639px;
		/**width: 630px;
		_width: 639px;*/
		/*background: #cfcde3;
		*background: #cfcde3 url(graphics/contentback.png);*/
		background: #cfcde3 url(graphics/contentback.png);
	/*position: relative;
	float: right;
	*float: left;*/
		/*_margin-top:-15px;*/
		/*margin-right:0px;*/
		/**margin-right:-0px;*/
		padding-top:0px;
		padding-right:30px;
		padding-left:30px;
		padding-bottom:30px;
	position: relative;
	float: left;
	/*top:50px;*/

		z-index: 20;
	}
	
	#content li{
		/*margin-left: -25px;*/
	}
	#content a, #contentt a:link, #contentt a:visited  {
		color: #00017F;
	}
	#content a:hover, #content a:active{
		color: red;
	}
	#content p{ 
		margin: 0 0 1em 0em;
	}
	/*#content h2{ 
		font-size: 1.0em;
		font-weight: bold;
		color: #333333;
		display:inline;
	}*/
	#content h3{ 
		font-size: 1.0em;
		font-weight: bold;
		color: #333333;
		display:inline;
	}
	
	.links {
		list-style-type: none;
	}	
	.img-left{
		_behavior: url("iepngfix.htc");		
		margin-top:0px;
		margin-right:30px;
		margin-bottom:10px;
		margin-left:0px;
	}
	.img-right{
		_behavior: url("iepngfix.htc");		
		margin-top:0px;
		margin-right:0px;
		margin-bottom:10px;
		margin-left:30px;
	}
	.img-blockleft{
		_behavior: url("iepngfix.htc");		
		margin-top:70px;
		margin-right:50px;
		margin-bottom:100px;
		margin-left:0px;
	}

	
.clearboth { 
	clear: both; 
	width:100%;
	height:1px;
}


/* ------------------------------------------ */
.feedburnerFeedBlock{
	font-size:0.9em;
}
.feedburnerFeedBlock ul {
	/*list-style-image: url("graphics/bullit.gif")*/
	list-style-type: none;
	margin-top: 0px;
	margin-left: -40px;
	*margin-left: 40px;
}

.feedburnerFeedBlock li {
	text-align : left;
	font-size: 1.0em;
	margin-bottom: 1.0em;
}

.feedTitle{
	width: 215px;	
	background:black;
	background: black url(graphics/news-back.jpg) repeat-x;
	color:white;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight: bold;
	*margin-top: 10px;
	font-size:11px;
	font-weight: bold;
}
	.feedTitle a, .feedTitle a:visited{
		color:white;
	}
	.feedTitle a:hover, .feedTitle a:active{
		color:red;
	}

.headline{
	/*margin-left:5px;	*/
	font-weight: bold;
}
.fbsubscribelink{
	font-size: 1.0em;	
}
#creditfooter{
	display: none;	
}
.students{
	color:red;
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
}
