/* CSS Document */

body {
margin:0px auto;
padding:0px;
color:#333;
background-color:#ccc;
font-size:100.1%;
font-family:Arial, Helvetica, sans-serif;
}

dl dt {
font-weight:bold;
font-size:95%;
}

dl dd {
padding-bottom:8px;
font-size:95%;
}

h1 {
font-size:130%;
color:#000066;
}

h2 {
font-size:115%;
font-style:italic;
text-decoration:underline;
}

p {
line-height:1.3em;
}

#content ul {
list-style-image:url(images/img_list.gif);
}

ul li {
font-size:95%;
padding-bottom:4px;
}


#wrapper {
margin:0px auto;
width:990px;
background-image:url(images/bground.jpg);
background-repeat:repeat-y;
}

#inner_wrapper {
margin:0px 15px;
border-left:1px solid #000066;
border-right:1px solid #000066;
}

#header {
padding-bottom:7px;
text-align:center;
background-color:#fff;
border-bottom:4px solid #000066;
}

#nav {
font-size:90%;
}

#left {
float:left;
width:260px;
margin:35px 0px 0px 0px;
padding:0px 7px;
border-right:2px solid #000066;
}


#content {
float:left;
width:650px;
margin:25px 0px 0px 0px;
padding:0px 15px;
}

#content a, #content a:link {
color:#990000;
text-decoration:underline;
}

#content a:visited {
color:#333;
text-decoration:underline;
}

#content a:hover, #content a:active, #content a:focus {
 color:#333;
 text-decoration:none;
}

#new.read_more a, #new.read_more a:link {
color:#990000;
text-decoration:underline;
font-size:80%;
}

#new.read_more a:visited {
color:#333;
text-decoration:underline;
font-size:80%;
}

#new.read_more a:hover, #new.read_more a:active, #new.read_more a:focus {
 color:#333;
 text-decoration:none;
font-size:80%;
}


#footer {
clear:both;
font-size:65%;
color:#333;
padding:2px 7px 8px 7px;
border-top:1px solid #000066;
}

#footer a, #footer a:link {
color:#333;
text-decoration:underline;
}

#footer a:visited {
color:#990000
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#990000;
text-decoration:none;
}

#new {
float:right;
width:150px;
margin:15px 6px;
padding:6px;
border:2px solid #000066;
}

.bold {
font-weight:bold;
}

.colbottom {
margin-bottom:0 !important
}

.clear {
clear:both;
}

.red {
color:#990000;
}


.xsmall {
font-size:80%;
}

