/* CSS Document */

body {
background-color: rgb(116,186,242);
}

body,td,th {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

a:link, a:visited {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #000099;
text-decoration: none;
}

a:hover {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: red;
text-decoration: none;
}

#Table1{
width: 900px;
border: 1px solid #000033;
background-color: #ffffff;
background-image: url(../images/mainBG.gif);
background-repeat: no-repeat;
text-align: left;
}

.header{
height: 81px;
border-bottom: 1px solid #000033;
font-size: 20px;
color: white;
text-align: center;
}

.footer{
height: 41px;
background-image: url(../images/footer.gif);
border-top: 1px solid #000033;
font-size: 10px;
color: rgb(121,181,255);
text-align: center;
}

.footer a:link, .footer a:visited {
font-size: 10px;
color: rgb(121,181,255);
text-decoration: underline;
}

.footer a:hover{
font-size: 10px;
color: white;
text-decoration: underline;
}

.bullet {
width: 170px;
padding: 0;
margin: 0 0 8px 0;
border: 0;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
float: left;
position: relative;
left: 20px;
}

.bulletlink {
position: relative; 
left: 18px;
}

/*  START TRAINING BUTTONS   */

#training_buttons {
width: 600px;
height: 40px;
margin: 0;
padding: 0;
border: 0;
position: relative;
}

#all_modules {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
position: absolute;
top: 0px;
left: 0px;
}

#ssp_modules {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
position: absolute;
top: 0px;
left: 121px;
}

#hse_modules {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
position: absolute;
top: 0px;
left: 242px;
}

#pst_modules {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
position: absolute;
top: 0px;
left: 363px;
}

#misc_modules {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
position: absolute;
top: 0px;
left: 484px;
}

.training_buttons {
width: 116px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
}

.training_table {
margin: 0 0 10px 0;
}

/*  END TRAINING BUTTONS   */

