@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top: 25px; /* margin at top of page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #333333;
}

a {
    color: #CC0001;
    text-decoration: none;
}

.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #CC0001;
}

.sidebar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    a:hover color: #FFFFFF;
}

.sidebar a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.rightjust {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
}

.midrightred {
    background-color: #CC0001;
    background-position: center center;
    text-align: right;
}

.main {
    padding-top: 0px;
    line-height: 16px;
}

.main a:hover {
    text-decoration: underline; 
    color: #000000;   
}

.mainProjects {
    padding-top: 0px;
    line-height: 16px;
    display: block;
    clear: both;
}

.mainProjectimgs {
    display: block;
    height: 150px;
    float: left;
    padding-top: 0px;
    line-height: 16px;
}

.contactinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}

.contactinfo a:hover {
    text-decoration: underline;
    color: white;
}

.imgBorder {
    border-width: 2px;
    border-color: #CC0001;
    border-style: solid;
}

.resProjects {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
}

