/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; }
body{
margin: 0px;
margin-top: 5px;
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 13px;
background-color: #edebeb;
}
p, h1, h2 {margin: 0; margin-bottom: 10px;}
#holder{
width: 815px;
}
#lcol, #rcol {
float: left;
text-align: left;
}
#lcol{
width: 604px;
}
#rcol{
width: 205px;
}
#whitearea{
width: 604px;
background-color: #fff;
border: solid 1px #e0e0e0;
background-image: url(../images/black-pixel.gif);
background-repeat: repeat-x;
background-position: 0px 112px;
float: left;
}
#logo{
position: relative;
top: -1px;
left: -1px;
}
#logo, #titleholder{
float: left;
}	
#titleholder{
width: 359px;
height: 32px;
padding-top: 80px;
text-align: right;
margin-bottom: 1px;
}
h1{
background-color: #b5263c;
color: #fff;
padding: 3px;
padding-bottom: 5px;
padding-right: 10px;
font-weight: normal;
display: inline;
background-image: url(../images/title-angle.gif);
background-repeat:no-repeat;
background-position: left;
padding-left: 50px;
height: 36px;
font-size: 22px;
}

#addressblock{
text-align: right;
color: #666666;
padding: 10px;
height: 93px;
border-bottom: solid 1px white;
margin-left: 1px;
}

#rhmenu{
margin: 0;
margin-left: 2px;
_margin: 0px;
padding: 0px;
}
#rhmenu li{
display: block;
border-bottom: solid 1px #FFF;
list-style-type: none;
width: 204px;
margin: 0;
}
.menuitem:link, .menuitem:visited, .menuitem:active, .menuitemdn:link, .menuitemdn:visited, .menuitemdn:active {
height: 25px;
display: block;
padding: 10px;
text-decoration: none;
font-weight: bold;
color: #b5263c;
font-size: 16px;
padding-left: 40px;
}
.menuitem:hover, .menuitemdn:link, .menuitemdn:visited, .menuitemdn:active{
background-image:url(../images/rh-menu-gradient.gif);
background-repeat: repeat-y;
}
#enrolnow{
padding: 10px 40px;
margin-top: 15px;
}
#enrolnow a{
display: block;
width: 48px;
height: 48px;
background-image:url(../images/star.gif);
text-align: center;
font-weight: bold;
color: #FFF;
font-size: 18px;
text-decoration: none;
padding: 30px;
text-transform: capitalize;
}
#enrolnow a:hover{
background-image: url(../images/star-over.gif);
}
#byline{
text-align: center;
font-size: 10px;
margin-top: 20px;
}
#byline a{

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

#contentarea{
background-image: url(../images/watermark.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 30px;
float: left;
width: 543px;
padding-bottom: 0;
}
#br-angle{
float: right;
position: relative;
top: 1px;
right: -1px;
}
#footer{
float: left;
padding: 10px 30px;
font-size: 11px;
}
#footer a{
text-decoration: none;
color: #b5263c;
}

#footer a:hover{
color: #000;
}

.hpimg{
border: solid 1px #888888;
margin-bottom: 20px;
margin-right: 20px;
}

h2{
color: #b5263c;
font-size: 16px;
font-weight: bold;
}

.floatright{
float: right;
margin: 10px;
margin-top:  0px;
padding-left:  0px;
border: solid 1px #888;
}


.floatleft{
float: left;
margin:  0px;
margin-top: 0px;
border: solid 1px #8;
}