/* css */
body { font-family:Georgia, "Times New Roman", Times, serif; background-color: #FFFFFF; }
img { border: none; }
#header {
	position: absolute;
	top: 20px;
	width: 400px;
	height: 100px;
	margin-left: 200px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
} 
#footer { position: relative; top: 10px; width: 800px; height: 25px; text-align: center; color: #666666; margin: 0 auto 0 auto; font-size: 12px; }

/* HOME PAGE */
#container { background-image:url(../images/bg2.jpg); background-repeat: no-repeat; height: 600px; width: 800px; margin: 0 auto 0 auto; border: 1px solid #999999; }
/*left side*/
#menuPic { position: absolute; top: 120px; margin-left: 100px; background-image: none;  height: 210px; width: 110px; background-color: #FFFFFF; border: 1px solid #999999; }
#menuPic2 {
	position: absolute;
	top: 345px;
	margin-left: 100px;
	background-image:none;
	height: 255px;
	width: 110px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#menuPic ul, #menuPic2 ul { margin: 15px 0 0 -30px; }

/*#menuPic { position: absolute; top: 133px; margin-left: 100px; background-image: url(images/menu1.png); background-repeat: no-repeat;  height: 230px; width: 140px; }
#menuPic2 {position: absolute; top: 375px; margin-left: 100px; background-image:url(images/menu2.png); background-repeat: no-repeat;  height: 180px; width: 140px; }
#menuPic ul, #menuPic2 ul { margin: 15px 0 0 -20px; } */
/*right side*/
#mainBox { position: absolute; top: 130px; margin-left: 300px; height: 330px; width: 430px; background-image:none; background-color: #FFFFFF; border: 1px solid #999999; }
/*#mainBox { position: absolute; top: 130px; margin-left: 300px; height: 330px; width: 430px; background-image: url(images/main.png); }*/

#mainText { height: 330px; width: 430px; }
#pic1 { position: absolute; top: 485px; margin-left: 350px; text-align: center; font-size: 12px; width: 125px; }
#pic2 {
	position: absolute;
	top: 485px;
	margin-left: 550px;
	text-align: center;
	font-size: 12px;
	width: 125px;
}
li { list-style-type: none; margin: 5px 0 5px 0; }

/* 2ND LEVEL PAGES */
#container2 { height: 600px; width: 800px; margin: 0 auto 0 auto; border: 1px solid #999999; background-color: #FFFFFF; }
#container3 { width: 800px; margin: 0 auto 0 auto; border: 1px solid #999999; background-color: #FFFFFF; }
#nav1 { width: 675px; background-color: #FFFBD0; border-top: 2px solid #C13100; border-bottom: 2px solid #C13100; padding: 0 0 0 125px; }
#nav1 li { float: left; margin: -10px 10px 5px 10px; }
#nav1 li a { float: left; font-size: 16px; }
#current { text-decoration: underline; font-weight: bold; }
#current1 { text-decoration: none; padding-left: 5px; border-left: 5px solid #C13100; color: #FF9900; }
#leftNav { float: left; margin-top: 20px; width: 250px; }
#leftNav li { display: block; margin: 10px 0 5px 0; }
#leftNav li a:hover { text-decoration: none; padding-left: 5px; border-left: 5px solid #C13100; color: #FF9900; }
#articleText { width: 300px; float: left; margin: 20px 0 0 50px; }
#pubText { width: 400px; float: left; margin: 20px 0 0 60px; }
#mediaText { width: 400px; float: left; margin: 20px 0 0 20px; }
#article { width: 350px; float: left; margin: 20px 0 0 100px; }
#about #contact { width: 200px; float: left; margin: 0 30px 40px 0; font-style:italic; }
#about { width: 750px; margin: 0 35px 0 35px; }

/*LINKS */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }
a.one:link { color: #666666; text-decoration: none; }
a.one:visited { color: #666666; text-decoration: none; }
a.one:hover { color: #000066; text-decoration: underline; }
a.one:active { color: #666666; text-decoration: none; }
a.two:hover { text-decoration: none; }
a:link.highlight { color: #C13100; font-weight: bold; text-decoration: none; }
a:visited.highlight { color: #C13100; font-weight: bold; text-decoration: none; }
a:hover.highlight { color: #C13100; font-weight: bold; text-decoration: underline; }
a:active.highlight { color: #C13100; font-weight: bold; text-decoration: none; }
a span { display: none;}
a:hover span { display: block; position: absolute; top: -120px; background-color:#00CC00; padding: 5px; }

.highlight { color: #C13100; font-weight: bold; }
a.underline { text-decoration: underline; }

/* TEXT */
.indent {text-indent: 30px; }
.maintext { margin: 20px 30px 0 30px; color: #000000; text-indent: 20px; font-size: 15px; }
.quote { margin: 30px 30px 0 30px; color:#000000; text-align: center; font-style:italic; }
.clear { clear: both; }

