/* CSS Document */
body{
	background-color:#ACADAF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0; 
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%; 
}
h1{
	font-size:18px;
	padding-left:30px;
	padding-top:15px;
}
h3{
	font-size:14px;
	padding-left:30px;
}

#container{
	width: 772px;
	margin: 0 auto;
	height: 100%;
	background-color:#FFFFFF;
}
#header{
	height: 21px;
	padding-left:20px;
	padding-top:2px;
	margin-bottom:0px;
	font-size:10px;
	line-height:21px;
}
#header a{
	color:#333333;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#menu{
	height: 38px;
	background-color:#3F4752;
}
#head{
	background:url(images/head.jpg);
	height: 84px;
	vertical-align: bottom;
	padding-bottom: 0px;
	padding-top: 0px;
}
#flash{
	background:url(images/formahead.gif);
	background-position:top;
	height: 188px;
}
#flasha{
	margin-left: 30px;
	padding-top: 3px;
}
.sitetitle{
	padding-left: 325px;
	margin-top: 0px;
	font-size: 28px;
	margin-bottom: 0px;
	font-weight:bold;
	color: #606A76;
}
.sitetitle a{
	font-size: 28px;
	color: #606A76;
	text-decoration:none;
}

#main{
	position: relative;
	width: 772px;
	margin: 0; 
	padding: 0;
	margin-bottom: 0px;
	background:url(../images/bg1.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display:table;
}
#mainleft{
	position: relative; 
	float: left;
	left: 0; 
	top: 0; 
	padding: 0; 
	width: 461px;
	font-size: 11px;
	height: 100%;
	background-color: #FFFFFF;
}
#mainleft p{
	margin: 30px;
	
}
#mainleft p img{
	 border-style: solid;
     border-width:1px;
     background-color:#333333;
	 margin: 5px;
}
#mainleft a{
	color:#333333;
	text-decoration: none;
}
#mainleft a:hover{
	color:#333333;
	text-decoration: underline;
}

.projects{
	width: 400px;
	margin: 30px;
	font-size: 10px;
}
.projects td{
	padding:4px;
	vertical-align:top;
}
.projects td a{
	color:#333;
}
.projects td a:link{
	color:#333;
	text-decoration: underline;
}
.projects td a:hover{
	color:#000;
	text-decoration: underline;
}

.projects img{
	border-style: solid;
	border-width: 1px;
	border-color: #000033;
}

#mainright{
	positions:relative; 
	float: left;
	right:0; 
	top:0; 
	padding:0; 
	width: 278px;
	background-color: #5F6973;
	font-size:11px;
	color:#FFFFFF;
}
#spaceright{
	positions:relative; 
	float: right;
	right:0; 
	top:0; 
	padding:0; 
	width: 33px;
	height: 100%;
	background-color: #FFFFFF;
	font-size:11px;
}
#mainright p{
	margin: 20px;
}
#mainright a{
	color:#FFFFFF;
	text-decoration: underline;
}
#mainright a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
h2{
	width: 258px;
	height: 30px;
	font-size: 14px;
	text-align: left;
	background-color: #3F4752;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:20px;
	margin-bottom:0px;
	color:#FFFFFF;
}

#footer{
	position: relative;
	float: left;
	width:772px;
	height:50px;
	text-align:center;
	background-color:#3F4752;
	padding-top:10px;
	color:#FFFFFF;
	font-size:10px;
	margin: 1px;
}
#footer a{
	font-size:11px;
	color:#FFF;
	font-weight: bold;
}
#footer a:hover{
	font-size:11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

.pageprojects{
	width: 400px;
	margin:0 auto;
	border:0;
	padding:2;
}
.pageprojects img{
	border-style: solid;
	border-width: 1px;
	border-color: #000033;
	margin: 5px;
}
