/* CSS Document */

body {
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0px,0px,0px,0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
color:#333333;

}

a {

color:#990000;
text-decoration:none;
}

.bar {
background-color:#5C0003;
width:100%;
height:5px;



}

.left {
 width:220px;
 position:absolute;
 left:30px;
 top:50px;

}

/* Heading */

.head {




}

.mainHead {
font-size: medium;
color:#333333;
}

.subHead {
font-size: small;
color:#666666;
margin-top:5px;

}

/* Menu */

.menu {

font-size:small;
margin-top:30px;
padding-bottom:5px;
/*border-bottom-style:dotted;
border-bottom-width:thin;
border-bottom-color:#666666;
border-top-style:dotted;
border-top-width:thin;
border-top-color:#666666;
*/
}

.menuItem {
margin-top:10px;
font-size:small;
height:20px;

}

.subMenuItem a {

font-size:12px;
margin-top:5px;
margin-left: 15px;
height:12px;
color:#777777;

}

.subMenuItem a:hover {

color:#900000;

}

.info {
font-size:12px;
width:220px;
margin-top:40px;

}

.right {
/*
background-color:#DEDEDE;
*/
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:#999999;
margin-left:-10px;
padding-left:10px;
margin-top:-10px;
padding-top:10px;
padding-right:10px;
padding-bottom:20px;
position:absolute;
left:280px;
top:50px;
width:500px;


}

.contentHead {
font-size: medium;
color:#333333;
}

.contentSubHead {
font-size: small;
color:#666666;
margin-top:5px;
}
.content {

font-size:small;
margin-top:30px;


}
