﻿body {
background-color:#F8F8F8;
font-family:"Trebuchet MS",Verdana,Arial;
margin:0 auto;
padding:0;
font-size:0.9em;
/*font-weight:bold;*/
color:#4d4a47;
}

#full_content {
margin:0 auto;
width:1024px;
}

#top_photo{
	background-color:white;
	width:1024px;
}

#left_header {
float:left;
height:165px;
width:172px;
background-color:white;
margin:0;
padding:0;
}

#left_header a img {
border:0 none;
display:block;
float:left;
height:163px;
vertical-align:top;
width:173px;
}

#center_right_header{
	float:left;
	height:165px;
	background-color:white;
        width:851px;
margin:0;
padding:0;
}

#center_header {
float:left;
height:163px;
background-color:white;
width:646px;
}

#center_logo {
/*background-image:url('/global/images/top_bar.jpg');*/
width:646px;
height:111px;
float:left;
border:0 none;
}

/*      MENU       */

#menu{
	font-size:0.9em;
	background-color:white;
width:auto;
}

#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;

}

#menu li{
	float:left;
	width:auto;
	height:20px;
	background-image:url('/global/images/menu-separator.gif');
	background-position:8px -2px;
	background-repeat:no-repeat;
	padding:0 0 0 21px;
}

#menu ul li a{
	background-color:white;
	color:#737070;
        text-decoration:none;
}

#menu ul li a:hover{
	background-color:#AB363B;
        color:white;
        text-decoration:none;
}

#menu .active a{
	background-color:white;
	color:#c02c38;
        text-decoration:none;
}

#menu .active a:hover{
	background-color:white;
	color:#c02c38;
        text-decoration:none;
}

#right_header {
	float:left;
	height:163px;
	background-color:white;
	width:204px;
}
#top{
	height:111px;
        width:851px;
}
#bottom{
	padding-top:15px;
	height:37px;
        width:844px;
}

#right_logo {
/*background-image:url('/global/images/logo_ekt.gif');*/
width:204px;
height:111px;
float:left;
border:0 none;
}

#right_links{
	float:left;
}

#right_links a{
	color:#c02c38;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
}

#right_links a:hover{
	color:#c02c38;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}

#right_menu{
float:right;
font-size:0.9em;
/*margin-left:5px;
margin-right:6px;
#width:100%;*/
width:auto;
}

/*--------------------------------------*/

/*    MAIN BODY      */

.main_body_dark{
	float:left;
	text-align:left;
	width:1024px;
	background-color:#969494;
  	height: expression(this.height >500 ? "500px" : "auto !important") !important; /* Firefox, Safari, IE7, etc */
	/* IE6 */
	min-height:500px !important;
	padding-top:10px;
	/*width:1000px;*/
	border:0px solid white;
        color:white;
}

.main_body_dark a:hover {
color:#454444;
font-weight:bold;
text-decoration:underline;
font-size:0.9em;
}
.main_body_dark a {
color:#454444;
font-weight:bold;
text-decoration:none;
font-size:0.9em;
}

.main_body{
	float:left;
	text-align:left;
	width:1024px;
	background-color:#dedede;
  	height: expression(this.height >500 ? "500px" : "auto !important") !important; /* Firefox, Safari, IE7, etc */
	/* IE6 */
	min-height:500px !important;
	padding-top:10px;
	/*width:1000px;*/
	border:0px solid white;
}

.main_body a:hover {
color:#2A5A8A;
font-weight:bold;
text-decoration:underline;
font-size:0.9em;
}
.main_body a {
color:#2A5A8A;
font-weight:bold;
text-decoration:none;
font-size:0.9em;
}



/*    LEFT COLLUMN  of the main body  */

.main_left{
	float:left;
	text-align:left;
        height: expression(this.height >500 ? "500px" : "auto !important") !important; /* Firefox, Safari, IE7, etc */
	/* IE6 */
	min-height:500px !important;
	width:131px;
}


/*    RIGHT COLLUMN  of the main body  */

.main_right{
	float:left;
	text-align:left;
	width:180px;

}

