body
{
	background: #FFFFCC;
	padding-top: 20px;
	color: #000000;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-style: normal;
	font-size: 70%;
}

a:link 
{
color: #030565; 
text-decoration: none;
}

a:hover 
{
text-decoration: underline;
}

a:visited 
{
color: #650337; 
text-decoration: underline;
}

.navigation
	{
       width:auto;
	   margin-left: auto;
	   margin-right: auto;
	   position: fixed;
	}

.main
	{
	   background: #FFFFCC url(http://www.aeiousc.com/images/filler.gif)  left top;
	   margin-left: auto;
	   margin-right: auto;
	   width: 600px;
	}

.text
	{
	   padding-right:5px;
	   padding-left:5px;
	   text align: justify;
	}

.topper
	{
	   background: #FFFFCC url(http://www.aeiousc.com/images/border_top.gif) no-repeat left top;
	   margin-left: auto;
	   margin-right: auto;
	   height:14px;	
	   width: 600px;
	}

.footer
	{
	   background: #FFFFCC url(http://www.aeiousc.com/images/border_bottom.gif) no-repeat left bottom;
	   margin-left: auto;
	   margin-right: auto;
	   height:14px;	
	   width: 600px;
	}
	   
#menu {
	width: 175px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;;
	color: #333;
	}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		width: 170px;
		}
		
	#menu li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

	#menu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #FFD9AA;
		border-right: 10px solid #ffffdc;
		background-color: #ffffaa;
		color: #000000;
		text-decoration: none;
		}

	html>body #menu li a {
		width: auto;
		}

	#menu li a:hover {
		border-left: 10px solid #5D5DFF;
		border-right: 10px solid #9595CD;
		background-color: #6767FC;
		color: #fff;
		}


        .menuTabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
        }
        .selectedTab
        {
            border:Solid 1px black;
            border-bottom:Solid 1px #CCCCFE;
            padding:0px 10px;
            background-color: #CCCCFE;
        }
        .tabBody
        {
            border:Solid 1px black;
            padding:20px;
            background-color:white;
        }

	.content
	{
	   text-align: left;
	   background-color: #CCCCFE;
	   margin-top:0 10px 0 0;
	   padding-right:5px;
	   padding-left:5px;
	   padding-bottom:20px;
	   border:Solid 1px black;
	}