body {
	font: bold 12px arial;
	color: #CCCCCC;
	margin: 0px;
    line-height: 20px;
	}

body.word {
	font: 12px Courier New;
	color: #999999;
	margin: 0px;
    line-height: 18px;
	}

#mainDiv {
    width:750px;
    margin-right:auto;
    margin-left:40px;
    margin-top:57px;
    padding:0px;
    text-align:left;
    }

#navigationDiv {
    width:160px;
    padding:0px;
    float:left;
    }

#contentDiv {
    width:690px;
    padding:0px;
    float:left;
    }

#headerDiv {
    padding-bottom:40px;
    }

.boldStyle {
    color: rgb(255,255,255);
    }

.alert {
    font: bold 14px arial;
    color: rgb(255,51,51);
    }

a:link {
    color: #3366CC;
    text-decoration:none;
    }

a:active {
    color: #3366CC;
    text-decoration:none;
    }

a:visited {
    color: #3366CC;
    text-decoration:none;
    }

a:hover {
    color: #3366CC;
	text-decoration:none;
    }

a.word:link {
    color: #3366CC;
    text-decoration:none;
    }

a.word:active {
    color: #3366CC;
    text-decoration:none;
    }

a.word:visited {
    color: #3366CC;
    text-decoration:none;
    }

a.word:hover {
    color: #3366CC;
	text-decoration:none;
    }

#imageAndTextBox {
    position:relative;
    top:0px;
    right:0px;
    padding-right:440px;
    }

#textBox {
    position:absolute;
    top:0px;
    right:0px;
    width:300px;
    height:175px;
    }

#textOfTextBox {
    position:absolute;
    bottom:0px;
    }

#titleForImageTextPages {
    position:absolute;
    top:140px;
    left:590px;
    }
