/* CSS Document */


/* ---[ Get rid of browsers default settings ]------------------------------- */

html, body, ol, li, ul, p, h1, h2, h3, h4, h5, h6, form, img, fieldset {
margin: 0;
padding: 0;
border: 0;
}

html {
overflow: -moz-scrollbars-vertical;
}

html, body {
height: 100%;
}

/* -Align table to the top-- */

td { 
vertical-align: top; 
}

/* -- */

body {
font-family: Verdana;
background-image: url(/images/layout/assessment-gradient-bg-1x20.jpg);
background-repeat: repeat;
font-size:10px;
}

#content p {
font-size: 1.1em;
line-height: 1.4em;
letter-spacing: 0;
text-align: left;
word-spacing: -0.1em;
text-decoration: none;
color: #1B1B1B;
padding-bottom: 10px;
background-color: #fff;
}

.ptop {
padding-top:14px;
}



.blist {
padding-bottom:0px;
}

.alist {padding-top:10px;}

#base {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
	}


#list1 {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 4px;
	text-align: left;
	padding-left:15px;
}

#list1 ul {
margin-top:0px;
margin-bottom:10px;
padding-top:0px;
padding-bottom:10px;
font-size:1.1em;
line-height: 1.5em;
list-style:outside;
}

#list1 li {
padding-bottom:3px;
margin:0px;
}

h6 {
font-size: 1.4em;
font-weight: normal;
color: #3c6eb3;
padding-bottom: 6px;
padding-top:14px;
}

h2 {
font-size: 1.4em;
font-weight: normal;
color: #3c6eb3;
padding-bottom: 6px;
padding-top:14px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #3c6eb3;
	padding-bottom: 6px;
	padding-top:8px;
	width:479px;
}

h4 {
font-size: 1.2em;
font-weight: normal;
color: #3c6eb3;
padding-bottom: 6px;
padding-top:12px;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	padding-bottom:12px;
	padding-top:0px;
	font-style: italic;
}

h1 {
font-weight:normal;
font-size:1.7em;
color:#3c6eb3;
line-height:1.5em;
padding-bottom:8px;
}

/* ---[ Generic image floaters ]------------------------------- */
/* Use the class selector at the bottom and click select class for images */

.leftimage {
margin-right: 15px;
margin-bottom: 5px;
float: left;
}

.rightimage {
margin-top: 20px;
margin-left: 15px;
margin-bottom: 5px;
float: right;
}

/* ---Main page holder (table class)--- */

.page {
	margin: 0px auto;
	padding: 0;
	width: 760px;
	height: 100%;
	background: #FFFFFF url(/images/layout/page-bg-760.jpg) repeat-y;
	vertical-align: top;
	}

/* -- */

#imagecontent {
padding-left: 8px;
width: 744px;
clear: both;
}

#menuContainer {
	clear: both;
	float: left;
	width: 202px;
}

#menu {
	width: 160px;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}

#menu li {
	padding:0px;
	margin:0px;
}

#menu li img {
height:12px;
padding:0px;
margin:0px;
}
/* -- */

#topleft {
padding-left: 8px;
width: 505px;
float: left;
}

#topright {
width: 239px;
height: 111px;
float: left;
}

#content {
	width: 480px;
	/*height: 50%;*/
	top:-40px;
	padding-right: 26px;
	padding-left: 48px;
	padding-top: 14px;
	clear: none;
	float: left;
	position: relative;
}

#footer {
	width: 290px;
	padding-top: 24px;
	padding-bottom: 20px;
	clear: both;
	float: left;
	padding-left: 245px;
	color: #444;
}

#footerlinks {
	width: 220px;
	padding-top: 24px;
	padding-bottom: 20px;
	clear: none;
	float: right;
	color: #444;
}



/* --[ default links ] -----*/

a:hover {
color: #3c6eb3;
text-decoration: underline;
}

a {
color: #3c6eb3;
text-decoration: none;
}

a:link {
color: #3c6eb3;
text-decoration: none;
}

a:visted {
color: #3c6eb3;
text-decoration: none;
}

a:active {
color: #3c6eb3;
text-decoration: none;
}

/* ---[ menu links ]------------------------------- */

.class1 {
	list-style-image: none;
	list-style-type: none;
}

.class1 a:link {
text-decoration:none;
color: #5B5B5B;
}

.class1 a:visited {	
color: #5B5B5B;
text-decoration: none;
}

.class1 a:active {
text-decoration: underline; 	
color: #5B5B5B;

}

.class1 a:hover {
color: #3c6eb3;
text-decoration: underline;
}


/* Indent */

/* Subset of Links */

.indent {
	list-style-image: none;
	list-style-type: none;
	text-indent: 15px;
	line-height: 15px;
	}

.indentindent {
	list-style-image: none;
	list-style-type: none;
	text-indent: 30px;
	line-height: 15px;
	}


.indent li {
	padding-bottom:10px;
	}
	
.indent a:link, .indentindent a:link {
text-decoration: none;
color: #5B5B5B;
}

.indent a:visited, .indentindent a:visited {	
color: #5B5B5B;
text-decoration: none;
}

.indent a:active, .indentindent a:active {
text-decoration: none; 	
color: #3c6eb3;
}

.indent a:hover, .indentindent a:hover {
color: #3c6eb3;
text-decoration: underline;
}


.classactind {
	list-style-image: none;
	list-style-type: none;
	text-indent: 15px;
	line-height: 15px;
}

.classactindind {
	list-style-image: none;
	list-style-type: none;
	text-indent: 30px;
	line-height: 15px;
}

.classactind a:link, .classactindind a:link {
text-decoration: none;
color: #3c6eb3;
}

.classactind a:active, .classactindind a:active {
text-decoration: none;
color: #3c6eb3;
}

.classactind a:visited, .classactindind a:visited {
text-decoration: none;
color: #3c6eb3;
}

.classactind a:hover, .classactindind a:hover {
color: #3c6eb3;
text-decoration: underline;}


/* Activated Links  (current section) */

.classact a:link {
text-decoration: underline;
color: #3c6eb3;
}


.classact a:active {
text-decoration: none;
color: #3c6eb3;
}

.classact a:visited {	
text-decoration: none;
color: #3c6eb3;
}

.classact a:hover {
color: #3c6eb3;
text-decoration: underline;}

.classacti {
	line-height:14px;
	height:17px;
}

.classacti a:link {
text-decoration: underline;
color: #3c6eb3;
}

.classacti a:active {
text-decoration: underline;
color: #3c6eb3;
}

.classacti a:visited {	
text-decoration: underline;
color: #3c6eb3;
}

#homeNews{
	background-color:  #F3F7FA;
	width: 160px;
	padding: 0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
	font-size: 11px;
	border: 1px solid #dddddd;
}

