/* Imported Styles
----------------------------------------------- */
@import url("../css/layout.css");


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/* GENERAL STYLES */
h1 {
font-size: 120%;
margin: 10px 0px;
}

h2 {
font-size: 105%;
margin: 10px 0px 3px 0px;
}

h3 {
font-size: 100%;
margin: 8px 0px 2px 0px;
}

img 
{
  border: 0;
}

input.fields{
background-color:#fff !important;
}


.quote {
color:#4483dc;
font-style:italic;
}

/*content */

#content {
width: 575px;
}

#content p {
text-align:justify;
margin-left: 30px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
line-height:1.8em;
}


#content a {
text-decoration:none;
color:rgb(167,68,191);
}

#content a:hover, a:focus {
color:rgb(214,47,224);
}


#content h1 {
margin-left: 30px;
margin-right: 20px;
color: #4483dc;
}

#content h2 {

/*color: #bf30b3;*/
margin-left: 30px;
margin-right: 20px;
}

#content h3 {
margin: 30px 15px 20px 30px;
color: #4483dc;
}

#content ul {
margin: 20px 20px 20px 30px;
}

#content ul li{
margin: 8px 0 8px 30px;
text-align:justify;
list-style-type:circle;
}



/* sidebar */
#sidebar a {
text-decoration:none;
font-weight:100;
color:rgb(167,68,191);
font-weight:bold;
}

#sidebar a:hover, #sidebar a:focus  {
text-decoration: none;
color:rgb(214,47,224);
}

#sidebar ul li {
margin-left: 6px;
}


/* contact box */
#contact a {
size: 11px;
text-decoration:none;
color:rgb(167,68,191);
}

#contact a:hover, a:focus {
color:rgb(214,47,224);
}

ul.no-bullet li {
list-style:none;
}
