@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #190027;
}
.sydur #container {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/bg-expander.jpg);
	background-repeat: repeat-y;
}
.sydur #header {
	background-color: #190027;
	height: 153px;
}
.sydur #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sydur #mainContent {
	padding: 0 30px;
}
.sydur #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sydur #footer {
	background-color: #DDDDDD;
	background-image: url(../images/subpagebottom.jpg);
	background-repeat: no-repeat;
	height: 62px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.sydur #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAF0FF;
	text-align: center;
}
.sydur #footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAF0FF;
	text-align: center;
	text-decoration: none;
}
.sydur #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAF0FF;
	text-align: center;
	font-weight: bold;
}
.sydur #mainContent .resumeMainTitles {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.sydur #mainContent .resumeSubTitles {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.sydur #mainContent .resumeText {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.sydur #mainContent a.home:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.sydur #mainContent a.home:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: overline;
}
.sydur #mainContent a.body:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.sydur #mainContent a.body:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #190027;
	text-decoration: overline;
}
.sydur #mainContent .clientsBullets {
	font: 12px/20px Arial, Helvetica, sans-serif;
}
.sydur  #mainContent  .fltrt {
	float: right;
}
