/* CSS Document */

body {font-family: "Arial"; font-size:12px;}



#banner {width:100%; height: 100px; margin-top: -12px;}
#logo1 {background-image:url(images/logo_01.jpg); background-repeat:no-repeat; width:296px;}
#spacer {background-image:url(images/logo_02.jpg); background-repeat:repeat-x;}
#logo2 {background-image:url(images/logo_03.jpg); background-repeat:no-repeat; width:550px;}
#main {height:450px; width:100%; border-right: 1px solid #9f9f9f; border-bottom: 1px solid #9f9f9f; border-left: 1px solid #9f9f9f;}
#left {height:100%; width:151px; background-color: #cbd7f0/*#eeeeee*/}
#middle {height:100%; width:100%; padding:1em;}
#copyright {font-size: 10px; border: 1px solid #9f9f9f; width:100%; height: 20px; margin-top: 2px;}


/*LINKS*/

/*
.a1 A:link {color:#000459; text-decoration:none;}
.a1 A:visited {color: #000459; text-decoration:none;}
.a1 A:hover {color: #0099CC; cursor:default; text-decoration:underline;}
.a1 A:active {color: #000459; text-decoration:none;}
*/
A:link {color:#000459; text-decoration:none; font-size:12px;}
A:visited {color: #000459; text-decoration:none; font-size:12px;}
A:hover {color: #448855; cursor:default; text-decoration:underline; font-size:12px;}
A:active {color: #000459; text-decoration:none; font-size:12px;}