/*This is the Customer style sheet*/
/*revised May 25, 2004*/

/* Begin - default styles used in all sites */
body, div, p, h1, h2, h3, h4, form, ul {
	margin: 0px;
	padding: 0px;
}

body {
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background:  url(../images/univ/ma_bg.gif) repeat-y;
}

.hideME {
	display: none;
}
/* end page defaults */


/* begin Top section */

#top {
	width:100%;
	background-image:  url(../images/univ/mainbkgrnd.gif);
	background-repeat: repeat-x;
	height: 70px;
	
}
#topContent {
	width:760px;
}
#topContent td{
	font:10px Arial, Helvetica, sans-serif;
	color:#FFCC66;
	
}
#topContent a{
	color: #FFFFFF;
	text-decoration: underline;
	
}
#topContent a:hover{
	color: #E9E0EE;
	text-decoration: underline;
}
#topContent a:visited{
	color: #FFCC00;
	text-decoration: underline;
}

#topContent .skiplinks {
	color: #FFFFFF;
	text-decoration: none;
	line-height:3px;
}
/* end Top section */

/* begin Nav section */

#nav {
	border-top: 1px solid #293F6F;
	border-bottom: 1px solid #293F6F;
	height: 25px;
	background-color: #FFFFFF;
}

#nav .menu {
	border-top: 1px solid #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	background-color: #FFFFFF;
}
#nav .menuHighlight {
	border-top: 1px solid #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	background: #293F6F;
}

#nav .menuHighlight a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}

#nav .menuHighlight strong {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav .menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav .menu a:hover {
	background: #11568C;
	color: #FFFFFF;
}

#nav .menu strong {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sub {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	border: 1px solid #000000;
	top:0;
	left:0;

}
 .subItem {
	font: 12px Arial, Helvetica, sans-serif;

}
 .subItem a {
	color:#000000;
	text-decoration: none;
	background: #E9EBF0;
	border-bottom: 1px solid #FFFFFF;
	height: auto;
	padding: 1px 6px 1px 4px;
	display: block;
	width: 120px;
}
 .subItem a:hover {
	text-decoration: none;
	background: #293F6F;
	color:#FFFFFF;
}
/* end Nav section */
/* begin left section */

#left {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;

}
#left .menu {
	color: #FFFFFF;
	padding: 0px;
	width: 150px;
}
#left .menuHdr {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
}
#left .menuHdr a {
	color: #FFFFFF;
	display: block;
	background: #293F6F;
	line-height: 21px;
	
}
#left .menuHdr a:hover {
	color: #FFFFFF;
	
}
		
#left ul {
	margin:0px; /* clearing margins and padding so I can set them explicitly */
	padding:0px;
} 
		
#left ul li { 		/* this is the top level menu*/
	list-style-type:none;
	border-bottom:1px solid #FFFFFF;
	background: #EFE3AD;
	font-size: 12px;
	font-weight: bold;
}
#left ul li a {
	color:#00322B;
	text-decoration:none;
	display: block;
	
}
#left ul li a:hover {
	text-decoration: underline;
	background: #F5D46D;
	display: block;
}

#left img {
	border:none;
	margin:2px 0.3em 0px;
	float: left;
}

#left  ul ul {
	margin: 0px; /* this is the second level menu, you have to keep the display:none in inline so the javascript can see it*/
	padding: 0px;
} 

		
#left  ul ul li { /* second level menu items */
	list-style-type:none;
	font-weight: normal;
	border-top: 0px solid #FFFFFF;
	background: #FFF7C6;
	padding: 0px;
	margin: 0px;
}
#left ul ul li a {
	color:#293F6F;
	display: block;
	padding-left: 20px;
	

}
#left ul ul li a:hover {
	text-decoration: underline;
	background: #FFF7C6;
}
#left .leftfooter {
	border-bottom: none;
}
#left .LeftExp {
	font-weight: bold;
	background: #F5D46D;
	display: block;
}

#left .LeftSel {
	font-weight: bold;
}
#left .menu span {
	width: 130px;
	cursor: hand;
}
/* end left section */

/* begin center section */
#center {
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;

}
#center p {
	margin: 5px 0px 15px 2px;
}

#center a {
	color:#002F5D;
	text-decoration:underline;
}

#center a:visited {
	color:#432C5F;
	text-decoration:underline;
}

#center a:hover {
	color:#993300;
	text-decoration:none;
}

#center h1 {
	font: bold 165% Arial, Helvetica, sans-serif;
	color: #00322B;
	margin:0px 0px 12px 2px;
}
#center h2 {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #004A41;
	margin:13px 0px 7px 2px;
}
#center h3 {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #006558;
	margin:13px 0px 7px 2px;
}
#center h4 {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #006558;
	margin:13px 0px 7px 2px;
}

#center ul {
	margin:5px 0px 10px 25px;
	padding: 0px;
	list-style: outside;
}

