/* Aegema.com CSS */

body {
    margin-top:70px;
	text-align: center;
    padding:0px;
    background:#FFFFFF;
    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
color:#959595;
} 

a:visited {
color:#CCCCCC;
} 

a:hover {
color:#38B549;
}

#container {
    position:relative;
    margin: 0 auto 0 auto;
    width:678px;
}

#logo {
    position: absolute; top:0px; left:0px;
}
    
/* Navigation */

#navigation {
    position:absolute; top:139px; left:0px;
    background: url(../images/minirule.gif) top right no-repeat;
    height: 300px;
}

ul {
    list-style-type: none;
    margin-top:10px;
    padding: 0px;
}

#navMini {
    margin:0px;
    padding:0px;
    width:150px;
    color:#626262;
    font-size:11px;
    line-height:18px;
    text-align:right;
}

#colorLeg {
    position: absolute; top: 100px;
    padding:0px;
    width:150px;
    font-size:10px;
    line-height:18px;
    text-align:right;
}

/*columns*/

#leftColumn {
    position:absolute; top:61px; left:165px;
    padding:0px;
    width:250px;
    color:#626262;
    font-size:10px;
    text-align:justify;
    word-spacing:-2px;
}

#para1 {
     border-top: 1px solid #363636;
     border-bottom: 1px solid #363636;
 }
 
#para1 div {
	 position: relative; top: 10px;
     height: 77px;
 }

.shade {
    border-bottom: 1px solid #363636;
}

.shade div {
    background: url(../images/shadebg.gif) no-repeat;
    position: relative; top: 10px;
    height:111px;
}

.web {
    background:url(../images/pink.gif) top left no-repeat;
    border-bottom: 1px solid #363636;
    height:177px;
}

.web div {
    text-align: center;
    position: relative; top: 10px;
}

.web img {
    border: 1px solid #ACACAC;
}

.identity {
    background: url(../images/cyan.gif) top left no-repeat;
    border-bottom: 1px solid #363636;
    height:177px;
}

.identity div {
    text-align: center;
    position: relative; top: 10px;
}

.identity img {
    border: 1px solid #ACACAC;
}

.print {
    background:url(../images/brown.gif) top left no-repeat;
    border-bottom: 1px solid #363636;
    height:177px;
}

.print div {
    text-align: center;
    position: relative; top: 10px;
}

.print img {
    border:1px solid #ACACAC;
}

#rightColumn {
    position:absolute; top:61px; left:428px;
    padding:0px;
    width:250px;
    color:#626262;
    font-size:10px;
    text-align:justify;
    word-spacing:-2px;
}

#para2 {
     border-top: 1px solid #363636;
     border-bottom: 1px solid #363636;
 }
 
#para2 div {
	 position: relative; 
	 top: 10px;
     height: 77px;
 }

.content {
    border-bottom: 1px solid #363636;
    height: 177px;
}

.content div {
    position: relative; top:10px;
}

/* text formatting */

.cyan {
    color: #00AEEF;
    font-weight: bold;
    font-size: 9px;
}

.brown {
    color: #726257;
    font-weight: bold;
    font-size: 9px;
}

.pink {
    color: #ED125A;
    font-weight: bold;
    font-size: 9px;
}

h1 {
    font-size: 10px;
    font-weight: bold;
    color: #38B549;
    margin: 0px;
    padding: 0px;
}