/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

      body { 
        margin:0;
        direction: ltr;
        background: #333333 url(images/background.jpg) repeat-x top;
        margin-left: auto;
        margin-right: auto;
        }


 fieldset { 
        margin: 0;
        padding: 0;
        border: none;
        position: relative;
    }
    legend {
        padding: 5px 5px 15px;
        color: #000000;
        font-family: font-family Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
    }
    label { 
        margin: 0; 
        padding: 6px 25px 5px; 
        width: 50%; 
        float: left;
        text-align: left;
    }
    em {
        position: absolute;
        left: 340px;
        color: #FF0000;
    }
    input.text { 
        padding: 5px; 
        width: 50%;
        border: 1px solid #E5E5E5;
        color: #626262;
    }
    input { 
        margin: 5px 0;
        
    }
    textarea { 
/*        width: 100%;  */
        border: 1px solid #E5E5E5;
    }
	
    textarea , input.text , label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
    }
	
	    ol ,ol li { 
        margin: 0;
        padding: 0;
    }
    ol li {
        padding: 3px; 
        list-style: none; 
        vertical-align: middle;
        clear: both;
    }

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

hr{
    padding:0px;
    margin:0px 0px 0px 0px;
    border:1px solid #FFFF99;
}

img {border: none;}

#wrap img{
    max-width: 250px;
    max-height: auto;
}



ul {margin-left: 2em;}
h1 {color:#CF9;
	font: 17px arial; 
}
h2 { color:#999;
	font:  15px tahoma;
	padding-bottom: 4px;
}

h2 a:hover {
    background: #fff;
}

h3 {color:#F60;
	font: 20px arial; 
}



h4 {color:#ffffff;
    font: 20px arial; 
}

h5 {color:#CF9;
    font: 17px arial; 
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.lefty {float: left;} 
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 75%;}
.main .lefty {width: 100%;}
.main .right {width: 20%;}

.content {

	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: none;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(images/nav.gif);}
.nav a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 15px Verdana,sans-serif;
	line-height: 51px;
	padding: 0 8px;
    text-decoration: none;
}
.nav a:hover {
	background: #191919 url(images/nav_hover.gif);
}




.nav2 {background: #191919 url();}
.nav2 a {
    background: #191919 url(images/nav2.gif);
    border-right: 1px solid #161616;
    color: #CCC;
    float: left;
    font: bold 15px Verdana,sans-serif;
    line-height: 51px;
    padding: 0 8px;
    text-decoration: none;
}

.nav2 a:hover {
    background: #191919 url(images/nav_hover2.gif);
}





/* sub-navigation */
.subnav {
	background: #2A2A2A;

	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
    text-decoration: none;
}
.footer a {color: #666;
    text-decoration: none;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;
    text-decoration: none;
}


        #errorbox { 
        margin:10px 0 0 10px;
        width: 300px; 
        color: #FFFFFF;
        font-size: 10pt;
        font-family: Tahoma;
        font-weight: bold; 
        background-color: #AD384D;
        border: 1px solid #000000;  
        text-align: left;
        }
        
       #redirectionbox { 
        margin: 100px 100px auto; 
        width: 750px; 
        font-size: 10pt;
        font-family: Tahoma;
        font-weight: bold; 
        background-color: #259425;
        border: 1px solid #000000;      
       }
       
    
    #box { 
        margin: 10px auto; 
        width: 500px; 
        background-color: #F7F7F7; 
        border: 1px solid #000000; 
    }
    
.box_courses{ 
        padding: 5px 5px 15px;        
        border: 1px solid #000000; 
        background-color: #999999; 
        font-size: 2px;
        font-family: tahoma;
        color: #FFFFFF;        
    }

    
    div.pagination {
padding: 3px;
margin: 3px;
text-align:center;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #AAAADD;

text-decoration: none; /* no underline */
color: #000099;
}
div.pagination a:hover, div.digg a:active {
border: 1px solid #000099;

color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #000099;

font-weight: bold;
background-color: #000099;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;

color: #DDD;
}

  
  
  
     