/* Stylesheet for AIAS website */
/* Comments are enclosed like this */

/* mouse over a link changes color */

a:hover {
color: red;
}

/* container is the outside rectangle */

#container {
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
 margin-right: auto;
	padding: 10px;
	background-color: #EDE6C9;
 width: auto;
	}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
	}

#content {
	padding: 5px;
	background-color: #EDE6C9;
 text-indent: 0.5em;
 text-align: justify;
 overflow: auto;
	}

/* how lists appears in the content area */
#content ul {
 list-style-position: inside;
 padding: 0;
 margin: 0;
	}

/* the sidebar is a seperate HTML file */
/* height and width must be adjusted here */
/* and checked with different font sizes */
/* otherwise the layout will break */

iframe,object {
 width: 14em;
 height: 54em;
 float: left;
 margin-right: 0em;
 margin-left: -10px;
}

#sidebar {

	width: 12em;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
	margin-right: 10px;
	margin-left: -3px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
 background-color: #EDE6C9;
	}

/* the menu list */

#sidebar ul {
	margin :  0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	list-style: none;
	}

/* force image to scale with text */

#sidebar img {
width: 100%;
}

/* list has to be tweaked for browser differences */
/* it includes a small graphic */

#sidebar li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 6px 0px;
	color : #FFFFFF;
	background-image : url(glitline_b.gif);
	background-position : bottom;
	background-repeat: repeat-x;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0.3em;
}

#sidebar li a {
	background-color : #000066;
	color : #FFFFFF;
	display : block;
	padding : 0.3em 0.3em 0.3em 0em;
	text-decoration : none;
	margin : 0px 0px 0px 0px;
 font-size: 110%;
	width: auto;
}

/* hovering the mouse changes the color */

#sidebar li a:hover {
     background-color : #2586D7;
     color: #FFFFFF;
     padding: 0.3em 0.3em 0.3em 0em;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
	}

.initialcap
	{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.8em;
	}

.orgtitle
 {
 font-size: 150%;
 }

#address
	{
	text-indent: 0em;
	margin-left: 2em;
	}

/* navigation creates style sheet buttons */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	background-color: #000066;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
 background-color: #2586D7;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
