/* stylesheet.css */

/* body style rule */

body{
	margin: 1;
	background-image:url(images/grey_background.gif); background-repeat:no repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	color: #000000; 	
}
	
font{
	font-style:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#003366;
}

h1, h2,{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000066;
}

h1{
	font-size:1.5em;
}

h2{
	font-size: 1.1em;
}

h3{
	font-size:1em;
	font-style:normal;
}
	
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
	background: none;
}

#wrapper {
	width: 940px;
	padding: 0;
	align: center;
	background-color:#FFFFFF;
	
}

#wrapper2 {
	width: 940px;
	height: 500px;
	background-color:#FFFFFF;
}

/* Header */

#header{
	width: 940px;
	height: 199px;
	background-image:url(images/iej_title2.gif);
	align: center;
}

/* General style for horizontal lines */
hr{
	background-color:#003399;
	width:70%;
}


/* Navlist */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background:url(images/menubar.gif);
color:#000000;
float: right;
width: 939px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background:url(images/menubar.gif);
color:#000000;
text-decoration: none;
float:right;
border-right: 1px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #369;
color:#33CCCC;
}


/* page */

#page{
	width: 939px;
	margin: 0;
	border:#FFFFFF 3px thin; 
	background-color:#FFFFFF;
	
}

/* Content */

#content{
	background-color:#FFFFFF;
	float:right;
	width: 598px;
	padding: 15px 0 0 15px;
	line-height:1.0;
	
}

.post{
}

.post .title {
	color: #06AEF1;
}

.post .title a {
	background: none;
	color: #06AEF1;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

#sidebar{
	background-color:#FFFFFF;
	color: #000000;
	width: 290px;
	float: left;
	font-size:11px;
	padding: 15px 0 0 15px;
	border:double:#000099;
}

#calendar{
	background:#E1E1E1;
	width:250px;
	border-color:#4134B8;
	border-style:solid;
	float:left;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10px;
	}
	
#footer{
	width:940px; height:30px; 
	background:url(images/footer.jpg)
}
