<!-- styleConv.css -->
<!-- Styles for IFGE Convention pages -->


body.bg  {
	background-color : Silver;
}

H3  {
	font-family : Times New Roman, Times;
	font-weight : bold;
	font-size : 14pt;
}

H2  {
	font-family : Times New Roman, Times;
	font-weight : bold;
	font-size : 18pt;
}

H1  {
	font-size : 26pt;
}

A.noline-10  {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A:hover.leftlink  {
	font-weight : bold;
	color : black;
	background-color : #ffff99;
	text-decoration : underline overline;
}

.caption  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : white;
}

.captionblack10  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
}

P.title  {
	color : White;
	font-family : Arial, Helvetica, Sans-serif;
	text-align : center;
	font-size : 12pt;
}

P.head_16  {
	font-family : Arial, Helvetica, Sans-serif;
	text-align : center;
	font-size : 16pt;
}

P.head_18  {
	font-family : Arial, Helvetica, Sans-serif;
	text-align : center;
	font-size : 18pt;
}

.tbl_500  {
	width : 500;
}

P.bottom_links  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

A.bottom_links  {
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
	text-align : center;
}

.green  {
	color : Green;
}

.red  {
	color : #CC0000;
}

.blue  {
	color : Blue;
}

.center_10  {
	text-align : right;
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.ital  {
	font-style : italic;
}

.FirstLetter  {
	font-weight : bold;
	font-size : larger;
}

.noserifbold28  {
	font-weight : bold;
	font-size : 28pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserifbold22  {
	font-weight : bold;
	font-size : 22pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserifbold14  {
	font-weight : bold;
	font-size : 14pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserifbold12  {
	font-weight : bold;
	font-size : 12pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserifbold10  {
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserif12  {
	font-size : 12pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserif10  {
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserif09  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.noserifsmaller  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}

.2xbold  {
	font-size : 135%;
}

.bold2x  {
	font-size : 100%;
}

.noserifsmallerbold  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
}

/* ~~~~~~~~ start putting site-named and usage-named styles here ~~~~~~~~ */
/* Try to name with the intended use, like ifge_body_text not body_text. However, if a style is already named generically, it's first use (usually for TEUSA) is it's prime use, so add to the name for other uses. */

div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:auto;
	top: 6px;
	bottom: 6px;
	width:750px;  
	background-color: #ffffcc;
	border: black ridge 1px;
}

div#head {
    position: absolute;
    width:750px;
    height:100px;
    left:0px;
    top: 0px;
    background-color: #FFFF66;
}
div#columns {
    position: relative;
    width: 750px;
    top: 0px;
    background-color: #ffffcc;
	margin-top : 8px;
	margin-bottom : 8px;
	left : 0;
}

div#content {
    position: relative;
    width: 490px;
    top: 0px;
    left: 20px;
    background-color: #ffffcc;
}

div#sideBarRight {
    position:absolute;
    width:240px;
    top: 0px;
    left: 510px;
    background-color: #ffffcc;
}
.TE_title_big {
	font-weight : normal;
	font-size : 30px;
	font-family : Georgia,Times New Roman,Book Antiqua,serif;
	letter-spacing : 1px;
}
.TE_title_medium {
	font-weight : normal;
	font-size : 24px;
	font-family : Georgia,Times New Roman,Book Antiqua,serif;
	letter-spacing : 1px;
}
.TE_title_small {
	font-weight : normal;
	font-size : 20px;
	font-family : Georgia,Times New Roman,Book Antiqua,serif;
	letter-spacing : 1px;
}
.fiesta_title_medium {
	font-weight : normal;
	font-size : 24px;
	font-family : Book Antiqua,Georgia,Times New Roman,serif;
	letter-spacing : 1px;
}

.fiesta_title_small {
	font-weight : normal;
	font-size : 20px;
	font-family : Book Antiqua,Georgia,Times New Roman,serif;
	letter-spacing : 1px;
}

.fiesta_title_big {
	font-weight : normal;
	font-size : 30px;
	font-family : Book Antiqua,Georgia,Times New Roman,serif;
	letter-spacing : 1px;
}

.fiesta_para_topper {
	color: #de8550;
	font-weight : bold;
}

.bodyText {
	font-family : Verdana,Tahoma,Helvetica,Arial,Sans-serif;
	font-size : .8em;
}

.bodyTextJustified {
	font-family : Verdana,Tahoma,Helvetica,Arial,Sans-serif;
	font-size : .8em;
	text-align : justify;
	padding-right : 8px;
}
.bodyTextsmall {
	font-family : Verdana,Tahoma,Helvetica,Arial,Sans-serif;
	font-size : .7em;
}

.para_topper {
	color: Blue;
	font-weight : bold;
}

.form_prompt  {
	font-weight : bold;
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.form_text  {
	font-size : 10pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.form_text_small  {
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-serif;
}

.reg_form_prompt  {
	font-weight : bold;
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
}
.reg_form_prompt_req  {
	color : #cc0000;
	font-weight : bold;
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
}
.reg_form_text  {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-serif;
}
.form_money {
	font-weight : bold;
	color : green;
}
.HeadlineDividerBlue  {
	font-size : larger;
	font-weight : normal;
	background-color : #99ccff;
	font-family : arial,helvetica,sans-serif;
	margin-bottom : 4;
}

.HeadlineDividerBlue_DayHeadline  {
	font-size : larger;
	font-weight : normal;
	background-color : #99ccff;
	margin-bottom : 4;
	color : blue;
	text-align : center;
	margin-right : 8;
}

.HeadlineYellow  {
	font-size : 150%;
	font-weight : bold;
	background-color : #ffff99;
	font-family : georgia,Times New Roman,serif;
	padding : 8;
	margin-bottom : 4;
	border-width : 1px;
	border-color: black;
	border-style: solid;
	margin-right: 8px; /* to match left side kludge */
	text-align : center;
}

.HeadlineDividerLtGreen  {
	font-size : larger;
	font-weight : normal;
	background-color : #99ff99;
	font-family : arial,helvetica,sans-serif;
	margin-bottom : 4;
}

.presenter {
	font-style: italic;
}

.presenter2 {
	color: #660000;
	font-weight : bold;
}

.workshop {
	font-style: italic;
}

.schedule_meals {
	color: green;
}

