/**
 * style.css 
 *
 * @version $Id: style.css,v 1.6 2003/12/15 00:25:13 rhys Exp $
 * @copyright 2003 
 **/

body {
	background: #AFC0D0;
	font-family: verdana, arial, helvetica, sans-serif;
}
		
body a:link {color: #0053A0; font-weight: bold; text-decoration: none;}
body a:visited {color: #0053A0; font-weight: normal; text-decoration: none;}		
body a:hover {color: #0053A0; text-decoration: underline;}

#container {
	width: 760px;
	border: 0px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFFFFF;
}

#banner {
	height: 53px;
	padding: 0px;
	margin: 0px;
	background: url('http://www.ieeevic.org/images/banner.gif');
}
		
#links {
	height: 18px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-top: 3px;
	font-size: 12px;
	color: #E1E9EF;
	background: url('http://www.ieeevic.org/images/links.gif');
}	

#links ul {
	margin: 0px;
	padding: 0px;
	display: inline;
} 

#links ul li {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	list-style: none;
	display: inline;
}

#links a:link {color: #E1E9EF; font-weight: bold; text-decoration: none;}
#links a:visited {color: #E1E9EF; font-weight: bold; text-decoration: none;}
#links a:hover {text-decoration: underline;}

#content {
	padding: 5px;
	margin: 1px 0px 0px 0px;
	font-size: 14px;
	background: url('http://www.ieeevic.org/images/content.gif');
}

#footer {
	height: 44px;
	clear: both;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	color: #E1E9EF;
	background: url('http://www.ieeevic.org/images/footer.gif');
}
		
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 20em; /* ems so it will grow */
	background: url('http://www.ieeevic.org/images/boxbottomright.gif') no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url('http://www.ieeevic.org/images/boxtopright.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url('http://www.ieeevic.org/images/boxtopleft.gif') no-repeat top left;
	margin: 0;
	padding: 19px 30px 5px;
	color: #E1E9EF; 
	font-weight: bold; 
	font-size: 1em;
	line-height: 1em;
}
.boxbody {
	background: url('http://www.ieeevic.org/images/boxbottomleft.gif') no-repeat bottom left;
	margin: 0;
	padding: 1px 30px 21px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.boxbody ul {
	margin-left: 1em;
	padding-left: 0.2em;
	text-align: left;
}

#events table {
	border-collapse: collapse;
	font-size: 12px;
	}
	
#events td {
	border: 1px solid #000000;
	padding: 5px;
}

#events {
	margin: 10px;
}

.text12 {font-size: 12px}
