body 
{
    text-align: center;
    padding-top: 20px;
    font-size: 75%;
    color: pink;
    font-family: arial;
    background: black;
    line-height: 160%;
}
img
{
    border-width: 0px;
    padding: 0px;
}

div.mainbody 
{
    width: 990px;
    height: 808px;
    position: relative;
}

div.topbanner 
{
    background-image: url("images/imgtopbackground.jpg");
    position: absolute;
    top: 0px;
    left: 0px;
    width: 990px;
    height: 138px;
}

.maintitle
{
    color: white;
    position: absolute;
    top: 30px;
    left: 25px;    
    font-size: 4.5em;
    font-weight: bold;
    line-height: 100%;
}
.subtitle
{
    color: black;
    position: absolute;
    top: 85px;
    left: 236px; 
    font-size: 3.0em;
    font-weight: bold;
    line-height: 100%;
}

div.bodytext
{
    position: absolute;
    top: 138px;
    left: 0px;
    width: 990px;
    height: 670px;
    background-image: url("images/imgmainbackground.jpg");
}
.topsection
{
    position: absolute;
    top: 15px;
    left: 236px;
    right: 297px;
    text-align: left;   
}
.section
{
    margin-bottom: 30px;
}
.sectiontitle
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	
    /*color: red;*/
    font-size: 1.4em;
    font-weight: bold;
    display: block;
}
.sectionintro
{
    font-weight: bold;
    color: black;
    font-size: 1.1em;
    display: block;
}
.sectionbody
{
    font-size: 1.1em;
    color: black;
    display: block;
}
.projectlist
{
    width: 990px;
    position: absolute;
    top: 210px;
    left: 0px;
}
.imglistleft
{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    width: 236px;
}
.imglistright
{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: left;
    width: 297px;
}
.leftimg
{    
    width: 143px;
    height: 95px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.rightimg
{
    width: 198px;
    height: 88px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.sectionlist
{
    position: absolute;
    top: 0px;
    left: 236px;
    right: 297px;
    text-align: left;
}
.readmore
{
    color: lightblue;
    font-style: italic;
}
.readmore a
{
    text-decoration: none;
}

.sectionSM2a
{
    position: absolute;
    top: 150px;
    left: 0px;
}
.sectionSM2c
{
    position: absolute;
    top: 255px;
    left: 0px;
}
.sectionSM1
{
    position: absolute;
    top: 360px;
    left: 0px;
}
