@charset "UTF-8";
/* CSS Document */
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }


/* Global Elements
=====================================================================*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(/assets/bg_clep.jpg) no-repeat scroll 50% 0pt;
	background-color:#b4b8c8;
	text-align: center;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="text"] { 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color:#1f4294;
}

#topMenu
{
padding:0;
margin:0;
color:#fff;
font-weight:bold;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#topMenu li {display:inline;color:#fff;}
#topMenu li a
{
padding:0.2em 1em;
color:#fff;
text-decoration:none;
border:0px solid #000;
}
#topMenu li a:hover
{
background:#08c;
color:#fff;
}

#footer
{
padding:0;
margin:0;
color:#fff;
font-weight:bold;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
}
