@charset "UTF-8";
@import url("../sdMenu.css");
body {
	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;
}
#container  {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	padding: 0 0 0 0;
	border: 1px solid #ffffff;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	height: 401px;
	float: left;
}
#Homeheader   {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
	width: 700px;
	margin: 0 0 0 0;
}
#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 */
}
#mainContent  {
	float: left;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background-image: url(../images/leftColShaddow.jpg);
	border: 0;
	width: 700px;
}
#footer  {
	background:#ffffff;
	height: 26px;
	width: 700px;
	float: left;
	margin-top: 0px;
	padding: 0 0 0 0;
}
#footerRule {
	background-color: #EE0000;
	height: 1px;
	width: 700px;
	margin-bottom: 4px;
	margin-top: 0px;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: center;
	padding-top: 4px;
}
.red {
	color: #EE0000;
}
#footer p  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#wrapper {
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	float: left;
	border: 1px solid #ffffff;
}
#profileImage {
	margin-top: 100px;
}
#container2 {
	width: 700px;
	background: #ffffff;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
	margin: 0 auto 0 auto;
}
#leftColumn {
	float: left;
	width: 187px;
	text-align: center;
	border: 0;
}
.profileCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	text-align: left;
}
#rightColumnProfile {
	background-color: #FFFFFF;
	text-align: left;
	width: 473px;
	margin-bottom: 0px;
	float: left;
	padding: 20px 20px 0px 20px;
}
.outerRule {
	border: 1px solid #FFFFFF;
}
#rightColumnContainer {
	background-color: #FFFFFF;
	text-align: center;
	width: 513px;
	margin-bottom: 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	border: 0;
}
#portImage {
	margin-top: 0px;
	width: 513px;
	float: inherit;
	left: auto;
}
#descriptive {
	width: 185px;
	float: right;
}
#ImageleftColumn {
	float: left;
	width: 325px;
	text-align: center;
}
#descriptiveColumn {
	margin-top: 0px;
	width: 185px;
	float: right;
	vertical-align: inherit;
}
.projectTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.decsriptiveCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-align: left;
}
#directionalRow {
	margin-top: 0px;
	width: 510px;
	float: left;
	height: 30px;
}
#directionalContent {
	width: 473px;
	float: left;
	text-align: left;
	padding: 20px;
}
#animation {
	margin-top: 0px;
	width: 513px;
	float: inherit;
	left: auto;
	border: 0;
}
.webLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-align: left;
	text-decoration: none;
}
.webLink a:link {
	color: #333333;
	text-decoration: none;
}
.webLink a:hover {
	color: #666666;
	text-decoration: underline;
}
.profileCopy a:link {
	color: #333333;
	text-decoration: none;
}
.profileCopy a:visited {
	color: #666666;
	text-decoration: none;
}
.profileCopy a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.profileCopy a:active {
	color: #666666;
	text-decoration: underline;
}
.textForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: right;
	width: 150px;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0DCC7;
	width: 320px;
	border: 1px solid #000000;
}
