/* Teen Challenge of St. Louis CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#left {
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	padding-bottom: 100%;

}

#right {
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;

}

#container {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}

#masthead {
    display: none;
}

#sectionheader {
    display: none;
}

#mainmenu {
    display: none;
}

#main-home {
    padding: 10px 15px 25px 15px;
}

#main {
    padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

#title-bar {
    background-color: #C0C2E2;
    height: 40px;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

#title-bar img {
    padding: 0px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* START Submenu Style */

#submenu {
  display: none;
}

.level1 {
	line-height: 22px;
}

.level1 a {
    line-height: 22px;
	padding-left: 0px;
}

.level1 a:link {
    color: #020B8D;
    text-decoration: none;
}

.level1 a:visited {
    color: #020B8D;
    text-decoration: none;
}

.level1 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.level1 a:active {
    color: #020B8D;
    text-decoration: none;
}

.current-level1 {
    background-color: #020B8D;
	line-height: 22px;
}

.current-level1 a {
    padding-left: 0px;
}

.current-level1 a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level1 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level1 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.current-level1 a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.level2 {
	line-height: 22px;
}

.level2 a {
    padding-left: 5px;
}

.level2 a:link {
    color: #020B8D;
    text-decoration: none;
}

.level2 a:visited {
    color: #020B8D;
    text-decoration: none;
}

.level2 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.level2 a:active {
    color: #020B8D;
    text-decoration: none;
}

.current-level2 {
    background-color: #020B8D;
	line-height: 22px;
}

.current-level2 a {
    padding-left: 5px;
}

.current-level2 a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level2 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level2 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.current-level2 a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.white {
    vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

/* END Submenu Styles */

/* START Home Page Styles */

#homegethelp {
    background-color: #FCE6E4;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homegethelp p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homegethelp p.welcome {
    color: #E22612;
	font-size: 11pt;
	line-height: 16pt;
}

#homegethelp p.more {
    color: #E22612;
	font-weight: bold;
	text-align: right;
}

#homegethelp a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homegethelp a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homegethelp a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homegethelp a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp {
    background-color: #E2E3F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homehowhelp p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homehowhelp a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homehowhelp a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents {
    background-color: #F7ECD8;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homenewsevents h1 {
    font-size: 9pt;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#homenewsevents p + h1 {
    padding-top: 10px;
}

#homenewsevents p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homenewsevents p.more {
    color: #F9A000;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

#homenewsevents a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homenewsevents a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* END Home Page Styles */

/* START Content Page Styles */

#content {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
	padding: 15px 20px 15px 20px;
	text-align: left;
	vertical-align: top;
	width: 560px;
}

#content p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content table {
    margin: 0px;
}

p#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
    
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
    
}

/* END Content Page Styles */
