@charset "UTF-8";
/* CSS Document */

/******Layout*********/

html, body {height: 100%;}

body {
	margin: 0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
#wrapper{width:788px;
		position:relative;
		left:10%;
		height:100%;
		}

#page{
		width:613px;
		position:relative;
		left:50%;
		margin-left:-220px;
		padding-top:0px;
		background-color:#FFFFFF;
		background-image:url(../img/pagebackground.jpg);
		background-repeat:repeat-y;
		padding-left:8px;
		padding-right:10px;
		min-height:100%;
			
		}
		
#head{
		width:597px;
		height:66px;
		display:block;
		}

#menu{width:175px;
	height:300px;
	float:left;
	position:fixed;	
	}

#text{width:332px;
	height:281px;
	display:block;
	padding-left:15px;
	padding-right:3px;}
	
#studentText{width:332px;
	height:190px;
	display:block;
	padding-left:15px;
	padding-right:3px;}

#search{width:281px;
		height:281px;
		display:block;
		background-image:url(../img/searchplacer.jpg);
		background-position:left;
		background-repeat:no-repeat;
		float:right;}
		
#studentImage{width:281px;
		height:281px;
		display:block;
		background-image:url(../img/ist2_4547303-study-break.jpg);
		background-position:left;
		background-repeat:no-repeat;
		float:right;}

#mainContent{width:597px;
		height:100%;
		padding-left:10px;
		padding-right:10px;}
		
#mainContent2{width:582px;
		height:100%;
		padding-left:10px;
		padding-right:25px;}



/*******Menu Styling******/

.menu{list-style:none;
	margin:0;
	padding:0;
	float:right;
	}

.copy{text-align:right;
	font-size:10px;
	padding-right:3px;}

.copy a{text-decoration:none;
		color:#000000;}

.allmediaRight a{text-decoration:none;
			     color:#000000;}
.allmediaOrange{color:#FF6600;
				}

/******Search Styling*****/

.searchForm{padding-top:100px;
			padding-left:35px;}


/*****font styling*****/

h2{color:#418838;}

.hr2{margin-left:-12px;}

.back a{text-decoration:none;
		color:#000000;}

.backGreen{color:#418838;}

label{color:#418838;
	float:left;
	width:10em;}

.small{color:#000000;
		font-size:10px;
		font-weight:normal;}

/*****Results Styling****/

.result{width:597;
	height:155px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;}
	
.result2{width:597;
	height:148px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;}
	
.resultsImage{width:220px;
			height:155px;
			float:left;
			}

.resultsImage img{border-color:#686868;
				border-style:solid;
				border-width:thin;}
				
.resultsImageLong{width:597px;
			height:148px;
			float:left;
			padding-top:10px;
			display:block;}

.resultsImageLong img{border-color:#686868;
				border-style:solid;
				border-width:thin;}

.resultsText{width:335px;
			height:148px;
			float:right;
			
			padding-left:20px;}

.resultsText a{text-decoration:none;
				color:#418838;}

.details1{width:150px;
		float:left;
		padding-right:20px;
		}

.green{color:#418838;
		font-size:14px;
		font-weight:bold;}

.bold{font-weight:bold;}

.hr{margin-left:-22px;}

.overview{width:567px;
		}