/* Start of CMSMS style sheet 'RBL' */
@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}

body {
margin:0 auto;
/*width:100%;*/
font-family:Arial;
font-size:12px;
color:#222222;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
padding:0;
}


h1 {
color:#ed1b24;
font-size:16px;
	
}

p {
margin:0;
}

img {
border:0;
}

a {
color:#1c2674;
text-decoration:none;
}

a:hover {
color:#1c2674;
text-decoration:underline;
}

#wrapper {
width:900px;
margin:0 auto;
}

#logo {
padding-top:5px;
}

/*************************MENU*************************************************/


#menu {
float:left;
margin-top:15px;
height: 42px;
}

#inner_menu {
/*margin-top:15px;*/
}



#menu li {
display:inline;
padding:0;
margin:0;
}


#menu a {
color: #ffffff;
font-weight:bold;
display: block;
float: left;
width: 125px;
height: 42px;
background-image:url(images/nav-tab-blue.png);
background-repeat:no-repeat;
/*background: url(../images/tabhover-bg.jpg);*/
text-align: center;
text-decoration: none;
padding-top: 14px;
margin-right: 4px;
} 

#menu a:hover {
color: #ed1b24;
display: block;
float: left;
width: 125px;
height: 42px;
background-image:url(images/nav-tab-white.png);
background-repeat:no-repeat;
text-align: center;
text-decoration: none;
padding-top: 14px;
margin-right: 4px;
} 

#menu a.active {
color: #ed1b24;
display: block;
float: left;
width: 125px;
height: 42px;
background-image:url(images/nav-tab-white.png);
background-repeat:no-repeat;
text-align: center;
text-decoration: none;
padding-top: 14px;
margin-right: 4px;
} 

#main-content {
clear:both;
margin-top:100px;

}

#main-content p{
margin:0 0 10px 0;
}

#main-content ul li{
margin:0 0 10px 40px;
font-size:14px;
}

.quotes {
font-size:18px;
color:#ed1b24;
}

.blue-heading {
color#1c2674;
font-weight:bold;
}

#main-column {
float:left;
width:576px;
}

#right-column {
float:right;
width:292px;
}

#box {
padding-bottom:15px;
}

#main-text {
padding:  5px 5px 5px 5px;
}


#footer {
clear:both;
border-top: 2px solid #1c2674;

}

#footer-text {
padding-top:10px;
color:#666666;
font-size:10px;
}

#footer-text a{
color:#666666;
text-decoration:none;
}

#footer-text a:hover{
color:#666666;
text-decoration:underline;
}


/* End of 'RBL' */

