*
{
padding: 0;
margin: 0;

}
body, html {
color: #000; 
font-family: "Trebuchet MS", verdana, arial, sans-serif; 
background-image:none;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;font-size: 1em;}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;

}
h2 {
font-size: 2em;color:#afc61d;
}
h3 {
font-size: 1.5em;color:#124584
}
h4 {
font-size: 1.2em;color:#666
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {border:0px solid #000;
width: 80%;
margin: 0 auto; /*** Centers the design ***/
min-height: 95%;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 95%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
padding: 0px;
}
#header h1{
font-size:1.7em;
line-height:20px;
text-align:center;

}
/**************************
CONTENT AND COLUMNS
**************************/

.contentWrap h1{
	font-size: 2em;color:#afc61d;
}
.contentWrap h2{
	font-size: 1.5em;color:#124584;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {display:none}

/*************************
RIGHT COLUMN
**************************/
#right {display:none}
/**************************
FOOTER
**************************/
#footer{ 
width: 100%;
height: 30px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
text-align: center;
color:white;
font-size:1em;
font-weight:normal;
}

/* =MENU
================================================= */
#header #menu {display:none}

#quicksearch {display:none;}
.news{display:none}


.bigmore {display:none;

}

#brief{display:none;
}


.urmoodForm { width:290px;border:1px solid #ccc;}
.urmoodForm fieldset{ border:0px;padding:10px}
.urmoodForm label {
    cursor: pointer;         /* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
    width: 120px;            /* LABEL WIDTH: SET THIS TO THE LARGEST LABEL SIZE */
    text-align: right;
    display: block;
    clear: left;
    margin-left:-20px
}
.urmoodForm div label{
	margin-left:-45px;
}
.urmoodForm div span{
	margin-right:15px;
}

.urmoodForm input{
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    margin-top: -1em;   
    float:left;
    margin-left:120px;
}
.urmoodForm span input{
    margin-left:100px;
}
.urmoodForm textarea{
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    margin-top: -1em;   
    float:left;
    margin-left:120px;
}

.urmoodForm .submit1{
    margin-top:5px;
}
.urmoodForm .formtitle{float:left;width:280px;font-size: 1.3em;color:#124584;font-weight:bold;border-bottom:1px dotted #aaa}

#menubot {display:none}

.accessibility {
	display:none;
}

.print{display:none}