/*
Reset Styles
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;background-color:#FFF}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none};caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 1.3em;
}

/*  */
html {
	height: 100%;
	background-color: #e5e1e1;
}

body {
	height: 100%;
	background-repeat:repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	color:#f3e1af;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

strong{
	font-size:16px;
	font-weight: bold;
	color:#e1462d;
}

.holder {
	width: 969px;
	margin-top:40px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bannerTop{
	background-image:url(../images/banner_top.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:133px;
}
.bannerTopInside{
	background-image:url(../images/banner_top_inside.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:113px;
}

.bannerMain{
	height:193px;
	width:969px;
	background-image:url(../images/banner_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.bannerMainInside{
	height:174px;
	width:969px;
	background-image:url(../images/banner_main_inside.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.bannerMainPics{
	margin-left:162px;
	height:193px;
	width:786px;
	padding:0;
	background-color:transparent
}
.bannerMainPicsInside{
	margin-left:180px;
	height:150px;
	width:716px;
	padding:0;
	background-color:transparent
}

.bannerMainPics img{
	border:0;
	padding:0;
}

.bannerBottomLeft{
	height:39px;
	width:162px;
	float:left;
	background-image:url(../images/banner_btm_left.jpg);
	background-repeat:no-repeat;
	padding:0;
}

.bannerBottomRight{
	height:39px;
	width:807px;
	margin-left:162px;
	background-image:url(../images/banner_btm_right.jpg);
	background-repeat:no-repeat;
	padding:0;
}

.bannerMessage{
	color:#ff0214;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	text-align:left;
	padding-left:11px;
	letter-spacing:-1px;
}

.menu{
	height:12px;
	width:969px;
	text-align:right;
	padding-right:10px;
}

.menuLeft{
	width:161px;
	height:12px;
	background-image:url(../images/menu_left.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:0;
}

.menuRight{
	margin-left:161px;
	width:808px;
	height:12px;
	background-image:url(../images/menu_right.jpg);
	background-repeat:no-repeat;
	padding-right:0;
	
}
.menu td{
	vertical-align:top;
}	
/* Main Menu */
ul.menu {
	height: 12px;
	width: 281px;
	position: absolute;
	left: 828px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}

.menu li.root {
	float: left;
	list-style: none;
}

.menu li.root a {
	text-decoration: none;
	text-indent: -999em;
	height: 12px;
	display: block;
	overflow: hidden;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.menu li a:hover {
	background-position: bottom left;
}
.menu li.item1 a {
	background-image: url(../images/btn_programs2.jpg);
	width: 61px;
}
.menu li.item2 a {
	background-image: url(../images/btn_news2.jpg);
	width: 44px;
}
.menu li.item3 a {
	background-image: url(../images/btn_events2.jpg);
	width: 50px;
}
.menu li.item4 a {
	background-image: url(../images/btn_gallery2.jpg);
	width: 55px;
}
.menu li.item5 a {
	background-image: url(../images/btn_graduates2.jpg);
	width: 71px;
}




/* Sub Menu */
.menuRight ul.sub {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	width: 250px;
	position: absolute;
	height: auto;
	display: none;
	padding-bottom: 5px;
	padding-left: 12px;
}
.menuRight li.sub {
	text-align: left;
	width: 100%;
	height: 15px;
	list-style: none;
}
/* Clear Main Menu Styles */
.menuRight li.sub a, .menuRight li.sub a:visited, .menuRight li.sub a:active {
	text-indent: 0px;
	background-image: none;
	display: inline;
	width: 100%;
	height: auto;
	text-align: left;
	color: #560063;
	font-size: 10px;
	text-decoration: none;
}
.menuRight li.sub a:hover {
	color: #89019e;
}

/* Main Menu End */

.menu_bottom {
	margin-top: 0px;
	margin-right: -10px;
	text-align: right;
	list-style: none;
}
.menu_bottom li {
	text-align: left;
	display: inline;
	margin-right: 0px;
	list-style: none;
}



.content{
	width:969px;
	min-height:300px;
	background-image:url(../images/body_bkg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	padding-left:120px;
	padding-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content h1{
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.content h2{
	font-size:16px;
	font-weight: bold;
	color:#e1462d;
}

.content p {
	font-size:12px;
	color:#717070;
	padding-right:30px;
}

.content table{
	padding:10px;
	width:845px;
	text-align:left;
}

.content td{
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.content .contentdate{
	font-size:10px;
	color:#CCCCCC;
}

.contentBtm{
	width:969px;
	height:27px;
	background-image:url(../images/footer_bkg.jpg);
	background-repeat:no-repeat;
}

.sideContentTop{
	width:241px;
	height:19px;
	background-image:url(../images/side_top.jpg);
	
}

.sideContent{
	width:241px;
	min-height:150px;
	background-image:url(../images/side_bck.jpg);
	background-repeat:repeat-y;
	color:#a0a0a0;
	font-size:12px;
	padding-left:10px;
}

.sideContent a{
	padding-left:10px;
	color:#a0a0a0;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.sideContent a:hover{
	padding-left:10px;
	color:#ff0214;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}


.sideContent h1{
	color:#d04c37;
	font-size:15px;
	padding-left:10px;
	padding-bottom:5px;
	
}

.sideContent h2{
	padding-left:10px;
	color:#a0a0a0;
	font-weight:bold;
	font-size:11px;
}

.sideContent p{
	padding-left:10px;
	color:#a0a0a0;
	font-weight:normal;
	font-size:11px;
}



.sideContentBottom{
	width:241px;
	height:13px;
	background-image:url(../images/side_btm.jpg);
}

.readMore{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c6c6c8;
	padding-right:25px;
	padding-top:10px;
}

.readMore a{
	font-size:11px;
	color:#c6c6c8;
	text-decoration:none
}

.readMore a:hover{
	font-size:11px;
	color:#ff0214;
}


.bottomMenu{
	font-size:14px;
	color:#838383;
	text-align:right;
	padding-right:10px;
	font-family:georgia;
	font-weight;bold'
}

.tree {
	background-image:url(../images/open.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}
/* Spinner ---------------------------------------- */

.spinner {
	width: 16px;
	height: 16px;
	background-image: url(../images_backend/spinner.gif);
}


/*buttons --------------------------------------------*/
a.submit_but, a.submit_but:active, a.submit_but:visited {
	display: block;
	margin-bottom: 5px;
	width: 99px;
	height: 23px;
	overflow: hidden;
	background-image: url(../images/submit_button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	outline: none;
}
a.submit_but:hover {
	background-position: left bottom;
}

/* Login Form LOGIN page */
.login_form_holder {
	width: 385px;
	margin-top:40px;
}

.login_form_banner{
	background-image:url(../images_backend/login_banner.jpg);
	background-repeat:no-repeat;
	width:385px;
	height:200px;
}

.login_form_content{
	width:385px;
	min-height:300px;
	background-image:url(../images_backend/login_bck.jpg);
	background-repeat:repeat-y;
}

.login_form_footer{
	height:20px;
	width:385px;
	background-image:url(../images_backend/login_footer.jpg);
	background-repeat:no-repeat;
	
}

fieldset {
	margin: 0px;
	padding: 0px;
}
#form-login-small fieldset.input {
	width: 240px;
}
#form-login-small fieldset p {
	margin: 0px;
	padding: 0px;
}
#form-login-small fieldset.input #form-login-username {
	background-image: url(../images/login_field_username_small.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 24px;
	margin-bottom: 7px;
}
#form-login-small fieldset.input #form-login-username label {
	display: none;
}
#form-login-small fieldset.input #form-login-username input {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 134px;
	background: none;
	border: 0 none;
	margin: 0px;
}
#form-login-small fieldset.input #form-login-password {
	background-image: url(../images/login_field_password_small.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 24px;
	margin-bottom: 7px;
}
#form-login-small fieldset.input #form-login-password label {
	display: none;
}
#form-login-small fieldset.input #form-login-password input {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 134px;
	background: none;
	border: 0 none;
	margin: 0px;
}
#form-login-small fieldset.input #form-login-password {
	background-image: url(../images/login_field_password_small.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 24px;
	margin-bottom: 7px;
}
#form-login-small p#form-login-remember {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 7px;
}
#form-login-small #form-login-remember label {
	font-size: 10px;
	color: #f15f47;	
}
#form-login-small a.login_but, #form-login-small a.login_but:active, #form-login-small a.login_but:visited {
	display: block;
	margin-bottom: 5px;
	float: right;
	width: 99px;
	height: 23px;
	overflow: hidden;
	background-image: url(../images/login_button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#form-login-small a.login_but:hover {
	background-position: left bottom;
}
#form-login-small ul {
	padding: 0px;
	margin: 0px;
	width: 239px;
	text-align: right;
}
#form-login-small ul li {
	list-style: none;
}
#form-login-small li a, #form-login-small li a:active, #form-login-small li a:visited {
	font-size: 10px;
	color: #f15f47;
	text-decoration: underline;
}
#form-login-small li a:hover {
	color: #000000;
}

/*News*/
.news{
	width:800px;
	min-height:300px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.news h1{
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.news h2{
	font-size:14px;
	font-weight: bold;
	color:#e1462d;
}

.news a{
	color:#ff0214;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.news a:hover{
	color:#ff0214;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.news p {
	font-size:12px;
	color:#717070;
	padding-right:30px;
}

.news table{
	padding:10px;
	width:845px;
	text-align:left;
}

.news td{
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.news .contentdate{
	font-size:10px;
	color:#CCCCCC;
}

.news .readMore a{
	font-size:11px;
	color:#c6c6c8;
	text-decoration:none
}

.news .readMore a:hover{
	font-size:11px;
	color:#ff0214;
}

.news .person {
	font-size:12px;
	color:#c6c6c8;
	font-weight:bold;
}

.news .person a{
	font-size:12px;
	color:#666666;
	font-weight:bold;
}

.news .person a:hover{
	font-size:12px;
	color:#ff0214;
	font-weight:bold;
}

.news .gradDate{
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	color:#ff0214;
}


/*Events*/

table.events{
	width:790px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.events td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.events a{
	font-size:11px;
	color:#ff0214;
	text-decoration:none;
}

