/* CSS for background,colors,images,text colors */
body {
background-color: #3d3d3d;
background-image: url(../assets/images/background.gif);
background-repeat: repeat;
color: #000000;
}
a:link, a:visited{
color:#9C2C3C;
}
a:hover{
color:#FFFFFF;
background:#9C2C3C;
}
#container{
border:2px solid #000000;
background:#FFFFFF;
}
#directors_sidebar{
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
background-color: #DEDCDC;
background-image: url(../assets/images/home_image.jpg);
background-repeat: no-repeat;
background-position: center 4px;
}
#directors_sidebar h2,#events_sidebar h2{
color:#333333;
}
#directors_sidebar h3,#events_sidebar h3,#left_sidebar h3{
border-top-color:#75212E;
border-top-style:dotted;
border-top-width:1px;
color:#620000;
}
#directors_sidebar ul,#events_sidebar ul{
color:#3D3D3D;
}
#events_sidebar{
border:1px solid #CCCCCC;
background:#FFFFCA;
}
#footer{
border-top-color:#333333;
border-top-style:groove;
border-top-width:thin;
background-color: #DEDCDC;
}
#header{
background:url(../assets/images/banner.jpg) #9C2C3C no-repeat left top;
}
#main_content_home h2{
border-bottom-color:#3D3D3D;
border-bottom-style:dotted;
border-bottom-width:1px;
color:#9C2C3C;
}
#main_content_home h4{
color:#666666;
}
#main_content_home p ul{
color:#333333;
}
#main_content_general h2 {
border-bottom-color:#3D3D3D;
border-bottom-style:dotted;
border-bottom-width:1px;
color:#9C2C3C;
}
#main_content_general h4 {
color:#666666;
}
#main_content_general p ul{
color:#333333;
}
#nav_bottom a:link,#nav_bottom a:visited {
background:#003366;
color:#FFFFFF;
}
#nav_bottom a:hover {
color:#003366;
background:#999999;
}
#copyright li {
border-left-width: 1px;
border-left-style: solid;
border-left-color: #999999;
}
#nav_top {
background-color:#9C2C3C;
}
#left_sidebar {
border:1px solid #999999;
background-color: #FFFFCA;
}
#left_sidebar h2 {
color:#333333;
}
#left_sidebar li {
color:#9C2C3C;
}
#left_sidebar a:link,#left_sidebar a:visited {
color:#9C2C3C;
}
#left_sidebar a:hover {
color:#FFFFFF;
}
#main_content_general td, th{
border-bottom:1px dotted #9C2C3C;
}
#main_content_general table{
border:1px dotted #9C2C3C;
}