body
{
    font-family : sans-serif;
    font-size : 14px;
    color : black;
    background-color : blue;
    background-image : url('back03.png');
}

.eventname
{
    color : blue;
    font-size : 26px;
    text-align : center;
    display : block;
    font-weight : bolder;
}
.eventtype
{
    color : black;
    font-size : 22px;
    text-align : center;
    display : block;
    font-weight : bolder;
}
.eventdate
{
    color : black;
    font-size : 22px;
    text-align : center;
    display : block;
}
.eventtown
{
    color : #777777;
    font-size : 18px;
    text-align : center;
    display : block;
}

ul
{
    margin : 3px 0px 0px 20px;
}

table#hold_table
{
    width : 100%;
    text-align : center;
}
table#main_table
{
	/*background-image : url('back02.png');*/
	background-color : #FFFFFF;
    margin-left : 4%;
    margin-top : 2%;
    margin-bottom : 40px;
}
table#main_table tr td
{
	vertical-align : top;
    text-align : left;
}

img.head_pict
{
	padding-top : 30px;
	position : absolute;
	padding-left : 5px;
}
img.head_pict_main
{
	padding-top : 30px;
	position : absolute;
	margin-left : -30px;
}
td.section_pict
{
	width : 75px;
}
td.section_pict img
{
	position : absolute;
	margin-top : -20px;
	margin-left: 20px;
	
}

td.section_between
{
    background-color : blue;
    background-image : url('back03.png');
    background-repeat : repeat;
    height : 20px;
}

td.section_head_text
{
    padding-left : 25px;
    font-size : 20px;
    color : red;
    background-color : white;
    padding-top : 10px;
    border-left : solid 3px blue;
}

td.section_body
{
    border : solid 3px blue;
    border-top : none;
    border-right : none;
}

td.section_head
{
    padding-top : 20px;
    background-color : blue;
    background-image : url('back03.png');
    background-repeat : repeat;
    
}

td.tabimage
{
    background-image : url('tab.png');
    background-repeat : no-repeat;
    width : 60px;
    height:40px
}
td.section_text
{
	background-color : White;
	padding-left : 35px;
	width : 555px;
	padding-bottom : 20px;
	padding-top : 10px;
	padding-right : 10px;
}

div.section_head label.head_icon
{
    background-color : white;
    padding-right : 25px;
    padding-left : 100px;
    margin-top : 25px;
    background-color : green;
}
td.section_space
{
	height : 35px;
}

td.section_corner
{
	background-color : White;
	height : 100px;
}
td.section_page table
{
	width : 100%;
	padding-left : 50px;	
}
td.section_page
{
	padding-left : 240px;
    padding-bottom : 40px;
    background-color : white;
    text-align : center;
    border : solid 3px blue;
    border-right : none;
    border-left : solid 15px blue;
}
td.section_updt table
{
	width : 100%;
	padding-left : 50px;
}
td.section_updt
{
    background-color : white;
    border : dashed blue 4px;
    font-size : 16px;
    padding-top : 10px;
    padding-bottom : 10px;
    font-weight : bold;
}
td.section
{
	padding-top : 0px;
	padding-bottom : 30px;	
	padding-left : 30px;
	padding-right : 30px;
}
td.section_one
{
	padding-top : 30px;
	text-align : right;
}
td.section_top
{
	font-size : 10px;
	background-color : blue;
	color : white;
}
td.section_bot
{
    margin-top : 400px;
	background-color : blue;
	padding : 6px 6px 6px 6px;
}
td.section_top table
{
	width : 100%;
}
td.section_top table tr td div
{
	text-align : right;
	padding-right : 10px;
}



