@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #838383;
}
#menu {
	background-image: url(images/back-menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 975px;
	top: 226px;
	position: relative;
	text-align: center;
}
.thrColFixHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	background-color: #FFFFFF;
	background-image: url(images/repeater.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/top3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 266px;
	width: 975px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#f1 {
	float: left;
	width: 455px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px;
	padding-top: 38px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 2px;
}
.thrColFixHdr #mainContent {
	background-position: center;
	top: 38px;
	margin-top: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	width: 650px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
} 
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5286c6;
}
.greytext12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.commontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.thrColFixHdr #footer {
	background-color: #666666;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 975px;
	padding-top: 0;
	padding-bottom: 0;
	clear: both;
} 
#f2 {
	width: 480px;
	padding: 5px;
	float: right;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #00457f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00457f;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #49b2ff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #49b2ff;
	font-weight: bold;
}
.aW:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.aW:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.aW:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
.aW:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#videoholder {
	background-image: url(images/bkgvideo.gif);
	height: 311px;
	width: 284px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#holder {
	background-color: #AD9183;
	width: 284px;
}
#txtvideo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 90%;
	margin-left: 5%;
}
#selector {
	width: 110px;
	height: 28px;
	padding-left: 638px;
	top: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#selector #flags {
	background-image: url(images/back-language.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	height: 31px;
	text-align: center;
	width: 325px;
}
#commoncontent {
	margin-left: 20px;
	margin-right: 20px;
}
#submenu {
	background-image: url(images/back-submenu.gif);
	height: auto;
	width: 975px;
	position: relative;
	top: 38px;
}
#submenu div {
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
#s {
	height: 23px;
	padding-top: 6px;
}
#player {
	padding-left: 20px;
}

.player {
	padding-left: 20px;
}
#outsourcing {
	background-color: #838383;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 20px;
}
.thrColFixHdr #mainContent2 {
	background-position: center;
	top: 38px;
	margin-top: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 10px;
	width: 950px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
#holdervideo {
	background-color: #AD9183;
	width: 284px;
}
.txtvideo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 284px;
	background-color: #AD9183;
}
.txtvideo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 284px;
	background-color: #AD9183;
	margin-left: 10px;
}
.txtvideoWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5286C6;
	width: 284px;
	background-color: #FFFFFF;
}
.divnew {
	width: 475px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #5286c6;
	margin-left: 55px;
}
.div-form {
	background-color: #CEDFEF;
	width: 350px;
	margin-left: 100px;
	padding-top: 20px;
	padding-left: 50px;
}
.textfield-form {
	width: 200px;
}
.butt-send {
	background-color: #3A4B88;
	width: 80px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.greybar {
	background-color: #838383;
	width: 958px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.box-studenthandbook {
	background-image: url(images/box1.jpg);
	background-position: center top;
	height: 380px;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
}
.textfield-form2 {
	width: 300px;
}
.thrColFixHdr #mainContent2 {
	background-position: center;
	top: 38px;
	margin-top: 0;
	padding-top: 0;
	width: 955px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.both {
	clear: both;
}
.thrColFixHdr #sidebar3 {
	width: 290px;
	padding-right: 12px;
	padding-bottom: 15px;
	clear: both;
	float: right;
	padding-left: 4px;
}
.box-repeater {
	background-image: url(images/repeater-box.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	height: 150px;
}
.txt-w {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.txt-blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A5B5CB;
	font-weight: bold;
	font-style: italic;
}
.maincontent-1 {
	width: 630px;
	padding-top: 10px;
	padding-left: 5px;
}
.titles2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5286c6;
}
