/*
 *@(#)academy.php - main style sheet, weimar academy site
 *
 *:mode=css:tabSize=8:indentSize=8:noTabs=false:
 */

* {
	font-family : arial, helvetica, sans-serif;
}

body {
	background-color : #ffffff;
}

#maincontainer {
	text-align : center;
	width : 100%;
 }
 
#pagecenter {
	width : 850px;
	margin-left : auto;
	margin-right : auto;
	background-color : #ffffff;
	background-image : url(../images/spring/page_bg.jpg);
	background-repeat : repeat-y;
}

#titlebar {
	width : 850px;
	height : 153px;
	background-image : url(../images/spring/page_header.jpg);
}

#tabsregion {
	 clear : both;
	 text-align : center;
	 width : 100%;
 }
 
#tabs {
	 color : #0E3193;
	 font-size: 15px;
	 margin-left : 15px;
 }
 
#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
 }
 
#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;
 }
 
#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
 }
 
#tabs a {
	 padding : 1px 7px 0px 7px;
	 color : #0E3193;
	 text-decoration : none;
 }
 
#tabs a.current {
	 color : #0E3193;
	 font-weight : bold;
 }
 
#tabs a:hover {
	color : red;
	text-decoration : underline;
 }
 
#tabs a.current:hover {
	color : red;
 }
 
#tabsleft { float:left; }
 
#tabsright { float:right; }
 
#centerregion {}

#content {
	padding : 10px 40px 10px 40px;
	text-align : left;
	overflow : visible;
}

#content img {
	background-color : white;
	padding : 1px;
	border : 4px solid #003333;
	margin : 7px;
}

#bottomregion {
	padding : 20px 30px 5px 20px;
	margin : 0px;
	clear : both;
}

#bottommessage, #bottommessage a {
	color : #999999;
	text-decoration : none;
	text-align : right;
	font-size : 10px;
}

#bottommessage a:hover {
	color : #333333;
	text-decoration : underline;
}

#finite
{
	clear : both;
	margin : 0px;
	padding : 0px;
	background-image : url(../images/spring/page_footer.jpg);
	background-repeat : no-repeat;
	width : 850px;
	height : 33px;
}

h1 {
	font-size : 22px;
}

h2 {
	font-size : 18px;
}

h3 {
	font-size : 16px;
}

a {
	color : #0E3193;
	text-decoration : none;
}

a:hover {
	color : red;
	text-decoration : underline;
}


