/***** Page *****/
body {
background-color: #ddd;
color: #333;
font-family: "Lucida Grande", arial, verdana, sans-serif;
font-size: .9em;
margin: 0;
padding: 0;
}

table {
border-spacing: 1px;
}
body a:visited {
text-decoration: none;
border: 0;
}

.left {
float: left;
padding: 0;
text-align: left;
font-size: 1em;
font-weight: normal;
display: inline;
}

.right {
display: inline;
float: right;
text-align: right;
padding: 0;
font-size: 1em;
font-weight: normal;
}

.center {
text-align: center;
margin: auto;
}

/***** Wrapper *****/

#wrapper {
background: #eee;
margin: -4px auto;
padding: 0;
}

/***** Top  *****/

#top {
background: url(/images/_layout/header_bg.png) no-repeat ;
background-color: #0092C1;
border-bottom: 4px solid #fff;
border: 0px solid #CCCCCC;
margin-top: 3px;
height: 81px;
cursor: hand;
cursor: pointer;
}


#top .left {
margin: 4px 0 0 8px;
}

#top .right {
margin: 4px 8px 0 0;
}

#top a {
background: inherit;
color: #fff;
text-decoration: none;
}

#top a:hover {
text-decoration: underline;
}

#header_divider {
background-color: #FFFF0A;
padding: 1px;
}

/***** Navigation *****/

#navigation ul,#navigation li {
margin: 0;
padding: 0;
}

#navigation {
background: #ddd;
color: #fff;
font-size: 11px;
height: 2em;
line-height: 2em;
border-bottom: 2px solid #ccc;
/*border-top: 1px solid #ccc;*/
}

#navigation li {
float: left;
list-style: none;
white-space: nowrap;
border-right: 0px solid #ccc;
}

#navigation li a {
background: inherit;
color: #333;
display: block;
font-weight: normal;
padding: 0 15px;
text-decoration: none;
text-transform: uppercase;
}

* html #navigation a {
width: 1%;
}

#navigation .selected,#navigation a:hover {
background: #ffff0A;
color: #333;
text-decoration: none;
}

/***** Content *****/

#content {
clear: both;
background: #fff;
width: 95%;
margin: auto;
text-align: left;
/* uncomment to add back in line seperating two columns
border-right:1px solid #999999; */
}

#content h3 {
color: inherit;
font-size: 14px;
margin: 0;
padding: 10px 5px 0 0;
text-align: left;
background: inherit;
}

#content h4 {
color: inherit;
font-size: .7em;
margin: 0;
padding: 0 0 0 10px;
font-weight: normal;
background: inherit;
}


#content a {
text-decoration: none;
}

#content a:hover {
text-decoration: none;
}

#content #main_body {
padding-left: 15px;
padding-right: 15px;
}
 
/***** Side Content *****/
#sidecontent {
margin: 0;
float: right;
width: 164px;
}

#sidecontent ul {
color: #333;
list-style: none;
padding: 0;
margin: 0;
background: inherit;
}

#sidecontent li {
padding: 0.1ex 0;
}

#sidecontent li a {
color: #000;
text-decoration: none;
font-size: 1em;
display: block;
padding: 8px 20px;
background: inherit;
}

#sidecontent li a:hover {
background: #94CC29;
color: white;
}

#sidecontent h4 {
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 10px 0 2px 15px;
}

/***** Footer *****/

#footer {
background: #ddd;
clear: both;
color: #333;
font-size: .8em;
height: 1.8em;
line-height: 1.8em;
padding: 10px;
text-align: center;
margin-top: 20px;
}

#footer a {
background: inherit;
color: #333;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
background: #333;
color: #fff;
}

#footer .left {
margin: 0 0 0 8px;
}

#footer .right {
margin: 0 8px 0 0;
}

fieldset {
border: 3px solid #ddd;
margin: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
}

legend {
color: #333;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
font-size: 14px;
}

#reg_form {
margin-left: auto;
margin-right: auto;
}

#google_adsense {
margin: 0 auto;
width: 75%;
text-align: left;
margin-top: 25px;
}

.archived {
background-color: #ffffcc;
}

.error {
color: #CD1A00;
}

.intro {
font-size: 1.4em;
}
