body {
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	font-weight:normal;
}

p {
	margin:0; padding:0;	
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration:underline;
}

div#logocontainer {
	background-color:#fff;
	width:100%;
	margin-bottom:10px;
}

div#logo {
	height: 35px;
	background-color:#013299;
	width: 80%;
	background-image: url(../images/aieseclogo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom: 18px solid #fff;
	border-top: 18px solid #fff;
}

div#top_right p {
	line-height: 1.8em;
	font-size: 0.88em;
	font-family: Verdana, Geneva, sans-serif;
	margin: 20px;
}

div#top_right h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#76AF2C;
	font-size: 30px;
	margin:20px;
}

div#main_space_below {
	margin-bottom: 20px;	
}

div#right_sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: white;
	text-align:right;
	padding: 14px 30px 0 0;
}

div#right_sidebar h2 a {
	color:white;
}

div#right_sidebar p {
	line-height: 1.8em;
	font-size: 0.88em;
	font-family: Verdana, Geneva, sans-serif;
	padding:15px 30px 10px 10px;
	color:white;
	text-align:right;
}

div#right_sidebar #main_members {
	background: url(../images/members-bkg.png) no-repeat;
	height:145px;
}

div#right_sidebar #main_partners {
	background: url(../images/partners-bkg.png) no-repeat;
	height:145px;
	margin-top:15px;
}

div#right_sidebar #main_alumni {
	background: url(../images/alumni-bkg.png) no-repeat;
	height:145px;
	margin-top:15px;
}

div#footer {
	margin-top: 30px;
	background-color: #FB9620;
	color:white;
	text-align:center;
	padding: 10px 0;
}

/* Sub-sites */

.align_right {
	text-align:right;
}

div.snd_top img {
	border-top: 1px solid #76AF2C;
	border-left: 1px solid #76AF2C;
	padding: 8px 0 0 8px;
	text-align:left;
	display:block;
}

* html div.snd_top img 	{ 
	border-top: none;
	border-left: none;
	padding: 4px 0 30px 4px;
}

div#snd_main_page {
	border-left: 1px solid #76AF2C;
}

	/* left navigation */

.left_nav{
	width: 265px;
	margin-top: 30px;
}

.left_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left_nav ul li{
	margin-left: 15px;
}
	
.left_nav li a{
	font: normal .88em Georgia, "Times New Roman", Times, serif;
	display: block;
	background: transparent;
	height: 22px; 
	padding: 4px 0 4px 10px;
	line-height: 22px;
	text-decoration: none;
	color: black;
}	
	
.left_nav li a:hover{
	text-decoration:underline;
}

.left_nav li a:visited{
	color:black;
}
	
.left_nav li a.selected {
	background-image:url(../images/menu_current.png);
	color:white !important;
}

.left_nav li a.selected:hover {
	text-decoration:none;
}

/* subsite main entry space */

div.members_entry {
	padding-left: 50px;
	padding-top:20px;
	clear:both;
}

div.members_entry h2 {
	font-size: 20px;
	font-weight:normal;
	padding:0 0 5px 0; margin:0;
	background-image:url(../images/heading_star.png);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	text-indent: 20px;
}

div.members_entry h3 {
	font-size: 12px;
	font-weight:normal;
	padding:0 0 5px 0; margin:0;
	border-bottom: 1px solid #76AF2C;
}

div.members_entry {
	line-height: 1.8em;
	font-size: 0.88em;
	font-family: Verdana, Geneva, sans-serif;
}

div.members_entry p {
	margin:5px 30px 0 0;
}

div.members_entry ul {
	margin: 5px 0 5px 0;
}

.indent {
	text-indent: 30px;	
}

#top_right div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {float:none;}
#top_right div.csc-textpic-center div.csc-textpic-imagewrap {margin:0;}
#top_right .align-right {text-align:right;}

/* typo3 styling */

dl.csc-textpic-image {
	padding-top: 10px;	
}

p.bodytext a {
	text-decoration:none;
	color: black;
	border-bottom: 1px dotted #5C8D22;
}

p.bodytext a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #FB9620;
	color:#FB9620;
}

#footer p {
	font-size: .8em;	
}

#footer p a {
	text-decoration:none;
	border-bottom: 1px dotted #fff;
	color:white;
}

#footer p a:hover {
	border-bottom: 1px dotted #000;
}

form#contact fieldset legend {
	display:none;
}

form#contact fieldset div.submit p {
	display:none;
}

form#contact input, form#contact textarea {
	border: 1px solid #76AF2C;
}

form#contact div.required {
	width: 400px;
}

form#contact div.required input, form#contact div.required textarea  {
 	width: 100%;
	padding: 4px;
	background-color: #F7F7F7;
}

form#contact div.required input:focus, form#contact div.required textarea:focus  {
	background-color: white;	
}