@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #cbe1ec; 
}

/* Big box which contains everything*/
#content {
position: relative;
width: 954px;
margin: 0 auto;
background-color:#FFFFFF;
padding:5px;
}

#content:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#header {
height: 92px;
background-image:url(../../images/Header_background.jpg);
background-repeat:no-repeat;
}

/* Menu */
#sub_header {
position: relative;
height: 40px;
z-index: 50;
}

/* Red Top Bar - Program Title*/
#Program_title{
position: relative;
width: 941px;
height:30px;
background-color:#003366;
margin-left:4px;
}

/* Menu of the Program*/
#Menu_program{
position: relative;
width: 954px;
height: 25px;
margin-bottom:15px;
}

/* Big box on the center/left on all the standard pages*/
#main {
position: relative;
width:672px;
min-height:650px;
}

#main:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#left {
position: relative;
float:left;
width:314px;
text-align:justify;
margin-right:20px;
margin-left:5px;
min-height:550px;
}

#main_right {
position: relative;
float:right;
width:328px;
text-align:justify;
}

#FAQs {
position: relative;
float:right;
width:954px;
}

/* Right column*/
#right {
position: relative;
float:right;
width: 270px;
margin-right:-5px;
}

#right:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#blue_bar {
background-image:url(../../images/blue_toolbar.jpg);
background-repeat:no-repeat;
width:263px;
height:28px;
}
#red_bar {
background-image:url(../../images/red_toolbar.jpg);
background-repeat:no-repeat;
width:263px;
height:33px;
}
#testimonial {
background-image:url(../../images/Contact_us_background.jpg);
background-repeat:no-repeat;
padding-left:5px;
height: 140px;
}
#contact_us {
background-image:url(../../images/Contact_us_background.jpg);
background-repeat:no-repeat;
padding-left:5px;
margin-bottom:5px;
}
#quick_links {
background-image:url(../../images/Links_background.jpg);
background-repeat:no-repeat;
padding-left:5px;
margin-bottom:5px;
}
#news_events {
background-image:url(../../images/News_background.jpg);
background-repeat:no-repeat;
padding-left:5px;
margin-bottom:5px;
}

/* Footer*/
#footer_address {
position: relative;
height: 80px;
width: auto;
padding:5px;
}

#footer {
position:relative;
float:right;
height: 30px;
background-color: #629ab4;
width:650px;
}