.main_right_box{
	float:left;
	/*text-align:left;*/
	width:160px;
        margin-top:0px;
        margin-bottom:15px;
        margin-left:18px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 5px;
        color: #AB363B;
        background-color: #aba8a8;
        border:1px solid #ffffff;
} 

.main_right_box_no{
	float:left;
	/*text-align:left;*/
	width:160px;
        margin-top:0px;
        margin-bottom:15px;
        margin-left:18px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 5px;
        color: #AB363B;

} 
.main_right_box hr{
        color: #dedcdd;
        height:1px;
        background-color:#dedcdd;
        border:0 none;
 
}

.main_right_box a:hover {
        color:#2A5A8A;
        font-weight:bold;
        text-decoration:underline;
        font-size:0.9em;
}
.main_right_box a {
       color:#2A5A8A;
        font-weight:bold;
        text-decoration:none;
        font-size:0.9em;
}

.main_right_box h1{
        font-size:1.2em;
       /* font-weight:bold;*/
	text-align:center;
}

/*   CENTER COLLUMN  of the main body  */

#main{
	float:left;
	text-align:justify;
        /*padding:10px;*/
	width:680px;
height: expression(this.height >500 ? "500px" : "auto !important") !important; /* Firefox, Safari, IE7, etc */
	/* IE6 */
	min-height:500px !important;
}

#main h1{
	color:#ab363b;
	font-size:1.2em;
}
/*
#main a:hover {
color:#2A5A8A;
font-weight:bold;
text-decoration:underline;
font-size:0.9em;
}
#main a {
color:#2A5A8A;
font-weight:bold;
text-decoration:none;
font-size:0.9em;
}*/
/*--------------------------------------*/
#footer{
	width:1024px;
	background-color:#969494;
}

#footer_left {
background-image:url('/global/images/e_learning.jpg');
width:358px;
height:138px;
float:left;
}

#footer_center {
background-image:url('/global/images/e_help.jpg');
width:460px;
height:138px;
float:left;
}

#footer_right {
background-color:#969494;
background-image:url('/global/images/copyright_ekt.jpg');
background-position:0 74px;
background-repeat:no-repeat;
float:left;
height:138px;
width:206px;
}






#path ul, #path li {
	display:inline;
	margin:0pt;
	padding:3pt;
}

#path a, #path a:hover, #path a:visited {
	background:transparent url(/global/images/bullet3.gif) no-repeat scroll right 4px;
	padding-right:10px;
	text-decoration:none;
}

#news_title{
    font-weight:bold;
    font-size:1.1em;
    padding-bottom:7px;
color:#003966;
}

#news_date{
    font-weight:bold;

    float:right;
    text-align:right;
}
#news_date_details{
    font-weight:bold;
    float:right;
    text-align:right;
    margin-top:15px;
}

#letters {
/*float:right;
height:22px;
width:87px;
margin-right:5px;*/

float:right;
height:17px;
margin-right:5px;
margin-top:5px;
text-align:center;
width:78%;
}
#letters img{
 float:left;
 border:0px;
 margin-right:10px;
}

#top_menu{
float:none;
height:16px;
width:844px;
}


/*   Crumbtrail */

#path {
	color:#666;
	/*font-size:11px;*/
	padding:4px 0px 4px 0px;
}
#path h2 {
	display:inline;
	/*font-size:11px;*/
	padding:0px 4px;margin:0px;
	font-weight:normal;
}
#path ul, #path li {
	display:inline;
	margin:0pt;
	padding:3pt;
}

#path a, #path a:hover, #path a:visited {
	background:transparent url(/global/images/bullet3.gif) no-repeat scroll right 4px;
	padding-right:10px;
	text-decoration:none;
}



table {
	/*border-collapse: collapse;*/
	border: 0px;
	vertical-align: top;
	border-width=0px;
        text-align:left;
}
tr {
	border: 0px solid #003;
}
td {
	
	border: #FFFFFF 1px solid;
	padding: 2px;
	padding-right: 5px;
	vertical-align: middle;
}
td p {
	padding: 0px 3px;
}

.form_small p{font-size:0.8em;}

.form_small ul li{font-size:0.8em;}