:root{
    --KoC_Gold:#f7b718;
    --KoC_Navy:#112866;
    --KoC_Blue:#0077D9;
    --KoC_Red:#CB0E0E;
}

body{
    margin:0px;
    padding:0px;
    background-color:black;
    overflow-x:hidden;
    overflow-y:scroll;
}

#content{
    position:relative;
    border:0px;
    width:700px;
    height:50%;
    margin:0px;
    padding:0px;
    overflow-y:visible;
    color:white;
    font-family:arial;
    font-size:20px;
    text-align:left;
}

#content_home{
    text-align:justify;
}

#header{
    position:relative;
    border:0px;
    width:100%;
    height:180px;
    margin:0px;
    padding:0px;
}

#footer{
    position:absolute;
    bottom:0px;
    border:0px;
    background-color:white;
    width:100%;
    height:40px;
    margin:0px;
    padding:0px;
}

.link_main{
    font-size:24px;
    font-family:arial;
    font-weight:bold;
    color:gray;
    text-decoration:none;
    padding:7px;
}
.link_main:hover{
    color:silver;
}

.divbar{
    width:100%;
    height:0px;
    margin:0px;
    background-color:#1c33a5;
}
#divbar_bottom{
    position:absolute;
    bottom:40px;
}

#logo_left{
    position:absolute;
    left:0px;
    top:0px;
    height:180px; /* logo must be >= 72px */
}

#logo_right{
    position:absolute;
    right:0px;
    top:0px;
    height:180px; /* logo must be >= 72px */
}

#main{
}




.org_header{
    font-weight:bold;
    font-size:28px;
}

.org_position{
    font-weight:bold;
    color:gray;
}

.org_member_name{

}

.org_email_link{
    text-decoration:none;
}




.font_home_events{
    color:var(--KoC_Blue);
}



.font_events_header{
    font-size: 40px;
    color:var(--KoC_Gold);
}

.font_events_date{
    font-size: 25px;
    color:var(--KoC_Red);
    text-decoration: underline;
}

.font_events_title{
    font-size:35px;
    font-weight:bold;
}

.font_events_location{
    color:var(--KoC_Blue);
}

.font_events_time{
    color:silver;
}

.font_events_description{

}

.font_events_click{
    color:gray;
    font-size:12px;
}



.font_HEADER{
    text-decoration: none;
    font-weight:bold;
}

.font_HEADER_MAJOR{
    font-size: 40px;
    color:var(--KoC_Gold);
}

.font_HEADER_MINOR{
    font-size: 25px;
    color:var(--KoC_Red);
}


.font_member_title{
    color:gray;
    line-height:25px;
    font-weight:bold;
    font-size:14px;
}

.font_member_name{
    font-weight:bold;
    font-size:30px;
    line-height:35px;
}

.font_member_phone{
    color:silver;
    line-height: 30px;
}

.font_member_email{
    color:var(--KoC_Blue);
    text-decoration: none;
    line-height: 30px;
}












.form_table{
	width:100%;
	display:table-row;
}

.form_td{
	width:50%;
	display:table-cell;
	padding:20px;
}

.form_td_left{
		text-align:right;
}

.form_td_right{
		text-align:left;
}
