/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
      margin:0px;  
}


img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   color: #505050; 
}

a:visited {
   text-decoration: underline;
  color: #505050;                /* a different color can be used for visited links */
}
a:hover {
   text-decoration: none;
   color: #505050;
}

div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
width: 950px;
   color: #505050;
}


.header-table{
width: 950px;
}

.forum-content{
font-size: 12px;
margin-bottom:11px;
margin: 0;
padding: 5px 5px 4px 5px;
}

.forum-content dt{
margin: 0;padding: 0px;
width: 200px;
overflow: hidden;
float: left;
margin-bottom: 4px;
height: 14px;
}

.forum-content dd{
margin: 0;padding: 0;
width: 80px;
overflow: hidden;
float: right;
height: 14px;
margin-bottom: 4px;
}




div.breadcrumbs {
	width:930px;
	margin: 0px;
	padding: 5px 0px 0px 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
height: 19px;
text-align: left;

}

 div.breadcrumbs span.lastitem { 
   font-weight:normal; 
 } 
body.body-style{
background-image: url('images/background/page-bg.jpg');
background-position:top left;
background-repeat: repeat-x;
      margin:0px;  

}
body.body-style2{
background-image: url('images/background/top-bar-bg.jpg');
background-position:top left;
background-repeat: repeat-x;
      margin:0px;  

}

 div#content {
   margin:  0px;
   padding: 0px 0px 0px 0px;   
width: 950px;
}


#main {
  padding-left: 20px; 
  padding-right: 20px;
  width: 650px;

}

#sidebar {
   width: 280px; 
   margin-left: 0;
padding-right: 20px;
}

div#footer {
   color: #6274BC;
width: 950px;
padding-top: 5px;
}
.footer-menu{
background-image: url('images/background/footer-bg.jpg');
background-position:top left;
background-repeat: no-repeat;
height:30px;
width: 950px;
}
div#footer p {
padding-top: 10px;
   font-size: 11px;
   text-align: center;  /* centered text */
}

div#footer p a {
   color: #505050; /* needed becouse footer link would be same color as background otherwise */
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 10px;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

h1 {
   font-size: 19px; /* font size for h1 */
   line-height: 19px;
   padding: 15px 0px 5px 0px;
  margin: 0px;
   color: #143c78;

}
h2 {
font-size: 13px; 
text-align: left; 
        line-height: 19px;
   padding: 0px;
        margin: 15px 0px 5px 0px;
color: #839cc5; 

}
h3 {
   color: #839cc5; 
   font-size: 12px;
   line-height: 19px;
   margin: 0px 0px 5px 0px;
}
h4 {
   color: #839cc5; 
   font-size: 12px;
   line-height: 19px;
   margin: 0px 0px 5px 0px;
}
h5 {
   color: #294B5F; 
   font-size: 12px;
   line-height: 19px;
   margin: 0px 0px 5px 0px;
}
h6 {
   color: #294B5F; 
   font-size: 12px;
   line-height: 19px;
   margin: 0px 0px 5px 0px;
}
p {
   font-size: 13px;
   margin: 5px 5px 10px 5px; /* some air around p elements */
   padding: 0px;
   text-align:justify;
line-height: 19px;

}

div.templatecode {
  margin: 0px 0px 5px 0px;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 13px;
   line-height: 19px;
   margin: 0px 0px 5px 0px;
list-style-position:inside;
}

div#main ul li,
div#main ol li {
   margin: 0px 0px 5px 10px;
}

div#main dl dt {
   font-weight: bold;
   margin: 0px 0px 0px 10px;
}
div#main dl dd {
   margin: 0px 0px 10px 10px;
}

div#main dl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
}
#menubar{
	width:960px;
	margin: 0px;
	padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
height: 35px;
text-align: center;
	

}
#menubar td a:link, #menubar td a:visited{
	display: block;
	float: none !important; /*For Opera*/
	text-align: center;
               color: #FFffff;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight:bold;
	font-size: 11px;
}
#menubar td a:hover{
color: #ffffff;
	text-decoration:underline;
}
#menubar td a.last:link, #menubar td a.last:visited{
	display: block;
	float: none !important; /*For Opera*/
	text-align: center;
                color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
                background-image:none;
                font-weight:bold;
                font-size: 11px;
}
#menubar td a.last:hover{
color: #ffffff;
	text-decoration:underline;
}


