body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image:url(images/background_1.jpg);
  margin-left:0px; margin-right:0px; margin-top:0px
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.title {
	font-size: 15px;
	font-weight: bold;
	color: #0d79a1;
	padding-bottom:12px;
}

.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #18afe5;
	padding-top:12px;
}

.text {
	font-size: 12px;
	color:#FFFFFF;
}

.text a {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
}

.text a:hover {
	text-decoration: none;
	color: #0d79a1;
}

.bg {
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
}

.trans {
	background-image:url(images/trans_black.png);
	background-repeat: repeat;
}

.left_pic {
	background-image:url(images/left_side.gif);
	background-repeat: repeat-y;
}

.right_pic {
	background-image:url(images/right_side.gif);
	background-repeat: repeat-y;
}

.main_text {
	padding-top:20px;
	color:#FFFFFF;
	font-size:13px;
	line-height:23px;
}

.main_text a{
	color:#18afe5;
}

.steps {
	color:#FFFFFF;
	font-size:13px;
	line-height:23px;
}

.main {
	color:#FFFFFF;
	font-size:13px;
	line-height:23px;
}

.main a{
	color:#18afe5;
	font-size:13px;
	line-height:23px;
	text-decoration:none;
}

.nowWhat {
	color:#FFFFFF;
	font-size:13px;
	line-height:23px;
}

.nowWhat a{
	color:#645fab;
	font-size:13px;
	line-height:23px;
	text-decoration:none;
}

.nowWhat a:hover{
	color:#18afe5;
}

.profs {
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
}

.intern {
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
}

.outline {
	border:solid;
	border-color:#ffffff;
	border-width:1px;
}

.contactTitle {
	font-size: 14px;
	color:#c0c0c0;
	text-align:center;
}

.contact {
	font-size: 14px;
	color: #ffffff;
	padding-right:5px;

}

.contactText {
	color:#ffffff;
	font-size:14px;
}

.contactText a {
	color:#faa61a;
	font-size:14px;
	text-decoration:none;
}

.contactText a:hover {
	color:#c0c0c0;
	font-size:14px;
}

input.send{
	font-size:12px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
	background-color:#18afe5;
}

a:active, a:focus {
	outline: 0
}

#flashcontent{
	background-color:#FFFFFF;
}

#wrapper{
	z-index:0;
}


ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	width: 990px;
	background: #222;
	font-size: 13px;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/images/subnav_btn.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
	z-index:100;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	z-index:100;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
