#box
{
width:1000px;

background-color:#ffffff;
float:left;
}

#bottom_box
{
width:1024px;
float:left
}

#scrolldiv_left
{
width:800px;
height:400px;
overflow-y:scroll;
overflow-x:hidden;
float:left;
}


#scrolldiv_right
{
width:800px;
height:400px;
overflow-y:scroll;
overflow-x:hidden;
float:right
background-color:#fcfcfc;
border:thin solid #ffffff;
margin:0 200px 0 0;
text-align:left;
}

.left_col
{
 width:400px;
 height:100%;
 border:thin solid #003399;
 background-color:#003399;

}

.left_col_bottom
{

 border:thin solid #fcfcfc;
 background-color:#ffffff;
 width:400px;
 height:100%;

}

.right_col_top
{
width:800px;
background-image:url('../images/title_bg.jpg');
background-repeat:repeat-x;
float:right;
border:thin solid #f4f4f4;
}


.right_col
{
width:800px;
background-color:#fff;
float:right;
border:thin solid #f4f4f4;
}

h5
{
color:#fff;
font-family:arial, verdana, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
padding:2px;
margin:2px;
}

h4
{
color:#333;
font-family:arial, verdana, sans-serif;
font-size:11px;
font-weight:bold;
text-align:justify;
padding:2px;
margin:2px;
}

h1
{
color:#003399;
font-family:arial, verdana, sans-serif;
font-size:24px;
font-weight:bold;
text-align:left;
margin:0 0 0 5px;
padding:0px;

}

h6
{
color:#000;
font-family:arial, verdana, sans-serif;
font-size:12px;
font-weight:normal;
text-align:justify;
padding:2px;
margin:2px;
}

h3
{
color:#000;
font-family:arial, verdana, sans-serif;
font-size:18px;
text-decoration:underline;
font-weight:bold;
text-align:center;
padding:2px;
margin:2px;

}


.course_name
{

color:#000;
font-family:arial, verdana, sans-serif;
font-size:20px;
font-weight:bold;
text-align:left;
margin:2px;

}

.course_duration
{
color:#003399;
font-family:arial, verdana, sans-serif;
font-size:14px;
font-weight:bold;
text-align:left;

}

.titles
{
background-color:#8AB800;
color:#fff;
font-family:arial, verdana, sans-serif;
font-size:12px;
font-weight:bold;
text-align:left;
margin:2px;

}