ul#menubar li {
	float:left;
	position:relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#menubar li a:link, ul#menubar li a:visited{
	display: block;
	float: none !important; /*For Opera*/
	text-align: center;
   color: #FFffff;
	text-decoration: none;
	margin: 0px;
	padding: 3px 17px 0px 17px;
	font-weight:bold;
	font-size: 11px;

}
ul#menubar li a:hover{
color: #ffffff;
	text-decoration:underline;
}
ul#menubar li a.last:link, ul#menubar li a.last:visited{
	display: block;
	float: none !important; /*For Opera*/
	text-align: center;
   color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 3px 17px 0px 17px;
background-image:none;
font-weight:bold;
font-size: 11px;
}
ul#menubar li a.last:hover{
color: #ffffff;
	text-decoration:underline;
}
#footermenubar{
	position:relative;
	margin: 0px;
	padding: 0px;
                font-family:Arial, Helvetica, sans-serif;
                font-size: 11px;
                text-align: center;
                padding-left: 0px;
                padding-right: 0px;
}

#footermenubar  a:link, #footermenubar a:visited{
	display: block;
	text-align: center;
                color: #505050;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 0px 10px;
                font-size: 10px;
font-weight:bold;

}
#footermenubar a:hover{

                color: #505050;
	text-decoration:underline;

}
.footer-space{
border-right : 1px solid #9F0100;
}
.notice-header{
background:url(images/background/box-title.jpg);
	background-position:top left;
	background-repeat: no-repeat;
width: 205px;
height: 45px;
padding: 5px 0px 0px 0px;
font-size: 14px;
font-weight:bold;
text-align: center

}

.li-red{
margin-top: 8px;
margin-bottom:8px;
line-height:15px;
}


.li-blue{
margin-top: 12px;
margin-bottom:11px;
line-height:11px;
}


.notice1-red{
margin: 5px 5px 5px 0px;
width: 315px;
height: 200px;
background: #F9EDFB;
color: #564F57;
font-size: 13px;
}
.notice2-red{
margin: 5px 5px 5px 5px;
width: 310px;
height: 200px;
background: #F9EDFB;
color: #564F57;
font-size: 13px;
}



.notice3-red{
margin: 5px 0px 5px 5px;
width: 310px;
height: 200px;
background: #F9EDFB;
color: #564F57;
font-size: 13px;
}

