css {
	font-family: "Trebuchet MS", Helvetica, Arial, "Sans-serif";
	font-size: 11px;
	color: #2e5f83;
	margin-left: 5px;
}

h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, "Sans-serif";
	font-size: 11px;
	font-weight:lighter
	text-decoration: none;	
}
/* basic elements */
*{
    padding: 0;
    margin: 0;
}

body{
	font-family: "Trebuchet MS", Helvetica, Arial, "Sans-serif";
	color: #ccc;
    font-size: 11px;
    line-height: 18px;
	margin:0px;
	padding:0px;
	background: #000 url("images/bground.gif") repeat;
}
h3{
color: #6498ca;
    margin-bottom: 12px;
}
p{
    font-family:  Verdana, "Trebuchet MS";
    margin: 0 0 12px 0px;
 }
.textblock{
    margin:20px 0 0px 0px;
    background: #d2eafe;
    padding:15px 30px 30px 35px;
}
#header{
    background: #000;
    margin: 0 0 15px 0;
    padding:10px 0px 10px 0px;

}
#header h1{
    display: none;
}
#container{
    background: #1e2633;
    border: 10px solid #000;
    width: 960px;
    margin:15px auto 10px auto;
    padding:0px;

}
#contentbox{
    padding:0 10px 0px 10px;
    height:100%;
    background: transparent url("images/contentbground.gif") repeat-y;
}
#contentbox2{
    padding:0 10px 0px 10px;
    height:100%;
    background: transparent url("images/contentbground2.gif") repeat-y;
}

#contentbox3{
    padding:0 10px 0px 10px;
    height:100%;
    background: transparent url("images/contentbground3.gif") repeat-y;
}
#quirkyfooter{
    clear:both;
}
#quirkyfooter p{
    display: none;
}
#middlecol{

    width: 260px;
    padding: 10px;
    padding-right: 0;
    margin-left: 10px;
    float:left;
    padding-left:0;
    padding-top: 66px;
}
#middlecol2{
/*background:#3a6790;*/
    width: 430px;
    padding: 10px;
    padding-right: 0;
    margin-left: 10px;
    float:left;
    padding-left:0;
    padding-top: 66px;
}
#middlecol3{
/*background:#3a6790;*/
    width: 770px;
    padding: 0px;
    padding-right: 0;
    margin-left: 10px;
    float:left;
    padding-left:0;
    padding-top: 0px;
}

#middlecol p, #middlecol2 p{
margin:0;
    font-size:11px;
    font-family: Helvetica, Arial, "Sans-serif";
    color: #2e5f83;
    padding:8px 10px 5px 10px;
    line-height:13px;
/*    background: #aac5db;*/
}
#middlecol .cont, #middlecol2 .cont{
    margin-bottom: 180px;
}
#middlecol2 .cont{
    margin-bottom: 70px;
}

#textcol1{
    margin-left: 10px; 
    background: #a7cced;
    width: 501px;
    padding: 0px 0 0px 0px;
    float:left;
}
#textcol2{
    margin-left: 10px;
    background: #a7cced;
    width: 330px;
    padding: 0px 0 0px 0px;
    float:left;
}
#textcol1 p, #textcol2 p{
    color: #122334;
}
#textcol1 h2, #textcol2 h2{
padding-top:30px;
    background: #a7cced;
    font-weight: bold;
    font-size: 20px;
    color: #0c2430;
    font-style: italic;
    margin-left: 21px;
}
#textcol1 h3, #textcol2 h3{
    font-weight: bold;
    color: #192844;
    padding-left: 10px;
    border-left: 16px solid #aac5db;
    margin: 30px 0 13px 0;
}
#menucol{
    width: 158px;
    background: transparent;
    float:left;
}
#menu{
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 20px;
    background: #4181b1;
}

#menu li{
    color: #294467;
    list-style: none;
}

.auxbox {
    border-top:10px solid #1e2633;
    font-weight: normal;
    min-height:100px;
    padding: 20px 20px;
    background: #263a51;
}
.auxbox p {
    font-size:11px;
    font-family: Helvetica, Arial, "Sans-serif";
}
.auxbox2 {
    border-top:10px solid #1e2633;
    font-weight: normal;
    padding: 20px 20px;
    background: #263a51;
}
.darioquote{
    font-size: 20px;
    font-family: verdana;
}
#footer {
    background: #263a51;
    margin:10px;
    margin-top: 10px;
    min-height: 20px;
    clear: both;
    padding:0px 10px;
}
/*LINKS*/
a {
    text-decoration: none;
    color: #fff;
}
a:link {
    text-decoration: none;
    color: #fff;
}
a:visited {
    text-decoration: none;
    color: #eee;
}
a:hover {
    text-decoration: underline;
    color: #fff;
}
a:active {
    text-decoration: none;
    color: #fff;
}
#textcol1 a, #textcol2 a  {
    text-decoration: none;
    color: #4588bb;
}
#textcol1 a:link, #textcol2 a:link {
    text-decoration: none;
    color: #4588bb;
}
#textcol1 a:visited, #textcol2 a:visited {
    text-decoration: none;
    color: #4588bb;
}
#textcol1 a:hover, #textcol2 a:hover {
    text-decoration: underline;
    color: #4588bb;
}
#textcol1 a:active, #textcol2 a:active {
    text-decoration: none;
    color: #4588bb;
}
#menu a:hover {
    text-decoration: none;

}