/*----------------------------------------------
	Generic Element Formatting
----------------------------------------------*/
* { margin: 0px; padding: 0px; }

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #CCCC99;
}

a { color: #0099CC; text-decoration: none; }
ul, ol { padding-right: 25px; padding-left: 25px; }
img { margin: 0px; border: 0px solid #FFFFFF; }
p { margin-top: 3px; margin-bottom: 10px; }
table { border: 0px solid #FFFFFF; }

/*---------------------------------------------
	Page Frame Layout
---------------------------------------------*/
div#page_container {
	position: relative;
	width: 100%;
	height: 100%;
}

div#left_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 16%;
	height: 100%;
	vertical-align: top;
	background-color: #CCCC99;
}
div#right_frame {
	position: absolute;
	top: 0;
	right: 0;
	width: 84%;
	height: 100%;
	vertical-align: top;
	background: #FFFFFF url(/images/Template/Template_MENUEDGESHADOW.gif) repeat-y left;
}

div#left_frame div#frame_left_top {
	width: 100%;
	height: 53px;
	background: #CCCC99 url(/images/Template/Template_TR_IEEE.gif) no-repeat right bottom;
}

div#left_frame div#frame_left_middle {
	width: 100%;
	height: 53px;
	background: #CCCC99 url(/images/Template/Template_TR_LEFT1.gif) no-repeat right top;
}

div#left_frame div#frame_left_menu {
	position: absolute;
	right: 0;
	vertical-align: top;
}

div#left_frame div#frame_left_menu table.links {
	padding: 2px;
	border-right-color: #333333;
	border-right-style: dotted;
	border-right-width: 2px;
	margin-right: 3px;
}

div#right_frame div#frame_right_top {
	position: relative;
	width: 100%;
	height: 53px;
	background:url(/images/Template/Template_Top_bg.gif) repeat-x bottom;
	vertical-align: bottom;
}

div#right_frame div#frame_right_top div#frame_right_top_left {
	position: absolute;
	width: 80px;
	height: 53px;
	left: 0;
	background: url(/images/Template/Template_TR_LEFT2.gif) no-repeat left
}

div#right_frame div#frame_right_top div#frame_right_top_right {
	position: absolute;
	width: 300px;
	height: 53px;
	right: 0;
	background: url(/images/Template/Template_TR_UBC.gif) no-repeat right;
}

div#right_frame div#frame_content_wrapper {
	width: 100%;
	background: #FFFFFF url(/images/Template/Template_MENUEDGESHADOW.gif) repeat-y left;
}

div#right_frame div#frame_content_wrapper div#frame_content {
	width: 620px;
	margin-left: 15px;
}

div#right_frame div#frame_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 600px;
	margin-left: 12px;
	color: #666666;
	font-size: xx-small;
}

/*-----------------------------------------
	Page Heading
-----------------------------------------*/

table#page_heading {
	width: 600px;
}


/*-----------------------------------------
	Generic Items Formatting
-----------------------------------------*/

h3.event_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	line-height: 16px;
}

/* shadow box start */
table.shadow_box td.top_left { width: 10px; height: 10px; background-image:url(/images/index/lefttopshadow.jpg); }
table.shadow_box td.top{ background-image:url(/images/index/topshadow.jpg); }
table.shadow_box td.top_right{ background-image:url(/images/index/righttopshadow.jpg); }
table.shadow_box td.left{ background-image:url(/images/index/leftshadow.jpg); }
table.shadow_box td.right{ background-image:url(/images/index/rightshadow.jpg); }
table.shadow_box td.bottom_left{ background-image:url(/images/index/leftbottomshadow.jpg); }
table.shadow_box td.bottom{ background-image:url(/images/index/bottomshadow.jpg); }
table.shadow_box td.bottom_right{ width: 10px; height: 10px; background-image:url(/images/index/rightbottomshadow.jpg); }
/* shadow box end */