.notice-title-red{
background:url(images/background/pink-title-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
width: 310px;
height: 30px;
}

.notice-title-red-header{
padding: 8px 10px 0px 18px;
color: #DA2C9B;
font-size: 13px;
height: 22px;
font-weight:bold;
}

.notice1-blue{
margin: 5px 5px 5px 0px;
width: 310px;
height: 250px;
background: #E7EEF6;
color: #564F57;
font-size: 13px;

}



.notice2-blue{
margin: 5px 5px 5px 5px;
width: 310px;
height: 250px;
background: #E7EEF6;
color: #564F57;
font-size: 13px;

}
.notice3-blue{
margin: 5px 0px 5px 5px;
width: 310px;
height: 250px;
background: #E7EEF6;
color: #564F57;
font-size: 13px;

}

.notice-title-blue{
background:url(images/background/blue-title-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;

width: 310px;
height: 30px;
}
.notice-title-blue-header{
padding: 8px 10px 0px 18px;
color: #294ED3;
font-size: 13px;
height: 22px;
font-weight:bold;

}
.notice-main-red{
width: 290px;
margin: 0px 10px 0px 10px;
color: #505050;
font-size: 12px;
}
.notice-main-red2{
width: 290px;
margin: 0px 10px 0px 10px;
color: #505050;
font-size: 11px;
}

.notice-main-red ul{
margin: 0px 0px 0px 20px;
padding: 0px;
}

.notice-main-red ul li{
list-style-type:none;
list-style-image: url(images/background/pink-li.jpg);

}

.notice-main-blue{
width: 290px;
margin: 0px 10px 0px 10px;
color: #505050;
font-size: 13px;
}
.notice-main-blue ul{
margin: 0px 0px 0px 20px;
padding: 0px;

}

.notice-main-blue ul li{
list-style-type:none;
list-style-image: url(images/background/blue-li.jpg);
}

.main-content{
margin: 5px 20px 5px 20px;

}
.img-main{
background:url(images/background/banner.jpg);
width: 900px;
height: 250px;
background-position:top left;
background-repeat:no-repeat;
}
ul.ul_menu{
list-style: none;
margin: 0px;
padding: 0px;
}

ul.ul_menu li a:link, ul.ul_menu li a:visited{
width: 260x;
font-size: 12px;
color: #ffffff;
text-decoration: none;
height: 20px;
margin: 1px 0px 1px 0px;

padding-left: 20px;
padding-top: 5px;
background: #B2D5F1;
	display:block;
font-weight: bold;

}

ul.ul_menu li a:hover{
width: 260x;
padding-left: 20px;
padding-top: 5px;
color: #ffffff;
height: 20px;
margin: 1px 0px 1px 0px;
text-decoration: none;
background: #899EBD;
display:block;
font-weight: bold;

}

ul.ul_menu li ul{

list-style: none;
margin: 0px;
padding: 0px;

}

ul.ul_menu li ul li a:link, ul.ul_menu li ul li a:visited{
width: 255x;
font-size: 13px;
font-weight: bold;
color: #b4648c;
text-decoration: none;
height: 20px;
margin: 1px 0px 1px 0px;
padding-left: 25px;
padding-top: 5px;
background: #F9EDFB;
	display:block;

}

ul.ul_menu li ul li a:hover{
width: 255x;
padding-left: 25px;
color: #b4648c;
height: 20px;
padding-top: 5px;
margin: 1px 0px 1px 0px;
text-decoration: none;
background: #F6C0E0;
display:block;
font-weight: bold;
}
.high_light{
width: 260x;
font-size: 13px;
font-weight: bold;
color: #b4648c;
padding-left: 20px;
background: #F6C0E0;
margin: 1px 0px 1px 0px;
height: 20px;
padding-top: 5px;
display:block;

}
.high_light2{
width: 255x;
font-size: 13px;
font-weight: bold;
color: #b4648c;
padding-left: 20px;
background: #F6C0E0;
margin: 1px 0px 1px 0px;
height: 20px;
padding-top: 5px;
display:block;

}

ul, ol{
margin: 5px 0px 20px 25px;
padding: 0px;
line-height: 14px;
}
.td-border{
border-bottom: 1px dotted #505050;
}

.top_menu a:link, .top_menu a:visited{
font-size: 10px;
text-decoration: none;
padding: 0px 10px 0px 10px;
color: #ffffff;
}

.top_menu a:hover{
font-size: 10px;
text-decoration: underline;
padding: 0px 10px 0px 10px;
color: #564F57;
}
ul.mid_menu{
list-style: none;
margin: 0px;
padding-top: 1px;
}
ul.mid_menu li a:link, ul.mid_menu li a:visited{
width: 201x;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
height: 20px;
margin: 1px 0px 1px 0px;
padding-left: 20px;
padding-top: 4px;
background: #B2D5F1;
	display:block;


}
ul.mid_menu li a:hover{
width: 201x;
padding-left: 20px;
padding-top:4px;
color: #ffffff;
height: 20px;
margin: 1px 0px 1px 0px;
text-decoration: none;
background: #899EBD;
	display:block;

}



.foot_menu a:link, .foot_menu a:visited{
font-size: 11px;
text-decoration: none;
color: #6E74A8;
}

.foot_menu a:hover{
font-size: 11px;
text-decoration: underline;
color: #564F57;

}
select {
font-size: 12px;
   color: #505050; 
}
.photo_images{
width: 150px;
}
.profess_list{
background-image: url(images/background/cert.jpg);
background-position: left top;
background-repeat: no-repeat;
width: 457px;
height: 197px;
padding-top: 70px;
padding-left: 20px
}
.special_page{
background-image: url(images/background/box_outline_top.gif);
background-position: left top;
background-repeat: no-repeat;
width: 602px;
padding-left: 28px;
padding-top: 28px;
padding-right: 28px;

}
.special_head{
background-image: url(images/background/box_outline_middle.gif);
background-position: left top;
background-repeat: repeat-y;
width: 657px;

}
/* End of 'Layout: Left sidebar + 1 column' */

