html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #07031d;
	background: #E9ECEC;
	text-align:center;
	}
	
p {
	font-size: 13px;
	line-height: 19px;
	padding:0 10px 15px 5px;
	}
h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	font-family:arial, verdana, sans-serif;
	color:#97120e;
	margin-top:10px;
	margin-bottom: 10px;
	padding:5px;
	border-bottom: 1px solid #bbb;
	text-shadow:1px 1px 1px #777;
	}
		
h2 {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	font-family:helvetica, arial, verdana, sans-serif;
	color:#97120e;
	margin-top:13px;
	margin-bottom:5px;
	padding:5px 5px 2px 5px;
	border-bottom: 1px solid #bbb;
	}
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-align:left;
	padding-left:5px;
	padding-top:0px;
	color:#131e2e;
	}
h4 {
	font-family:arial, verdana, sans-serif;	
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-style:italic;
	color:#97120e;	
	text-align:center;
	padding-right:20px;	
	}
	

h5 {
	font-size: 14px;
	color:#181c36;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	padding-right:20px;	
	}
h6 {
	font-family:arial, verdana, sans-serif;	
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color:#97120e;	
	text-align:left;
	margin: 5px;
	}

#background {
	width:920px;
	margin:10px auto;
	background:transparent url(../images/shadow.jpg);
	background-repeat:repeat-y;
	}


#verytop {
	margin:auto;
	width:900px;
	height:100px;
	background:transparent;
	}
	
#verytop img {
	width:100px;
	float:left;
	padding:0px 20px 0 0;
	margin-top:-45px;
	}	

#verytop h1 {
	padding:10px 10px 5px 5px;
	font-size:11px;
	line-height:12px;
	color:#9997a3;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	background:transparent;
	border:none;
	margin-top:0px;
	text-shadow:none;
	float:right;
	}	
	
#title {
	width:100%;
	margin:0px auto;
	font-size:30px;
	line-height:40px;
	color:#0e1a23;
	text-align:right;
	font-weight:bold;
	text-shadow:2px 2px 2px #9997a3;
	padding:15px 0 0px 20px;
	font-family:helvetica, 'Franklin Gothic Medium', arial, Tahoma, 'Microsoft Sans Serif';
	float:right;
	display:inline;
	letter-spacing:.05em;
	}	
	
#top {
	border-bottom:1px solid #07031d;
	background:#e4e2e3;
	height: 200px; 
	width:900px;
	margin:auto;
	}
	
#top img {
	width:900px;
	border: none;
	}

#container { 
	width: 900px;  
	background: #F5F6F6;
	margin: auto; 
	text-align:left;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	} 
	
#navbar {
	margin:auto;
	width:900px;
	height:26px;
	background:#07031d url(../images/nav-bg.jpg);
	border-top:1px solid #d4d3d3;
	border-bottom:1px solid #d4d3d3;
	}
	
	
#navbar #mainmenu ul{
	float:left;
	width:900px;
	margin-left:15px;
	margin-top:3px;
	padding-bottom:5px;
	}
	
#mainmenu ul li {
	display:inline;
	}
	
#mainmenu ul li a:link, #mainmenu ul li a:visited, #mainmenu ul li a:active {
	font-family:helvetica, 'Franklin Gothic Medium', arial, Tahoma, 'Microsoft Sans Serif';
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 20px 7px 20px;
	}
	
#mainmenu ul li a:hover {	
	text-decoration:underline;
	}		
	
#innercontainer {
	margin:auto;
	width:900px;
	border-top:1px solid #07031d;
	}
	

	
#main {
	float:left;
	padding:20px 5px 10px 30px;
	background: transparent;
	width:510px; 
	}
	
#main p {
	padding-left:5px;
	padding-right:25px;
	}
	
#main h1, #main h2 {
	width:475px;
	}

#main ul {
	text-decoration:none;
	list-style-type: square;
	font-size:13px;
	line-height:20px;
	margin-left:20px;
	}

#main .faculty img {
	width: 100px;
	float:left;
	border: 1px solid #67637e;
	margin: 5px 10px 5px 0;
	}
	
