@charset "UTF-8";
/* CSS Document */

html,body {
margin: auto 0;
padding:0;
}

body {
font: 76% verdana, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

p {
margin: 0 10px 10px;
}

#wrapper {
margin:auto;
width:721px;
background-color:#6699CC;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
}

#header {
height:100px;
margin:0;
background-image:url(images/new_head.png);
}

#header h1 {
height:80px;
line-height:80px;
margin:0;
padding-left:10px;
background: #EEE;
color: #79B30B;
}

#container {
text-align:left;
width:700px;
margin:0 auto;
}

#navigation {
background:#6699CC;
float:left;
width:200px;
height:250px;
}

#navigation ul {
margin:20px 0 0 0;
padding:0;
list-style-type: none; 
}

#navigation li {
margin-left: 16px;
}

#navigation a {
display:block;
padding-bottom:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333366;
text-decoration:none;
font-weight:bold;
}

#extra {
width:200px;
height:134px;
background: #6699CC url(images/building3.png) top left no-repeat;
float:left;
clear:left;
}

#content {
/*background-image:url(images/windows2.gif);
background-repeat:repeat-y;
min-height:517px;
overflow:hidden;*/
background-color:#CCCC99;
/*min-height:517px;*/
height:100%;
float:right;
width:500px;
}

#content h2 {
margin: 16px 6px 20px 16px;
font-size: 14px;
text-decoration:underline;
}

#content h4 {
margin: 16px 6px 26px 16px;
color: #333300;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
}

#content p {
margin: 4px 10px 4px 16px;
line-height:1.4;
}

#content a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333366;
text-decoration:none;
font-weight:bold;
}

#content ul, ul li, ul ul, ul ul li {
margin-right:10px;
}

#footer {
height: 40px;
background-color:#003366;
clear:both;
width:100%;
color:#fff;
}

#footer p {
margin:0;
padding: 10px;
}

.left {
float:left;
margin: 4px 16px 16px 16px;
border: #333333 1px solid;
}

.right {
float:right;
margin: 0px 16px 16px 16px;
border: #333333 1px solid;
}

.bold {
font-weight:bold;
}

.italic {
font-style:oblique;
}

.tabletext {
font-size:9px;
margin:2px;
}