/**************************************
********* Deseret CSS 2007 Copyright. *********
***************************************/

/********* ELEMENTS ************/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin:0px;
	padding:0px;
	background-color: #0BB2DD;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #777777;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../imgs/exam_titlebg.gif);
	background-repeat: no-repeat;
}
p {
	margin: 0px;
	padding:0px;
}
a {
	color: #0BB2DD;
	text-decoration: none;
}
a:hover {
	color: #444444;
}
input {
	border: 1px solid #CCC;
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #666;
	padding: 2px;
}
textarea {
	border: 1px solid #CCC;
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color: #666;
	padding: 2px;
}
form {
	margin:0px;
	padding:0px;
}
li {
	margin: 20px 0px 20px 0px;
}
hr {
	border: 1px;
	border-style: dashed;
	width: 100%;
	color: #ccc;
	margin: 10px 0px 10px 0px
}

/********* LINKS ************/
a.globNav {
	font-size: 10px;
	color: #0BB2DD;
	font-weight: bold;
	text-decoration: none;
	margin:0px 10px 0px 10px;
	padding:0px;
}
a.globNav:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(../imgs/blue_arrowDown.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top:6px;
}
a.underline {
	color: #555;
	text-decoration: none;
}
a.underline:hover {
	color: #333;
	text-decoration: underline;
}
a.blueUnderline {
	color: #555;
	text-decoration: none;
}
a.blueUnderline:hover {
	color: #0BB2DD;
	text-decoration: underline;
}




/********* STYLES ************/
.centerPadding {
	padding: 15px 20px 15px 20px;
	margin:0px;
}
.inputBox {
	width: 125px;
	height: 30px;
	background-image: url(../imgs/inputBox.gif);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
}
.transInput {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	width: 100px;
	background-color: transparent;
	border: 0px;
	padding:0px;
	margin: 6px 0px 0px 10px;
}
.linkMargin {
	margin: 15px 0px 15px 0px;
}
.linkBox {
	text-align:left;
	padding: 2px 5px 10px 5px;
}
.thumbImage {
	padding: 2px 3px 0px 0px;
}
.footer {
	font-size: 10px;
	color: #fff;
}
.credit {
	color: #B6E8F5;
}
.whiteText {
	color: #fff;
}
.blueText {
	color: #0BB2DD;
}
.smallText {
	font-size: 10px;
}
.highlightBox {
	background-image: url(../imgs/inicio_highliteBox.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 437px;
	margin:0px 0px 0px 0px;
	padding: 30px 15px 0px 15px;
}
.newsContainer {
	padding: 15px;
	background-color: #F1FAFD;
}
.newsContainer h2 {
	font-size: 13px;
	font-weight: bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/********* SUBMENUS ************/

#dropmenudiv{
margin-top:6px;
margin-left: -20px;
position:absolute;
border:2px solid #000;
border-top:0px;
font:normal 10px Verdana;
background-image: url(../imgs/subBg.gif);
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
height: 25px;
display: block;
text-indent: 6px;
padding: 5px 0px 0px 0px;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #000;
}