/* Style sheet for 1stchurchyouth.com website */

body {
font-family: Verdana, sans-serif;
font-size: 12px;
background-image:url(images/wallpaper.gif);
background-repeat:repeat;
color:#383838;
}

h1 {
font-size:16px;
color:#3E7797;
text-align:left;
font-weight:normal;
}

h2 {
font-size:14px;
color:#3E7797;
text-align:left;
font-weight:normal;
text-transform:uppercase;
}

h3 {
font-size:14px;
color:#3E7797;
text-align:left;
font-weight:normal;
}

a {
text-decoration: underline;
color:#3E7797;
}

a:hover {
color:#026F01;
}

img {
border: none;
}

ul.youth_bullet{
	list-style-image:url(images/youth_bullet.gif);
}

hr {
border:0;
width:100%; 
height:1px;
color:#5C91AD;
background-color:#5C91AD;
}

#page {
text-align: left;
width: 800px;
margin: 0px auto;
}

#header {
width: 800px;
text-align: center;
}

.left_nav {
width: 190px;
padding-top:3px;
height: 20px;
text-align: center;
background: url(images/left_nav.gif);
}

/* Encompasses left_panel and right_panel */
#main_content {
width:800px;
}

#left_panel {
float:left;
width: 190px;
color:#000000;
font-size:12px;
}

#left_panel a {
text-decoration: none;
font-weight:normal;
color:#000000;
}

#left_panel a:hover {
text-decoration: underline;
font-weight: normal;
color:#E00707;
}

#left_panel_highlights {
font-size:11px;
margin-left:10px;
margin-right:10px;
}

#left_panel_highlights a {
color:#E00707;
text-decoration:underline;
}

#left_panel_highlights a:hover {
color:#026F01;
text-decoration:underline;
}

#right_panel {
float:right;
width: 570px;
text-align: left;
background:#FFFFFF;
padding:15px;
}

.link_lists {
text-align:left;
}

.link_lists a {
color:#383838;
text-decoration:none;
}

.link_lists a:hover {
color:#026F01;
text-decoration:underline;
}

#full_panel {
width: 770px;
padding:15px;
background:#FFFFFF;
text-align:left;
}

#footer {
text-align:center;
padding-top:12px;
width: 800px;
height: 120px;
font-size:10px;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
}

#footer a {
color:#383838;
text-decoration: underline;
}

#footer a:hover {
color:#E00707;
}

#label_panel {
width: 560px;
height:15px;
padding: 5px;
background: #DFEEF6;
margin-top:20px;
}

.centered_image {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}

.green_text{color:#026F01;}
.red_text{color:#E00707;}
.blue_text{color:#3E7797;}

.blue_text_title {
color:#3E7797;
font-size:15px;
text-align:left;
font-weight:normal;
text-transform:uppercase;
}

.gold_emph {
font-style: italic;
color:#C58014;
font-size: 16px;
}
.emph {font-style: italic;}
.strong_emph {font-style: italic;font-weight:bold;}
.bold_emph {font-weight:bold}
.table_fill {background:#ECECEC;}

.table_row1 {background:#DAFAE0;}
.table_row2 {background:#DFEEF6;}


