/* CSS Document */
*{
font-family:Verdana, Arial, Helvetica, sans-serif;

}

html{

}

body{
font-size: 14px;
}

img{
border:none;
}

a:link {
	color:red;
}
a:visited {
	color: red;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

h2{
font-size:x-large;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight: bold;
color:red;

}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight: bold;
text-decoration:underline;
font-size:x-large;
margin-top:2px;

}


h4{
color:black;
font-size:x-large;
margin-top:-10px;
margin-bottom:0px;

}

#container{
width:auto;
}

#header{
height:83px;
width:940px;
}

#menu{
height:20px;
}

#content{
margin-top:5px;
width:930px;
}

#footer{
width:940px;
margin-top:10px;
text-align:center;
font-weight:bold;
clear:both;
}


.listx{
color:red;
font-weight:bold;
list-style-type:none;
list-style-image:none;
padding-left:0px;
margin-bottom:5px;
}

.xpand{
display:none; 
border:1px solid #bbb;
}

.red{
border:1px solid red;
}

.content{

text-indent:15px;
text-align:justify;
}