/* color scheme for current students

Dark Orange		#b13c07
grey			#7b7b7b
Lt brown		#edeee4
Lt blue			#7babfd

*/

#StudentServicesTitleBar {
background-color: #444468;
color: #fff;
height: 20px;
padding: 10px 0 10px 10px;
width: 770px;
font-family: Verdana, Arial;
font-size: 16px;
font-weight: lighter;


}


* html #StudentServicesTitleBar {
background-color: #444468;
color: #fff;
height: 40px;
padding: 0 0 0 10px;
width: 770px;
font-family: Verdana, Arial;
font-size: 16px;
font-weight: lighter;

}

#container {
	position: relative;
	}



#FMA {
	width: 780px;
	}
	
#leftcontent {
/*	position: absolute;
	left:10px;
	top:450px;*/
	width:280px;
	float: left;
	background-color:#fff;
	position: relative;
	}


#centercontent {
	width: 270px;

	position: relative;
	margin-right: 10px;
	float: left;

	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	javascript:Toggle('Admin_CssEditor');void(0);
Close
/*	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;*/
	


	}
html>body #centercontent {

	}
#centercontent p {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
line-height: 18px;
display: block;
padding: 0 0 0 10px;
}

#rightcontent {
	width:170px;
	float: left;
	background-color:#fff;
	position: relative;
        


	}

#centercontent ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#centercontent li
{
	background-image:url(/images/current/block-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 1em .3em;
	padding-left: 2.6em;


}



#centercontent h2 {
	margin:10px 0 5px 4px;
	padding:0 0 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-family:"Trebuchet MS";
	color: #b13c07;
	font-size: 18px;
	width: 250px;
	}

#rightcontent h3 {
		margin:15px 0 5px 4px;
	padding:0;
	border-bottom: 1px solid #CCCCCC;
	font-family:"Trebuchet MS";
	color: #85a8d8;
	font-size: 12px;
	width:160px;
	}

#rightcontent h4.today {
 	margin-top: 12px;
	}
	


#container a {
	color: #7babfd;
	text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
	}

#container a:visited, #container a:hover {
	color: #7babfd;
	text-decoration: underline;
	}


	
.LeftBorder {
	border-left: 1px solid #edeee4;
	}

ul.horiz {
	padding: 0;
	margin: 0;
	list-style-type: none;
color: #666666;
font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;
	}

ul.right {
	padding: 0 0 0 8px;
margin-bottom: 4px;
margin-left: 10px;

	}

ul.horiz li {
	display: block;
	float: left;
	text-align: left;

	}

ul.vert {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.vert li {
	float: none;
	margin-bottom: 4px;
	padding-left: 6px;
	text-align: left;
	}

/********************^^^********************/
	
	/****^^ BOTTOM SECTION - STUDENT LIFE ^^****/
	
	#StudentLifeContainer #BottomSection {
		clear:both;
		background:url(/images/studentLife/BottomSectionBackground.jpg) top left no-repeat;
		width: 746px;
		height: 144px;
		float:left;
		margin:10px 0 0 0;
	}
	#StudentLifeContainer #BottomSection h3{
		clear:both;
		margin:5px;
		padding:5px;
color: #b13c07;
	}
        #StudentLifeContainer #BottomSection #InPerspective {
		float:left;
		margin:5px;
		padding:5px;
		width:160px;
	}
	#StudentLifeContainer #BottomSection #AroundTheTown {
		float:left;
		margin:5px 5px 5px 5px;
		padding:5px;
		width:165px;
	}	
	#StudentLifeContainer #BottomSection #WhereToGo {
		float:left;
		margin:5px 5px 5px 10px;
		padding:5px;
		width: 160px;
	}	
	#StudentLifeContainer #BottomSection #LifeAndIntegrity {
		float:left;
		margin:5px;
		padding:5px;
		width:160px;
	}
	#StudentLifeContainer #BottomSection p {
		margin:0px;
		padding:8px 5px 0 25px;
	}
	#StudentLifeContainer #BottomSection #InPerspective a, #StudentLifeContainer #BottomSection #InPerspective a:link, #StudentLifeContainer #BottomSection #InPerspective a:active, #StudentLifeContainer #BottomSection #InPerspective a:visited {
		text-decoration:underline;
		padding:5px 0px 0 0px;
		line-height:15px;
	}
	#StudentLifeContainer #BottomSection #InPerspective a:hover {
		text-decoration:underline;
		color:#82b566;
	}
	#StudentLifeContainer #BottomSection a, #StudentLifeContainer #BottomSection a:link, #StudentLifeContainer #BottomSection a:active, #StudentLifeContainer #BottomSection a:visited {
		text-decoration:underline;
	}
	#StudentLifeContainer #BottomSection a:hover {
		text-decoration:underline;
		color:#82b566;
	}	

	#StudentLifeContainer {
		width: 747px;
		margin:0 0 0 15px;
		* margin:0 0 0 10px;
		padding:0;
 		float:left;
	}
	#StudentLifeContainer h2 {
		font-family: "Trebuchet MS";
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
		color: #7e7e7e;
		line-height:0px;
		margin:0px;
		padding:10px 0 15px 0;
		text-align:left;
	}
	#StudentLifeContainer h3 {
		font-family: "Trebuchet MS";
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #7e7e7e;
		line-height:0px;
		padding:15px 0 0 5px;
		margin:0;
		text-align:left;
	}
	#StudentLifeContainer p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		line-height: normal;
		margin:0;
		padding:0 5px 0 0;
		text-align:left;
	}
	#StudentLifeContainer a, #StudentLifeContainer a:link, #StudentLifeContainer a:active, #StudentLifeContainer a:visited {
		font-family: "Trebuchet MS";
		text-decoration:none;
		font-size: 12px;
		font-weight: bold;
		color:#a7a7a7;
		padding-top:0px;
		line-height:12px;
	}
	#StudentLifeContainer a:hover {
		text-decoration:none;
		color:#ff7f2a;
	}