#center ul li {
	list-style-type: disc;
}

#center ul ul {
	margin:0px 0px 10px 15px;
	padding: 0px;
}

#center ul ul li {
	list-style-type: circle;
}

#center ol {
	margin:5px 0px 10px 30px;
	list-style: outside;
	padding: 0px;
}

#center ol li {
	list-style-type: decimal;
} 

#center ol ol {
	margin:5px 0px 10px 26px;
	padding: 0px;
}

#center ol ol li {
	list-style-type: lower-alpha;
} 

#center table {
	margin:5px 0px 5px 0px;
}

#center tr {
}

#center td {
	font-size: 70%;
	padding-top: 1px;
	padding-bottom: 1px;

}

#center td.smallfont {
	font-size: 65%;
	padding-top: 1px;
	padding-bottom: 1px;
}

#center th {
	font-size: 70%;
	font-weight:bold;
	color:#293F6F;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	background: #D9D5DF;

}

#center form {
}

#center input {
	width: 120px;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	border: 1px solid #002F5D;

}


#center input.txtBoxsm {
	width: 60px;

}
#center input.txtBoxExsm {
	width: 60px;

}
#center input.checkBox {
	width:14px;
	background: #FFFFFF;
	border: none;
	
}
#center input[type="checkbox"] {
	border: 1px solid #002F5D;
	background: #eee;
}


#center input.radio{
	width:14px;
	background: #FFFFFF;
	border: none;
}

#center input[type="radio"] {
	border: 1px solid #002F5D;
	background: #eee;
}
#center input.btn {
	background-color: #CC3333;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	width: auto;
	border: 1px solid #000000;
	cursor: hand;
}

#center select {
	border: 1px solid #002F5D;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #eeeeee;
}
#center textarea {
	border: 1px solid #002F5D;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #eeeeee;
}
#center label {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #432C5F;

}
/* end center section */

/* begin right section */
#right {
	margin-left:10px;
}

#right table {
	background:#E8E5EC;
	margin:0px 0px 15px 0px;
}
#right td {
	margin:5px;
	padding-right:7px;
	font-size: 70%;
}

#right td.bottomcurve {
	background:#E8E5EC;
	width:127px;
	height:14px;
	line-height: 5px;
	
}
#right p {
	margin:5px;
}
#right a {
	color:#002F5D;
	text-decoration:underline;
}

#right a:visited {
	color:#432C5F;
	text-decoration:underline;
}

#right a:hover {
	color:#993300;
	text-decoration:none;
}

#right h3 {
	font: bold 120% Arial, Helvetica, sans-serif;
	color:#004A41;
	margin:5px;
}
#right ul {
	margin:15px 0px 0px 15px;
}

#right ul li {
	list-style-type: disc;
}

#right form {
	
}
#right input {
	width: 100px;
	background-color: #eeeeee;
	border: 1px solid #002F5D;
	margin-top: 5px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#right input.btn {
	background-color: #CC3333;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	width: auto;
	border: 1px solid #000000;
	cursor: hand;
}

#right select {
	background-color:#eeeeee;
	border: 1px solid #002F5D;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* end right section */


/* begin contentMenu section - repeats the global nav at the bottom of the content area*/

#contentMenu {
	border-top: 1px solid #11568C;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	padding-bottom: 6px;
	margin-bottom:10px;

}
#contentMenu p {
	margin:5px 10px 0px 0px;
	color:#FFCC00;

}
#contentMenu a {
	color:#002F5D;
	text-decoration:underline;
}
#contentMenu a:hover {
	color:#993300;
	text-decoration:none;
}
#contentMenu a:visited {
	color:#432C5F;
	text-decoration:underline;
}
/* end contentMenu section */

/* begin footer section */
#footer {
	width:100%;
	height:26px;
	margin: 0px;
	background: #5F6F93;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	padding-top: 6px;
	padding-left: 10px;
}
#footer .copyright {
	color: #FFFFFF;
}

#footer td {
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	color: #E9E0EE;
	text-decoration: underline;
}
/* end footer section */

/* begin Custom styles */
#bgCurve {

}
#coNamebkgrnd {
	background: url(../images/univ/companynamebkgrnd.gif);
	height: 31px;
	clear: both;
	position: static;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#coNamebkgrnd .container {
	width: 760px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#coNamebkgrnd .companyName {
	vertical-align: middle;
	float: left;
	width: auto;
	font: italic bold 14px/31px Verdana, Arial, Helvetica, sans-serif;
	color: #9F6000;
	padding-left: 15px;
}
#coNamebkgrnd img {
	clear: right;
	float: right;

}
#youAreHere {
	font-size:10px;
	color:#993300;
	margin-bottom:10px;
}
#printOnly {
	display: none;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.borderLeft {
	border-left:1px solid #EFAA23;
	padding-left:10px;
}

/* end Custom styles */
