@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	font-family: verdana;
	font-size: 10px;
}
.topText {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}
.text1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #00212A;
}
.text2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #00212A;
}
.text3 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text4, a:link, a:visited, a:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0E2B8D;
	text-decoration: none;
}
.text5 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.text6 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.brder {
	border: 1px solid #F5F4E0;
}
.text11 {	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #00212A;
}
#around{
	padding-top: 5px;
	float: right;
}
#editorImage {
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 80px;
	margin-right: 4px;
	background-image: url(/district/news_&_events/newsletter2/images/editor.jpg);
}
#editorText {
	height: 210px;
	width: 360px;
	float: left;
}
#chancellorImage {
	background-image: url(/district/news_&_events/newsletter2/images/dr_gornick.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 80px;
	margin-right: 4px;
}
#chancellorText {
	height: 210px;
	width: 360px;
	float: left;
}
#askText {
	float: left;
	width: 440px;
	padding: 2px;
}

#employeeContent {

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: white;
	background-image: url(/district/news_&_events/newsletter2/images/buttonbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/district/news_&_events/newsletter2/images/buttonbg2.gif);
}

#aroundContent { 
min-height: 100px; 
height: auto !important; 
height: 100px; 
} 
#editorContent
 { 
min-height: 500px; 
height: auto !important; 
height: 500px; 
} 
