
* {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

body {
 background: #F7F6F3;
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 color: #000;
 padding:0px;}
 
a img{ border: 0px; }

a { text-decoration: none;}

a {
 color: #D35D51;
 font-weight:bold; }

a:hover {   
 color: #000;} 

#languageoutline {
 margin: 5px 5px 5px 5px;
 border: solid 2px #000000;
 padding: 10px;}
/**height:145px;**/

table.languages {
 margin: 0px 0px 0px 0px;
 text-align: center;
 padding: 0px;
 font-size:15px;
 font-family: Verdana, arial, sens-serif;
 border:0px;
}

table#languages tr {
 vertical-align:top;
}

table#languages td {
 background: #4F5C6F;
 text-align: center;
 padding:5px;
 width:50%;
}

table#languages a {
 color: #f4f4f4;
 font-size: 10px;
}

table#languages a:hover {
 color: #E8A132;
}



/****** span tags ******/

.hidden { display:none; }
.clearboth { clear: both; }
.small { font-size: 11px; }
.smaller { font-size: 10px; }
.large { font-size: 17px; }
.larger { font-size: 15px; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }



/****** site container ******/

#container {
 position:relative;
 margin:10px 0px 30px 20px;
 padding:0px;
 border:0px solid #FFF;}



/****** header ******/

#logo {
 position:relative;
 left: 0px; }

#topinfo {
 margin: 0px 20px 20px 0px;
 text-indent:30px;
 font-size: 9px;
 color: #000;
 background: #C0C8CA;
 padding: 2px;
 border: 1px solid #000;}



/****** news ******/

#newscontainer {
 margin: 0px;
 padding: 0px;
 width:175px;
 position:absolute;
 top:140px;
 right:20px;
 border:0px solid #FFF; 
 line-height: inherit;}

.newsbox {
 background: #C0C8CA;
 color: #000;
 font-size:11px;
 margin: 0px 0px 10px 0px;
 padding: 5px;
 border: 1px solid #000;
 line-height: inherit;}



/****** navigation side bar ******/

#navlist { 
 border: 0px solid #FFF;
 position: absolute;
 left:0px;
 top: 140px;
 width:140px;
 line-height: inherit;}
 
#navlist ul {
 list-style: none;
 line-height: inherit;
}

#navlist li a{
 display: block;
 height: 15px;
 width: 135px; 
 padding: 8px 0px 8px 5px;
 margin: 5px 0px 5px 0px;
 background: inherit;
 border-right: 4px solid #F7F6F3;
 /**border-left: 1px dashed #FFF;
 border-top: 1px dashed #FFF;
 border-bottom: 1px dashed #FFF;**/
 color: #000;
 text-transform: lowercase;
 font-size: 14px;
 font-weight:normal;}

#navlist li a:hover, #navlist li a#whitecur {
 border-right: 10px solid #2B2929;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#red:hover, #navlist li a#redcur {
 color: #DA444B;
 border-right: 10px solid #DA444B;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#orange:hover, #navlist li a#orangecur {
 color: #E8A132;
 border-right: 10px solid #E8A132;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#yellow:hover, #navlist li a#yellowcur {
 color: #F1D643;
 border-right: 10px solid #F1D643;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#green:hover, #navlist li a#greencur {
 color: #4EB743;
 border-right: 10px solid #4EB743;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#blue:hover, #navlist li a#bluecur {
 color: #749CDE;
 border-right: 10px solid #749CDE;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#purple:hover, #navlist li a#purplecur {
 color: #7A2C6E;
 border-right: 10px solid #7A2C6E;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}

#navlist li a#darkgrey:hover, #navlist li a#darkgreycur {
 color: #2B2929;
 border-right: 10px solid #2B2929;
 border-left: 2px solid #000;
 font-weight:bold;
 background: #C0C8CA;}
 
#navlist li a:active {
 background: #C0C8CA;
 border-right: 4px solid #4F5C6F;}

#navlist .menubutton {
 margin: 10px 0px 0px 0px;}

/****** content ******/

#content {
 border: 0px solid #FFF;
 margin-left: 170px;
 margin-right: 210px;
 margin-top: 10px;
 margin-bottom: 20px;
 line-height: 14px; 
 font-size: 12px;
 color: #000;
 padding: 0px;
 line-height: 1.3;}
 
#content h1 {
 font-size:20px;
 font-weight: bold;
 text-indent: 15px;
 margin-top: 0px;
 margin-bottom: 10px;
 color: #D35D51;
}

#content h2 {
 font-size: 15px;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 10px;
}

#content h3 {
 font-size: 13px;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 7px;
 text-indent: 10px;
}

#content ul {
 list-style-type: circle;
 margin: 5px 5px 5px 35px;
 line-height: 1.1;
}

#content ul li {
 margin: 0px 0px 7px 0px;
}

#content ul.close li {
 margin: 0px 0px 1px 0px;
}

#content .standout {
 width: 75%;
 background: #C0C8CA;
 color: #000;
 font-size:12px;
 font-weight:bold;
 padding:10px;
 text-align:center;
 border: 1px solid #000;
 line-height: inherit;
}

#content input {
 border: 1px solid #000;
 background: #C0C8CA;
 padding: 2px;
 margin: 2px;
 font-weight: bold; }

#content input:hover {
 background: #F7F6F3;
 color: #000;
}

/***** footer ******/

#footer {
 margin-top: 35px;
 font-size: 9px;
 color: #606060;
 border: 0px solid #FFF;}



