/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p, img { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/

/*General*/
body	{
	background-color:#f6ffdc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#472813;
	font-size:14px;
	line-height:24px;
	background-image:url(../images/bkgd-page.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}
	
a:link {
	color:#df680a;
	text-decoration:none;
	}
a:visited {
	color:#df680a;
	text-decoration:none;
	}
a:hover {
	color:#2e4a6f;
	text-decoration:underline;
	}
a:active {
	color:#2e4a6f;
	text-decoration:underline;
	}
#content a:link {
	color:#f6ffdc;
	text-decoration:underline;
	}
#content a:visited {
	color:#f6ffdc;
	text-decoration:underline;
	}
#content a:hover {
	color:#2e4a6f;
	text-decoration:none;
	}
#content a:active {
	color:#2e4a6f;
	text-decoration:none;
	}
address a:link {
	color:#2e4a6f;
	text-decoration:none;
	}
address a:visited {
	color:#2e4a6f;
	text-decoration:none;
	}
address a:hover {
	color:#df680a;
	text-decoration:underline;
	}
address a:active {
	color:#df680a;
	text-decoration:underline;
	}
	
#frame {
	width:850px;
	margin:0 auto;
	background-image:url(../images/bkgd-frame.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
#top {
	width:850px;
	height:191px;
	}	
#top img.logo {
	float:left;
	padding-right:77px;
	}
#top ul.nav {
	font-size:15px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	float:right;
	width:494px;
	padding-top:35px;
	padding-bottom:23px;
	color:#df680a;
	}
#top ul.nav li {
	list-style-type:none;
	display:inline;
	}
#content {
	margin-left:86px;
	border:2px solid #f6ffdc;
	width:676px;
	min-height:555px;
	background-image:url(../images/bkgd-content.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}
#left {
	float:left;
	width:224px;
	padding-right:2px;
	color:#f6ffdc;
	}
#left img {
	padding-bottom:18px;
	}
#left h1 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	}
#left ul {
	padding-left:25px;
	}
#right {
	float:left;
	width:450px;
	}
#right h1 {
	font-size:16px;
	line-height:36px;
	font-weight:bold;
	width:440px;
	height:31px;
	background-image:url(../images/bkgd-h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#f6ffdc;
	padding-left:10px;
	}
#right h2 {
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#2e4a6f;
	padding-left:10px;
	padding-top:10px;
	}

#right p {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
#right p.ini {
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	}
#right ul {
	padding-left:30px;
	padding-top:10px;
	}
#right ul.sub {
	padding-left:20px;
	padding-top:0;
	}
#right ul.callout {
	padding:10px;
	font-weight:bold;
	}
#right ul.callout li {
	display:inline;
	list-style-type:disc;
	}
img.project {
	border:3px solid #472813;
	margin-left:45px;
	margin-top:15px;
	}
#right p.project {
	padding-left:45px;
	padding-right:10px;
	padding-top:0;
	font-style:italic;
	}	
#colA {
	float:left;
	width:220px;
	}
#colB {
	float:left;
	width:220px;
	}
#clear {
	clear:both;
	height:10px;
	}
address {
	clear:both;
	height:37px;
	width:850px;
	padding-top:18px;
	text-align:center;
	background-image:url(../images/bkgd-address.gif);
	background-position:left;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	color:#2e4a6f;
	font-style:normal;
	}
