html,html body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body{
	background:#000;
	color:#3d3a3a;
	font-family:Georgia, "Times New Roman", Times, serif,MS Reference Sans Serif, sans-serif, Trebuchet MS,Arial,Helvetica;
	font-size:13px;
	line-height:20px;
	margin:0px;
}
p{
	padding:5px 0px;
	margin:0px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6{	
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:14px;
	padding:5px 0px;
	margin:0px;
	font-weight:bold;
	clear:both
}
h1, h2{
	color:#d41d1e;
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	line-height:normal;
	/*border-bottom:1px solid #e5e5e5;*/
}
img{
	margin:0px;
	padding:0px;
	position:relative;
}
img.border{
	background:#fff;
	border:1px solid #a1a1a1;
	padding:2px;
}
img.marginright{
	margin:5px 10px 5px 0px;
}
img.margintb{
	margin:5px 0px;
}
img.marginleft{
	margin:5px 0px 5px 10px;
}
ul{
	list-style:none;
	margin:5px 5px 5px 10px;
	padding:0px;
}
ol{
	margin:5px 5px 5px 10px;
	padding:0px 0px 0px 30px;
}
ul.circlebullet li{
	background:url("../images/bullet-01.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.linebullet li{
	background:url("../images/bullet-02.jpg") no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 20px;
	line-height:18px;
}
a img{
	border:0px;
}
a:link, a:visited{
	color:#b372a3;
	text-decoration:underline;
}
a:hover{
	color:#714867;
	text-decoration:none;
}
/*form*/
form{
	margin:0px;
	padding:0px;
}
label{
	width:100px;
	float:left
}
input, textarea{
	font-family:Arial,Helvetica,sans-serif;
}
.row{
	width:739px;
	clear:both;
	margin-bottom:10px;
	float:left
}
/**********************************************************/
/*container */
/**********************************************************/
#container {
	background:url("../images/page-onecol.jpg") repeat-y 50px 0px;
	width:1000px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0px auto;
}
#container.two-columns{
	background:url("../images/page-twocols.jpg") repeat-y 50px 0px;
}
/**********************************************************/
/*header */
/**********************************************************/
#header{
	background:url("../images/header-bg.jpg") repeat-y;
	width:1000px;
	height:257px;
	overflow:hidden;
}
/*header-top */
#header-top{
	background:url("../images/header-top.jpg") no-repeat top;
	width:1000px;
	height:211px;
}
/*logo */
#logo{
	background:url("../images/logo.jpg") no-repeat;
	width:325px;
	height:192px;
	display:block;
	margin-left:338px;
	cursor:pointer;
}
/*top navigation */
#toplinks{
	background:url("../images/toplinks.jpg") #000 no-repeat;
	width:144px;/*159-5-10*/
	height:23px;/*27-2x2*/
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-left:790px;
	position:absolute;
	top:0px;
	color:#666666;
	font-weight:bold;
	padding:2px 5px 2px 10px;
	display:block
}
#toplinks a:link,#toplinks a:visited{
	color:#fff;
	text-decoration:none
}
#toplinks a:hover{
	color:#fff;
	text-decoration:underline
}
/**********************************************************/
/*content */
/**********************************************************/
#content{
	background:url("../images/page-onecol.jpg") repeat-y top center ;
	width:900px;/*1000-50x2*/
	padding:0px 50px 345px 50px;
	z-index:1;
}
#container.two-columns #content{
	background:url("../images/page-twocols.jpg") repeat-y top center ;
}
/*headings*/
/*heading for the top of the left column*/
.heading-left-top{
	color:#fff;
	text-align:left
}
/*heading for the left column (below the top heading)*/
.heading-left{
	background:url("../images/heading-left.jpg") no-repeat bottom left;
	width:318px;/*383-25-40*/
	height:35px;/*100-65*/
	padding:65px 25px 0px 40px;
	margin-left:-40px;
	color:#fff;
	z-index:10;
	position:relative
}
/*heading for the top of the right column*/
.heading-right-top{
	color:#fff;
	text-align:right
}
/*heading for the left column (below the top heading)*/
.heading-right{
	background:url("../images/heading-right.jpg") no-repeat bottom right;
	width:437px;/*487-20-30*/
	height:35px;/*100-65*/
	padding:65px 20px 0px 30px;
	margin-left:-30px;
	color:#fff;
	text-align:right
}
/*heading for the top of the left column*/
.heading-top{
	color:#fff;
	text-align:left
}
/*heading for the left column (below the top heading)*/
.heading{
	background:url("../images/heading.jpg") no-repeat bottom left;
	width:820px;/*880-2x30*/
	height:35px;/*100-65*/
	padding:65px 30px 0px 30px;
	margin-left:-30px;
	color:#fff;
}
/*columns */
#contentbox{
	background:url("../images/content-top-onecol.jpg") no-repeat top center ;
	width:900px;
	overflow:hidden;
	position:relative;
	height:100%;
}
#container.two-columns #contentbox{
	background:url("../images/content-top-twocols.jpg") no-repeat top center ;
}
#onecol{
	width:820px;/*880-25x2*/
	min-height:150px;
	margin:0px 10px;
	padding:78px 30px 0px 30px;
	overflow-x:hidden;
	position:relative;
	height:100%;
}
#leftcol{
	width:313px;/*383-30-40*/
	min-height:150px;
	padding:78px 30px 0px 40px;
	float:left;
	overflow-x:hidden;
	height:100%;
}
#rightcol{
	width:427px;/*507-30-50*/
	min-height:150px;
	padding:78px 30px 0px 50px;
	float:left;
	overflow-x:hidden;
	height:100%;
}
/**********************************************************/
/*Style for alumni page */
/**********************************************************/
/*table with 5 columns*/
.table-5cols{
	width:820px;
	font-size:12px
}
.table-5cols .tblrow{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
}
.table-5cols .tblrow-heading{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
	background:#b673a5;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.table-5cols .tblrow .col1, .table-5cols .tblrow .col2, .table-5cols .tblrow .col3, .table-5cols .tblrow .col4, .table-5cols .tblrow .col5,
.table-5cols .tblrow-heading .col1, .table-5cols .tblrow-heading .col2, .table-5cols .tblrow-heading .col3, .table-5cols .tblrow-heading .col4, .table-5cols .tblrow-heading .col5{
	float:left;
	height:100%;
	vertical-align:middle;
	padding:5px;
	overflow:hidden;
}
.table-5cols .tblrow .col1, .table-5cols .tblrow-heading .col1{
	width:170px;
	font-weight:bold
}
.table-5cols .tblrow .col2, .table-5cols .tblrow-heading .col2{
	width:150px
}
.table-5cols .tblrow .col3, .table-5cols .tblrow-heading .col3{
	width:200px
}
.table-5cols .tblrow .col4, .table-5cols .tblrow-heading .col4{
	width:100px
}
.table-5cols .tblrow .col5, .table-5cols .tblrow-heading .col5{
	width:150px;	
}

/*table with 4 columns*/
.table-4cols{
	width:820px;
	font-size:12px
}
.table-4cols .tblrow{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
}
.table-4cols .tblrow-heading{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
	background:#b673a5;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.table-4cols .tblrow .col1, .table-4cols .tblrow .col2, .table-4cols .tblrow .col3, .table-4cols .tblrow .col4,
.table-4cols .tblrow-heading .col1, .table-4cols .tblrow-heading .col2, .table-4cols .tblrow-heading .col3, .table-4cols .tblrow-heading .col4{
	float:left;
	height:100%;
	vertical-align:middle;
	padding:5px;
	overflow:hidden;
}
.table-4cols .tblrow .col1, .table-4cols .tblrow-heading .col1{
	width:170px;
	font-weight:bold
}
.table-4cols .tblrow .col2, .table-4cols .tblrow-heading .col2{
	width:170px
}
.table-4cols .tblrow .col3, .table-4cols .tblrow-heading .col3{
	width:215px
}
.table-4cols .tblrow .col4, .table-4cols .tblrow-heading .col4{
	width:215px
}
/*table with 2 columns*/
.table-2cols{
	width:820px;
	font-size:12px
}
.table-2cols .tblrow{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
}
.table-2cols .tblrow-heading{
	width:100%;
	height:100%;
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
	clear:both;
	float:left;
	background:#b673a5;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.table-2cols .tblrow .col1, .table-2cols .tblrow .col2,
.table-2cols .tblrow-heading .col1, .table-2cols .tblrow-heading .col2{
	float:left;
	height:100%;
	vertical-align:middle;
	padding:5px;
	overflow:hidden;
}
.table-2cols .tblrow .col1, .table-2cols .tblrow-heading .col1{
	width:200px;
	font-weight:bold
}
.table-2cols .tblrow .col2, .table-2cols .tblrow-heading .col2{
	width:600px
}
/**********************************************************/
/*footer */
/**********************************************************/
#footer {
	width:900px;
	height:315px;
	font-size:12px;
	line-height:18px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0px; /* stick to bottom */
	margin-left:50px;
}
#footer .top{
	background:url("../images/footer-top-onecol.jpg") no-repeat;
	width:900px;
	height:36px;
	display:block;
	margin:0px auto;
}
#container.two-columns #footer .top{
	background:url("../images/footer-top-twocols.jpg") no-repeat;
}
#footer .middle{
	background:url("../images/footer-middle.jpg") no-repeat;
	width:900px;
	height:233px;
	display:block;
	margin:0px auto;
}
#footer .bottom{
	position:relative;
	background:url("../images/footer-bottom.jpg") no-repeat top #fffddb;
	width:880px;/*900-2x10*/
	margin:0px auto;
	padding:0px 10px;
}
/*contact form*/
#contactform{
	margin-left:180px;
}
/**********************************************************/
/*general */
/**********************************************************/		
.textsmall01{
	font-size:11px;
	line-height:normal
}
.textsmall02{
	font-size:10px;
	line-height:normal
}
.textbig01{
	font-size:18px;
}
.textbig02{
	font-size:14px;
}
.textcenter{
	text-align:center;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.superscript{
	vertical-align:super;
}
.textnormal{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline, a.underline{
	text-decoration:underline
}
.left{
	float:left;
}
.right{
	float:right
}
.purple{
	color:#b673a5;
}
.red{
	color:#ac0303;
}
.marginauto{
	margin:auto
}
.autoheight{
	width:100%;
	height:100%;
	min-height:100%;
	display:block;
	bottom:0px;
	clear:both;
	position:relative;
	float:left
}
.spacer{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden
}
.trebuchet{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}
/*menu */
.preload {background: url("../images/button-over.gif");}
#menu-container{
	background: url("../images/menu-top.jpg") no-repeat top;
	margin:218px 0px 0px 0px;	
	width:1000px;
	height:39px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	top:0px;
	position:absolute;
	z-index:201
}
.menu {
	width:725px;
	margin:4px auto 0px auto;
	padding:0px;
	display:block;
	text-align:center
}
.menu li.top {background:url("../images/down.gif") no-repeat right top;display:block; float:left; position:relative;margin-right:9px;}
.menu li a.top_link {background:url("../images/button.gif") no-repeat left top;display:block; float:left; height:39px; line-height:30px; color:#faffff; text-decoration:none; font-size:12px; font-weight:bold; padding:0px 0px 0px 12px; cursor:pointer;

margin-rigth:9px}
.menu li a.top_link span {background:url("../images/button.gif") no-repeat right top;display:block;float:left; display:block; padding:3px 22px 0px 12px; height:39px;

margin-right:-9px;position:relative}
.menu li a.top_link span.down {background:url("../images/button-down.gif") no-repeat right top; float:left; display:block; padding:0 22px 0 12px; height:39px;}

.menu li.selected a.top_link {color:#fffddb; background: url("../images/button-over.gif") no-repeat;}
.menu li.selected a.top_link span{color:#fffddb; background: url("../images/button-over.gif") no-repeat right top}

.menu li a.top_link:hover {color:#fffddb; background: url("../images/button-over.gif") no-repeat;}
.menu li a.top_link:hover span {background:url("../images/button-over.gif") no-repeat right top;}
.menu li a.top_link:hover span.down {background:url("../images/button-down-over.gif") no-repeat right top;}

.menu li:hover > a.top_link {color:#fffddb; background: url("../images/button-over.gif") no-repeat;}
.menu li:hover > a.top_link span {background:url("../images/button-over.gif") no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url("../images/button-down-over.gif") no-repeat right top;}


.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:32px; background: #fff; padding:3px 0; border:1px solid #1385c1; white-space:nowrap; width:150px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left;width:150px;}
.menu :hover ul.sub li a {display:block;font-family:Arial, Helvetica, sans-serif; font-size:11px; height:20px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; font-weight:normal}
.menu :hover ul.sub li a.fly {background:#fff url("../images/arrow.gif") 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#1385c1; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#1385c1 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#1385c1 url("../images/arrow_over.gif") 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #1385c1; white-space:nowrap; width:93px; z-index:200; height:auto;}

.menu li a#selected {color:#fff; background: url("../images/button-over.gif") no-repeat;}
.menu li a#selected span {background:url("../images/button-over.gif") no-repeat right top;}
.menu li a#selected span.down {background:url("../images/button-down-over.gif") no-repeat right top;}
.menu li.always-selected a{
	color:#fff;
	background: url("../images/button-over2.jpg") no-repeat;
}
.menu li.always-selected span {
	background:url("../images/button-over2.jpg") no-repeat right top;
}
.menu li.always-selected {display:block; float:right; position:relative;}