/* This is the common style sheet. Things in here are inherited across all pages.
   They can of course be overridden by other pages. */
/* BODY {margin-left: 35px; margin-right: 35px;} */
BODY {margin-left: 10px, margin-right: 10px;}
P, LI {text-align: justify;}
H1 {text-align: center;}
H2 {text-align: left;}
H3 {font-style: italic; text-align: left;}
UL.normal {margin-left: 16px; text-align: justify;}
OL.normal {margin-left: 16px; text-align: justify;}
.navbar {border: 0px solid #000000; width: 225px; padding-left: 15px; padding-bottom: 15px;}
.mainpage {margin-left: 250px;}
.nextevent {font-style: italic; font-weight: bold; font-size: 0.8em; text-align: center;}
.loginbox {border: 2px solid; padding: 5px; margin: 10px;}
#left {float: left;}
#right {float: right;}
/* Printing Styles */
@media print {
    .dontprint {display: none;}
}
/* Screen specific styles */
@media screen {
    .printonly {display: none;}
}
   /* News Article styles
1 = ig
2 = oog
3 = old ig*/
.news1 {color: #710071; background: #ffe7ce;}
.news1 A:link {color: #c66300;}
.news1 A:visited {color: #c66300;}
.news1 A:hover {color: #462300;}
.news1-subject {color: #710071; font-size: 14pt; font-weight: bold;}
.news1-tagline {font-style: italic; font-size: 8pt;}
.news1-updatetagline {font-style: italic; font-size: 8pt; color: #ff0000;}
.news1-body {text-align: justify; margin-left: 10px; margin-right: 10px;}

.news2 {color: #000000; background: #eeeeee;}
.news2 A:link {color: #004f00; font-weight: 700;} 
.news2 A:active {color: #ff0000; font-weight: 700;} 
.news2 A:hover {color: #00af00; font-weight: 700;}
.news2-subject {color: #000000; font-size: 14pt; font-weight: bold;}
.news2-tagline {font-style: italic; font-size: 8pt;}
.news2-updatetagline {font-style: italic; font-size: 8pt; color: #ff0000;}
.news2-body {text-align: justify; margin-left: 10px; margin-right: 10px;}

.news3 {color: #ffff00; background: #111111;}
.news3 A:link {color: #00A000;}
.news3 A:visited {color: #008000;}
.news3 A:hover {color: #00C000;}
.news3-subject {color: #ffff00; font-size: 14pt; font-weight: bold;}
.news3-tagline {font-style: italic; font-size: 8pt;}
.news3-updatetagline {font-style: italic; font-size: 8pt; color: #ff0000;}
.news3-body {text-align: justify; margin-left: 10px; margin-right: 10px;}