/* CSS Document */

/* Copyright © 2009 CodeForward Software, LLC */

/* For compatibility purposes with older versions of Internet Explorer, the CodeForward site uses a mixture of HTML and CSS formatting. */

body {
background-color: #FFFFFF;
color: #716F6E;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1.0em;
}

p {
font-size: .8em;
}

ol {
font-size: .8em;
}

ul {
font-size: .8em;
}

table {
font-size: 1.0em;
}

a:link {
color: #008BC6;
text-decoration: none;
}

a:visited {
color: #008BC6;
text-decoration: none;
}

a:hover {
color: #FF6600;
text-decoration: none;
}

a:active {
color: #FF6600;
text-decoration: none;
}

#header {
padding-top: 30px;
padding-bottom: 10px;
}

#search {
color: #008BC6;
padding-right: 5px;
}

#navbar {
line-height: 1.7em;
border-bottom: 1px dashed #FF6600;
padding-top: 20px;
padding-bottom: 10px;
}

/* Begin "root" template specific rules. */

#headline {
background-color: #DDE5EE;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 30px;
padding-bottom: 30px;
}

#rootcolumn1 {
border-right: 1px dashed #FF6600;
padding-right: 20px;
}

#rootcolumn2 {
border-right: 1px dashed #FF6600;
padding-left: 20px;
padding-right: 20px;
}

#rootcolumn3 {
padding-left: 20px;
}

/* End "root" template specific rules. */

/* Begin "general" template specific rules. */

#sidenav {
line-height: 1.7em;
margin-top: 20px;
margin-right: 20px;
padding-bottom: 10px;
border-bottom: 1px dashed #FF6600;
}

#main-text {
border-left: 1px dashed #FF6600;
margin-top: 20px;
padding-left: 20px;
}

/* Begin "news article" template specific rules.  Note: these IDs are used only for identifying content, not formatting. */

#news-headline {
}

#news-article {
}

/* End "news article" template specific rules. */

/* End "general" template specific rules. */