/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin-top: 0;
}

body {
margin: 1cm;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}

h1, h2, h3 {
font-weight: normal;
color: black;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}



/* Header */

#header {
height: 110px;
margin: 0 auto;
}

#header h1, #header p {
margin: 0;
font-weight: bold;
}

#header h1 {
padding: 10px 0 0 30px;
/*text-transform: lowercase;*/
font-size: 240%;
}

/*
#header p {
margin: -5px 0 0 0;
padding: 0 0 0 20px;
text-transform: uppercase;
font-size: 85%;
}
*/


#header a {
text-decoration: none;
color: black;
}

/* Menu */

#menu {
visibility:hidden;
display:none;
}


#page {
}

/* Content */

#content {
}

.boxed {
background: #121B23;
border: 1px dotted #000000;
}

.boxed .title {
margin: 0;
padding: 5px 20px;
background: #000000;
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}

.boxed .content {
padding: 20px;
}

/* Sidebar */

#sidebar {
display: none;
}


/* Search */

#search {
display: none;
}


#searchform {
display: none;
}

#searchfield {
display: none;
}

#searchsubmit {
display: none;
}

/* Submenu */

#submenu a {
padding-left: 15px;
background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
height: 100px;
margin: 0 auto;
padding: 30px 0 0 0;
}

#footer p {
margin: 0;
padding: 0 0 0 40px;
font-size: 77%;
color: black;
}
