html, body, div, span, applet, object, iframe, 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,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
h2 {
	color: #193976;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-bottom: 7px;
}
h3 {
	color: #555555;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding-top: 5px;
}
h4 {
	color: #193976;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;	
	text-align: center;
	margin: 0 0 10px 0;
	padding-top: 5px;
}
p {	
	margin: 5px 0 10px 0;
}
ul {
	margin-top: 0px;
	margin-bottom: auto;
}
ul.services {
	font-size: 15px;
	padding-bottom: 10px;
}
a {
	color: #0156FF;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline; 
}
body {
	background: url(../graphics/background.png) repeat-x #6b8cc1;
}
#container {
	width: 1017px;
	margin: 0 auto 0 auto;
}
#headerBox {
	width: 1017px;
}
#headerLeft {
	background: url(../graphics/headerLeft.png) no-repeat;
	width: 235px;
	height: 226px;
	float: left;
}
#headerRight {
	background: url(../graphics/headerRight.png) no-repeat;
	width: 782px;
	height: 226px;
	float: right;
}
#mainBox {
	width: 1017px;
	font-family: sans-serif;
}
#contentBox {
	width: 789px;
	float: left;
}
#contentTop {
	background: url(../graphics/contentTop.png) no-repeat;
	width: 789px;
	height: 23px;
}
#contentBG {
	background: url(../graphics/contentBG.png) repeat-y;
	width: 789px;
	min-height: 510px;	
}
#content {
	color: #333333;
	font-size: 16px;
	padding-left: 20px;
	width: 744px;
}
#contentBottom {
	background: url(../graphics/contentBottom.png) no-repeat;
	width: 789px;
	height: 23px;
}
#sidebarBox {
	width: 228px;
	float: right;
}
#sidebarTop {
	background: url(../graphics/sidebarTop.png) no-repeat;
	width: 228px;
	height: 139px;
}
#sidebarBG {
	background: url(../graphics/sidebarBG.png) repeat-y;
	width: 228px;
	min-height: 379px;
}
#sidebar {
	font-size: 14px;
	padding-left: 20px;
	width: 170px;
}
#sidebar p {
	margin-bottom: 0px;
}
#sidebar a:hover p {
	text-decoration: underline;
}
#sidebarImage {
	padding-top: 5px;
}
#matlabProg {
	background: url(../graphics/sidebarBG.png) repeat-y;
	width: 228x;
	font-size: 12px;
	padding-left: 45px;	
}
#sidebarBottom {
	background: url(../graphics/sidebarBottom.png) no-repeat;
	width: 228px;
	height: 23px;
}
#footer {
	background: url(../graphics/footer.png) no-repeat;
	font-family: sans-serif;
	width: 1017px;
	height: 62px;
	float: right;
}
#footerContent {
	color: white;
	font-size: 12px;
	text-align: center;
	width: 987px;
	padding-left: 15px;
	padding-top: 8px;
}
#footerContent a {
	color: white;
}