/* andreas05 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 2.0, July 15, 2006 */

/* General tags */
*{margin:0; padding:0;}
/*body{background:#ccc url(paper.gif) repeat; font:76% verdana,tahoma,sans-serif;}*/

body{background:#ccc url(IMAGES/whtbck1.gif) repeat; font:86% times,tahoma,sans-serif;}

a{background-color:inherit; color:#139; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0 0 16px 0;}
ul, ol{margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol{margin:3px 0 0 15px;}
img{float:left; margin:0 10px 5px 0;}

/* Headers */
/*h1{color:#199; font-size:2.0em; letter-spacing:-3px; margin:0; text-align:right;}*/
h1{color:#100; font-size:2.0em; letter-spacing:0px; text-align:center;}
h2{color:#100;font-size:1.6em; font-weight:bold; letter-spacing:0px; margin:5px 0 10px;}
h3{color:#100;font-size:1.3em; font-weight:bold; letter-spacing:0px; margin:5px 0 10px;}

/* IDs */
#title{margin:20px auto -9px; width:700px;}
#container{background:#ffffff url(IMAGES/front.png) top left no-repeat; border:10px solid #100; color:#100; margin:0 auto 15px; padding:10px; width:700px; line-height:1.3em;}
#sidebar{float:right; padding-right:10px; width:100px;}
#sidebar p{margin:5px 0 5px 0; text-align:center; font-size:0.8em;}
#main{float:right; width:400px;}
#footer{clear:both;}

/* Menu */
.menu{border:1px solid #ffffff; color:#100; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:100px;}
.menu:hover{background-color:#f9f9f9; border:1px solid #dadada; color:#100; text-decoration:none;}

/* Various classes */
.credits{color:#888; font-size:0.9em; margin-bottom:0;}
.credits a{color:#888;}


.ListLinks{border:1px solid #ffffff; color:#100; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:100px;}
.selectListLinks{border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:100px;}
