body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
    font: 1em/1.3em Arial, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #550088;
}

a:hover{
	text-decoration: underline;
}

p {
	padding: 0.5ex;
}

img { border: none; }

#header {
	background: url(images/group_small3.png) no-repeat 80% 100%;
	font-family: Verdana, sans-serif;
    height: 120px;
}

#header h1 { margin: 0; padding: 1em 0 0 1em; font-size: 300%; }

#nav_bar {
	display: block;
	z-index: 1;				/* IE 6 doesnt understand this! */
	position: relative;
	/* top: 88px; */
/* 	width: 100%; */
	border: 2px solid #cc11ff;
	/* background-color: purple;  */
	padding: 4px;
	background-image: url( 'images/4.jpg');  
	font-family: Helvetica, serif;
}

#nav_bar a{
	padding: 1ex 2ex;
	margin: 0 1em;
/* 	border-width: 1px 4px 4px 1px;
	border-style: solid;
	border-color: black; */
	 border: 1px solid #cc11ff;
	 background-color: white; 
	/* text-decoration: none; */
}

#nav_bar a:hover {
	/* background-color: #66ccff; */
	/* background-color: #cc99ee;*/
	text-decoration: none; 
	color: white;
	background-color: #0011cc;
	color: white;
}

#main{
	position: relative;
	top:0;
}

#main2{
	top:0;
}


#center{
}

#content {
	/* border: 4px solid fuchsia; */
	/* background-color: #33aaff; */
}

#left{
    float: left;
	width: 500px;
}

#right{
/* 	position: absolute;
	top: 10%;	
	left: 500px;
	width: 40%; */
    margin-left: 500px;
}


#bottom{
	/* border: 4px solid orange; */
    clear: both;
	color: purple;
	text-align: center;
	font-size: smaller;
	padding: 1em 0 2em 0;	
}

#bottom a{
	/*color: inherit;	*/	/*IE can't do this */
	/* color: white; */
	font-weight: bold;
}


#schedule{
	position: absolute;
	right: 25%;
	/* top: 50%; */
	text-align: center;
	/* border: 4px solid green; */
	width: 256px;
	font-size: smaller;
}

div.box{
	border: 4px solid blue;
}

.emailForm{
	text-align:center;
	padding: 1ex 2ex;	
	width: 450px;
}

input, textarea, select{
	margin:0.1em; 
	background: #FFFFFF;
	border:1px solid #555976;
}

.right { float: right; }
