body {
	margin: 0px;
	position: relative;
}
#wrapper {
	background-image: url(images/csula.gif);


}
#navbar {
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 1;
	position: relative;
	vertical-align: top;
	color: #000;
   }


#mesofront {
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	color: #F3F3FF;
	text-align: left;


}
#banner {
	position: fixed;
	width: 100%;
}

#footer {
	width: 100%;
	padding: 0px;

}



.ParagraphTitles {
	font-family: Helvetica;
	font-size: 14pt;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height: normal;
}

.ParagraphTitlesLarge {
	font-family: Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 19px;
	line-height: normal;
	top: 0px;
	color: #000;
}
.ParagraphTitlesLargeHighlight {
	font-family: Tahoma, Geneva, sans-serif;
	color: #D4531C;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
}
.ParagraphTitlesLargeDeSelect {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
}



.ParagraphTitlesWhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20pt;
	color: #FFF;
	letter-spacing: .09em;
}

.regularCopy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	color: #000;
	line-height: 14pt;
	text-align: justify;
	text-justify: inter-word;
	font-weight: normal;
	position: relative;
	top: auto;
	padding: -2px;
}
.regularCopyNoJustify {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	color: #000;
	line-height: 14pt;
	text-align: left;
	text-justify: inter-word;
	font-weight: normal;
	position: relative;
	top: auto;
	padding: -2px;
}

.regularAlignLeft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	color: #000;
	line-height: 14pt;
	text-align: justify;
	text-justify: inter-word;
	font-weight: normal;
	position: relative;
	top: auto;
	padding: -2px;
}
.regularCopyWhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 14pt;
	text-align: justify;
	white-space: normal;
}

.regularCopyCentered {
	font-family: Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 11pt;
	text-align: center;
	color: #000;
	padding-top: 10px;
}

.regularCaption {
	font-family: Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 14pt;
	text-align: center;
}
.h1 {
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 0pt;
	line-height: 14pt;
	text-align: center;
	color: #000;
}

.h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
}
.h3 {
	font-family: Helvetica;
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #900;
	line-height: 25pt;
}
.h4 {
	font-family: Helvetica;
	font-size: 20pt;
	color: #000;
	font-weight: bold;
	text-align: left;
}

/* Prevent wrapping for specific long menu items */
.nowrap {
  white-space: nowrap !important;
  display: inline-block;
}



/* drop down menu*/
nav ul ul {
	display: none;
	text-align: left;
	-moz-box-shadow:0 5px 8px rgba(10, 10, 10, 0.75);
    -webkit-box-shadow: 0 5px 8px rgba(10, 10, 10, 0.75);
    box-shadow: 0 5px 8px rgba(10, 10, 10, 0.75);
}



	nav ul li:hover > ul {
	display: block;
	}
	
	/*change height and width of mouseover buttons*/
nav ul {
	/*background: #FFCC06;*/
	/*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
	/*background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
	/*background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);*/
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0px;
	border-radius: 0px;
	list-style: none;
	display: inline;
	font: normal 10pt verdana, arial, helvetica;
}
	nav ul:after {
		/*content: ""; clear: both; display: block;*/
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
	background: #58589b;
/*		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
	display: inline-block;
	padding: 10px 40px;
	color: #000000;
	text-decoration: none;
	}
	
nav ul ul {
	background: #6a6ab5;
	border-radius: 0px;
	padding: 0px;
	position: absolute;
	top: 100%;
}
	nav ul ul li {
	float: none;
	border-top: 1px solid #8181c2;
	border-bottom: 1px solid #6a6ab5;
	position: relative;
	}
		nav ul ul li a {
			padding: 9px 40px;
			/*color: #fff;*/
		}	
			nav ul ul li a:hover {

				/*background: #4b545f;*/
			}
/* sub nav direction*/			
nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0px;
}
