/****************** BASIC *******************/
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
background: #fff url("/images/bg3.gif") 0 0 repeat-x;
text-align: center;
}

a:link { 
color: #2f1a7f;
text-decoration: underline;
}

a:visited { 
color: #432c9b;
text-decoration: underline;
}

a:hover { 
color: #2f1a7f; 
text-decoration: underline;
}

a:active { 
color: #2f1a7f;
text-decoration: underline;
}
		
div {
margin: 0;
padding: 0;
border: 0;
}

#error{
color: red;
}

#header {
width: 824px;
height: 50px;
margin: 0px;
padding: 15px 6px 15px 20px;
text-align: left;
font-family: arial, helvetica, sans-serif;
font-size: 17px;
color: #999;
}

#logo {
margin: 0px;
padding: 0px;
float: left;
}

#tagline {
float: right;
margin: 15px 35px 0px 0px;
}

#container {	
width: 824px;
min-height: 600px;
max-height: 5000px;
margin: 0 auto;
padding: 0;
border-left: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-top: 0px solid #e1e1e1;
border-bottom: 0px solid #e1e1e1;
position: relative;
background: #fff;
}

#content {    
width: 824px;  
background: #fff;
text-align: left;
padding: 0px;
margin: 0px;
}

h2 {
color: #2f1a7f;
font-familly: arial, helvetica, sans-serif;
font-size: 22px;
}

h4 {
color: #4f4d4d;
font-size: 16px;
}

p, ul {
color: #4f4d4d;
font-size: 14px;
line-height: 21px;
}

/****************** HOMEPAGE *******************/
#intro {
padding: 10px 10px 10px 30px;
float: left;
}

#sidebar_container {
background: url("/images/home/sidebar_bg.gif") 100 100 no-repeat;
width: 386px;
height: 206px;
float: right;
margin: 30px 20px 0px 0px;
}

#sidebar_content {
background: url("/images/home/sidebar_bg.gif") 0 0 no-repeat;
width: 386px;
height: 206px;
}

#sidebar_text {
padding: 5px 10px 10px 120px
}

#landing_pic {
margin: 1px 0px 0px 0px;
}

/****************** SUBPAGES *******************/
#content_text {
padding: 10px 30px 10px 30px;
clear: both;
}

li#subpages {
margin-bottom: 20px;
list-style: disc;
}

#subpage_pic {
margin: 0px 0px 40px 80px;
}

#project_specs {
color: #2f1a7f;
font-weight: bold;
}

#sidenav {
	list-style: none;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 13px 20px 15px 15px;
	border: 1px dotted #000000;
	min-height: 150px;
}