/* HTML TAGS */

html, body {
	height: 100%;
}

body, p, form {
	margin: 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12px;
}

body {
	background-color: #FBFEE1;
	min-width: 760px;
	text-align: center;
}

/* HEADINGS */
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #2D3272;
	text-align: left;
	/* text-transform: capitalize; */
	font-weight: normal;
}

h1 {
	/* height: 33px; */
	padding-top: 30px;
	padding-left: 15px;
	font-size: 22px;
	border-bottom: solid 1px #CFB662;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: solid 1px #CFB662;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

/* DIV TAGS */

#body_text {
	padding: 15px;
	text-align: left;
}

#nav_main {
	width: 253px;
	height: 76px;
	text-align: left;
	background-image: url('/images/template/headbg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 30px;
	padding-left: 20px;
}

#not_printable {
}

#print_only {
	display: none;
}

/* CLASSES */
p.side_maintitle {
	background-image: url('/images/template/sidetop.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 17px;
	padding-top: 28px;
	padding-bottom: 0px;
	padding-left: 24px;
	height: 35px;
	text-align: left;
	width: 210px;
}

p.side_maintext {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url('/images/template/loop_bgsidetop.gif');
	background-repeat: repeat-y;
	width: 210px;
}

p.side_subtitle {
	background-image: url('/images/template/sidesub_heading.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 17px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	width: 210px;
	height: 30px;
	text-align: left;
}

p.side_subtext {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 210px;
}

.smalltext {
	font-size: 10px;
}

.body_text_title {
	font-weight: bold;
	color: #2D3272;
}

#login_details a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#conference_title, #login_details {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	padding-top: 10px;
	height: 50px;
}

#header {
	background-image: url('/images/template/headloop.gif');
	background-repeat: repeat-x;
}

#footer {
	background-image: url('/images/template/foot_loop.gif');
	background-repeat: repeat-x;
}

#footer, #footer a {
	color: #000000;
}

#footer_left {
	background-image: url('/images/template/foot_left.gif');
	background-repeat: no-repeat;
}
#footer_contact {
	background-image: url('/images/template/foot_contact.gif');
	background-repeat: no-repeat;
}
#footer_right {
	background-image: url('/images/template/foot_right.gif');
	background-repeat: no-repeat;
}



#last_modified {
	font-size: 10px;
	width: 250px;
	text-align: right;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
}

#info_box {
	padding: 5px;
	background-color: #FFFFCC;
	border: solid 1px #CFB662;
	width: 400px;
}

#body_container {
	width: 100%;
	background-color: #FFFFDE;
}

#template_right {
	background-image: url('/images/template/loop_bgright.gif');
	background-repeat: repeat-y;
}

#template_left {
	background-image: url('/images/template/loop_bgleft.gif');
	background-repeat: repeat-y;
}

#sidepanel {
	max-width: 236px;
	background-color: #F0ECC3;
}

#navbg {
	background-image: url('/images/template/loop_bgnav.gif');
	background-repeat: repeat-x;
}
