@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#4F8EC1 url(img/mcq_bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#header {
	height: 200px;
	background: url(img/newlogo2.jpg) no-repeat 0px -1px;
	margin-top: 0;  /*ONLY USED TO FLOAT FLASH MOVIE TO THE TOP MARGIN ZERO*/
	padding-left: 625px;
	border-top: 1px #D0E9FD solid;
	margin-bottom:0;
	z-index: 300;
}

#header h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: #4D4D4D;
	margin-top: 35px;
	margin-left: -300px;
	text-align: center;
	letter-spacing: -.2px;
	line-height: 28px;
}

#header h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	color: #06509E;
	margin-top: 6px;
	margin-left: -300px;
	text-align: center;
	letter-spacing: 0;
}

#outerwrapper {
	margin: 0 auto;
	border: 1px #b7c4ce solid;
}
#wrapper {
	margin-left:155px;
	padding:0;
}
#leftside {
	float: left;
	background:url(img/leftcol.jpg) repeat-y;
	margin-top: 285px;
}


/* controls the white background length */
#content {
	width: 100%;
	background: white;
	height:100%;
	padding: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-left-style: double;
	border-top-color: #4F8EC1;
	border-left-color: #4F8EC1;
	border-bottom-style: double;	
}
#content ul {
	margin-left: 50px;
	font-weight: bold;
	color: #0757AF;
}
#content ul a:link, a:visited {
	text-decoration: none;
}

#content ul a:hover {
	text-decoration: underline;
}

#content a, a:visited {
	color: #4F8EC1;
	text-decoration:none;	
}

#content a:hover {
	text-decoration: underline;
}

/********************* CONTENT SECTION   *********************/


p {
	padding: 0 3px 10px 15px;
}
.b {
	font-weight: bold;
	color: #494949;
}
.b2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0757AF;
	font-weight: bold;
}

.i {
	font-style:oblique;
}

.smtext {
	font-size: 75%;
}

/*********************FLASH BOX ***********************/

#flash {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	z-index: 100;
}
/*********************SLIDE SHOW ***********************/

.ssl {
	float: left;
	margin: 8px;	
	border: outset 1px #666;
	color: #666;
}


.ssr {
	float: right;
	margin: 8px;	
	border: outset 1px #666;
	color: #666;
}
/************FLOAT TAGS ****************************/
.imgl {
	float: left;
	margin: 5px;
}
.imgr {
	float: right;
	margin: 5px;
}

.imgl-b {
	float: left;
	margin: 5px;
	border: outset 2px #666;
}
.imgr-b {
	float: right;
	margin: 5px;
	border: outset 2px #666;
}

/* SANDBAGS */

#sb1,#sb2,#sb3,#sb4,#sb5,#sb5,#sb6,#sb7,#sb8 {
	float:left;
	clear:both;
	padding:0;
}

#sb1 {
	width: 252px;
	margin-left: -110px;
	height: 129px;
	margin-top: 0;
}

.clear {
	clear: both;
}

#tagline {
	background-color: #CDDFED;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: groove 4px #4F8EC1;
	margin: 3px;
	width: 300px;
}

#tagline .mcq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 115%;
	margin-left: 30px;
}

#footer {
	width: 80%;
	font-size: 95%;
	font-weight: bold;
	background:#4F8EC1;
	height: 50px;
	margin-top: 5px;
	text-align: center;
	color: #E9F0F8;
	letter-spacing: -1px;
}
#footer a, a:visited  {
	color: #E9F0F8;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer #ftl {
	float: left;
	font-size: 85%;
	width: 190px;
	padding-left: 220px;
}
#footer #ftr {
	float: right;
	font-size: 85%;
	width: 190px;
	text-align: right;
	padding-left: 0;
}