#main .faculty .top img {
	width: 100px;
	float:left;
	border: 1px solid #67637e;
	margin: 5px 10px 5px 0;
	}
	
#main .wide img {
	width: 150px;
	float:left;
	border: 1px solid #67637e;
	margin: 5px 10px 5px 5px;
	}

#main .extrawide img {
	width: 200px;
	float:left;
	border: 1px solid #67637e;
	margin: 5px 10px 5px 5px;
	}
	
#main #seminars ul {
	text-decoration:none;
	list-style-type:disc;
	font-size:13px;
	margin-top:-20px;
	margin-left:30px;
	font-style:italic;
	 }	
	
#seminars p {
	font-size: 13px;
	line-height: 19px;
	padding:0 25px 5px 5px;
	}

#sidebar {
	float:right;
	padding: 18px 30px 0 5px;
	background: transparent;
	width: 210px;
	}	

#sidebar p {
	font-size: 12px;
	line-height:17px;
	font-family: verdana, helvetica, sans-serif;
	padding-bottom:10px;
	}
	
#sidebar h3 {
	text-align:center;
	}

	
#clients {
	padding: 20px 0 10px 15px;
	background: transparent;
	width:900px; 
	}
		
	
#leftclients {
	float:left;
	top: 120px;
	padding:20px 20px 10px 20px;
	border: none;
	background: transparent;
	width: 250px; 
	}
	
#midclients {
	float:left;
	top: 120px;
	padding:40px 20px 10px 20px;
	border: none;
	background: transparent;
	width: 250px; 
	}


#rightclients {
	float:right;
	top: 120px;
	margin-right:30px;
	padding:40px 20px 10px 0px;
	background: transparent;
	width: 250px; 
	}
	
#sidebar img {
	width: 150px;
	float:left;
	border:solid transparent;
	border-width: 5px 10px 5px 0px;
	margin:20px 10px 10px 20px;
	}
	
#footer { 
	clear:both;
	padding: 0 10px; 
	background:transparent;
	} 

#footer p {
	margin: 0; 
	padding: 5px 0; 
	font-size:11px;
	color:#07031d;
	text-align:center;
	}

a, a:visited, a:active {
	font-weight: normal;
	color:  #97120e;
	outline: none;
	text-decoration: none;
	border:none;
	background:transparent;
	}
 
a:hover {
	color: #97120e;
	text-decoration: underline;
	background:transparent;
	outline:none;
	}

#sidebar .highlight p {
	color:#97120e;
	text-align:center !important;
	font-size:15px;
	font-weight:bold;
	}
	
.credits p {
	font-size:10px;
	color:#999;
	line-height:11px;
	font-style:italic;
	}
	
.center h1 {
	font-size:18px;
	text-align:center;
	}	
	
.center h4 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}		
	
.center h2 {
	text-align:center;
	}
	
.center p {
	text-align:center;
	}
	

	
.large {
	font-size:15px !important;
	line-height:22px;
	letter-spacing:.1em;
	}	

.to-top a {
	font-style:italic;
	font-size:11px;
	line-height:45px;
	color:#555;
	}
	
#quote {
	float:right;
	padding:25px 20px 0 5px;
	background:transparent;
	width:250px;
	margin-bottom:20px;
	margin-top:10px;
	}	
	
form {	
	background:#617888  url(../images/quote-bg.jpg);
	padding:10px 10px 10px 10px;
	}	
	
form p {	
	width:220px !important;
	font-family:helvetica, 'Franklin Gothic Medium', arial, Tahoma, 'Microsoft Sans Serif';
	color:#000;
	font-size:13px !important;
	font-weight:normal;
	}
	
#quote a, #quote a:visited, #quote a:active {
	font-weight:bold;
	color:#000;
	outline:none;
	text-decoration:underline;
	}
 
#quote a:hover {
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	outline:none;
	}
	
table {
	margin:5px 5px 5px 5px;
	}
	
td {
	padding:5px 75px 5px 0;
	text-align:left;
	font-size:13px;
	}
	
td a, td a:active, td a:visited {
	color:#333;
	}