
/* HTML ELEMENTS DEFAULT STYLES */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #ECF0EF;
	background-image: url(http://static.arcademicskillbuilders.com/images/bkg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

p,li,label { 
			font-size:80%; 
			margin-bottom:1em; 
			line-height:1.4em; 
			color:#333; }
			
h1,h2,h3,h4,h6 { 
			font-family:Arial, Helvetica, sans-serif; 
			font-weight:bold; 
			color:#333; }

h1 { 
			font-size:130%; 
			margin:10px 0 .6em; }

h2, h3 { 
			font-size:110%; 
			margin:1.5em 0 .5em 0; }
			
h4 {
	font-size:105%;
	color: #D68F24;
	margin: 0px;
}

h5 {
	font-size:118%;
	color: #D68F24;
	margin: 0px;
}

th, td { 
			font-size:80%; 
			padding:3px; 
			color:#333; }
			
			
td label, td p { 
			font-size:80%; }

ul, ol { 
			margin:1em 0 1em 12px; 
			padding-left:12px; 
			list-style-type:disc; }

ol { 
			margin-left:12px; 
			padding-left:12px; }

img { 
			border:0; }

em { 
			font-style:italic; }

strong { 
			font-weight:bold; 
			color:#444; }
			
/* LINKS */
			
a:link { 
			color:#006699; }

a:visited { 
			color:#006699; }

a:hover {
	color:#006699;
	text-decoration:none;
	background-color: #FFF1C4;
}

a:active { 
			color:#006699; }



/* GLOBAL PAGE PARTS */
			
#bodybody {
	margin:0 auto;
	position:relative;
	width:950px;
	background-image: url(http://static.arcademicskillbuilders.com/images/bkg_header1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
			
#banner {
	height:24px;
	width: 476px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main {
	padding:0px 12px 10px 18px;
}
#contentHomeLeft {
	width:430px;
	float:left;
	padding: 0px;
	margin-top: 20px;
}

#contentInteriorLeft {
	width:626px;
	float:left;
	padding: 0px;

}
#contentHomeMid2 {
	width:450px;
	float:right;
	padding-top: 20px;
}

#contentInteriorRight {
	width:210px;
	float:right;
	background-color: #F9F9E6;
	padding: 12px;
}
#contentInterior {
	width:882px;
	float:left;
	padding: 16px;
	background-color: #FFFFFF;
	margin-top: 18px;
}


ul#nav-list {
	margin:0;
	padding:0;
	height:21px;
	list-style:none;
	text-align: center;
}

#nav-list li {
	margin:0;
	padding:0;
	text-align:center;
	height: 21px;
	float: left;
}

#nav-list a {
	font-size:86%;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	float:left;
	color:#FFF2BD;
	font-family:Arial, Helvetica, sans-serif;
	height: 21px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 2px;
}
			
#nav-list a:hover {
	background-color:#DE7E10;
	height: 21px;
	color: #FFFFFF;

}

/* BOTTOM OF PAGE */

#copyright {
	margin-top:0px;
	padding:4px 20 6px;
	clear:both;
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #DDDDDD;
}

#content-bottom {
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 12px;
}

.clear {
	clear:both;
}

#box {
	width:234px;
	padding: 8px 8px 10px;
	margin-right: 4px;
	margin-left: 0px;
	float: left;
	height: 150px;
	background-image: url(bkg_boxes_bottom.jpg);
}

#boxmid {
	width:234px;
	padding: 8px 8px 10px;
	float: left;
	height: 150px;
	margin-left: 16px;
	background-image: url(bkg_boxes_bottom.jpg);
}
#boxright {
	width:234px;
	margin-right: 0px;
	margin-left: 4px;
	float: right;
	height: 150px;
}

#boxrightInterior {
	width:234px;
	padding: 8px 8px 10px;
	margin-right: 0px;
	margin-left: 4px;
	float: right;
	height: 140px;
	background-image: url(bkg_boxes_bottom.jpg);
	margin-bottom: 16px;
}

#boxrightInteriorDC {
	width:234px;
	padding: 8px 8px 10px;
	margin-right: 0px;
	margin-left: 4px;
	float: right;
	background-image: url(bkg_boxes_bottom.jpg);
	margin-bottom: 16px;
	background-position: left top;
	background-color: #A7BE2F;
	background-repeat: repeat-x;
}



#box h2 {
	margin:0;
	color:#333;
	font-size:86%;
	padding: 8px;
}



/*from positioniseverything.com*/
.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden; }

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* JUMP */


.jumpContainer{
	float: right;
	height: 34px;
	clear: both;
	margin-bottom: 58px;
}
#toolsJump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: thin solid #FADC65;
}

.starImg {
	width:15px;
	height:15px;
	border:none;
}
