/* style for cadem 2009 all pages */

/* standard body */
body {
	margin:0 auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	line-height:14px;
	background-color:#000;
	background-repeat:repeat-x;
}
/* main body wrap */
#cadem{
	width:1000px;
	height:100px;
	margin:0 auto;
	background-image:url(../images/cadem-big.png);
	background-repeat:no-repeat;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	height:700px;
	clear:both;
}
#wrapperedu {
	margin:0 auto;
	width:1000px;
	height:auto;
	clear:both;
	color:#999;
}
.form {font-size:13px; color:#FFF;}
.textarea {color:#333;}
#container {
	margin:0 auto;
	width:1000px;
	height:600px;
	padding-top:10px;
	clear:both;
}
/* banner */
.banner {
	width:450px;
	height:375px;
	float:right;
	padding-left:20px;
}
/* content */
#content {
	width:370px;
	float:left;
	padding:10px;
	margin-top:377px;
}
/*.transparent {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.6;
}
*/
/* icons */
.iconleft {
	float:left;
	padding-right:15px;
}

.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}
#end {
	margin-bottom:40px;
	clear:both;
	}
	
/* headings and fonts - cadem 2009 (adil) */
.h0{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom:0px;
	line-height:16px;
}
#content a:link {
	color:#fff;
	background-image:url(../images/link-arrow2.png);
	background-repeat:no-repeat;
	padding-left:20px;
	}


.h1{
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height:5px;
}
.h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	line-height:16px;
	padding-left:20px;
}
.h3{
	font-size: 12px;
	color: #FFCC00;
	line-height:20px;
}
.small{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999;
}

/* links and menus - cadem 2009 (adil) */


/* General links */
a {
	color: #999;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/* top menu bar */
#linkbar {
	float:right;
	margin-top:40px;
	width:400px;
	text-align:right;
	line-height:12px;
}

#linkbar a {
	padding: 2px 2px;
	font-size: 11px;
	font-weight:normal;
}

#linkbar a:hover { text-decoration: underline; color:#FF9933; }
#linkbar a:visited {
	color:#CCCCCC;
}

/* divider | */
.divider {
	font-family: "MS Sans Serif";
	font-size: 9px;
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
img
{  border-style: none;
}


