

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: url('images/background.top.jpg')
}

h1 {
    padding: 10px 0 0 30px;
    font-size: 40px;
    letter-spacing: -2px;
    color: #FFFFFF;
	background-color:#00688F;
}

h1 a, h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
    color: #348BB4; 
}

p {
    padding: 10px 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: .85em;
    text-transform: uppercase;
    color: #A6DEF4;
}

a {
    color: #3FA7D8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    width: 100%;
    min-width: 980px;
    height: 200px;
    background: url('images/background.top.jpg');
}

#header2 {
    width: 980px;
    margin: 0 auto;
}

#logo {
	height: 170px;
	background: url('images/header.jpg') no-repeat top;
}

#ntext {
	width: 580px;
	padding-left:2px;
	padding-top: 0px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#004267;
	/*background-color:#004267;*/
	}

/* menu */

#menu {
    height: 50px;
    text-align: center;
    background: #A9DB62 url('images/menu.jpg') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 6px;
}

#menu ul li {
    display: inline;
    padding: 0;
    font-size: 18px;
    line-height: 44px;
}

#menu ul li a {
    padding: 0 30px;
    text-shadow: -1px -1px 0px #99CF45;
 
    text-decoration: none;
    color: #FFFFFF;
}

#menu ul li a:hover {
    color: #E2F4C4;
}

/* main */

#main {
    width: 100%;
    min-width: 680px;
    
}

#main2 {
    width: 800px;
    margin: 0 auto;
    padding: 60px 30px 0 30px;
	background: #FFF url('images/footer.gif') repeat-x top;
}

/* sidebar */

#sidebar {
    float: left;
    width: 190px;
    padding-bottom: 30px;
}

#sidebar h2 {
    padding: 0 0 6px 20px;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: -1px;
    background: url('images/h2.gif') repeat-x;
}

#sidebar .box {
    padding: 0 10px 30px 20px;
}

#sidebar p {
    text-align: left;

}

#sidebar ul {
	list-style: none;
	padding: 5px 0 5px 0;
	color: #6EB3BA;
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 2em;
    border-bottom: 1px solid #6EB3BA;
	font-size:13px;
	font-weight:bold;
}

#sidebar ul li a {
    padding: 0;
}

/* content */

#content {
    float: right;
    width: 580px;
    padding-bottom: 5px;
}

#content li{
    padding-left: 10px;
	list-style-type: square;
	list-style-position:inside;
	line-height: 1.5em;
}

#content .post {
    padding: 0 0 25px 0;
}

#content h2 {
    font-size: 22px;
    letter-spacing: -2px;
}

#content h2 a {
    color: #348BB4;
    text-decoration: none;
}

p.postmeta {
    font-size: .85em;
}

#content .entry {
    padding: 0px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    width: 100%;
    min-width: 820px;
    
}

#footer2 {
    width: 860px;
    margin: 0 auto;
    padding-top: 30px;
	background: url('images/footer.gif') repeat-x top;
}

#footer p {
    font-size: .85em;
    text-align: center;
    color: #7C7C7C;
}

#caseta1 {
	float: left;
	width:540px;
	padding:5px;
	border: 0px solid #2851a9;
	margin:5px;
	}
#caseta2 {
	float: right;
	width:270px;
	padding:5px;
	border: 0px solid #2851a9;
	margin:5px;
	}