@charset "utf-8";

/* ######### Page Layout Styles ######### */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #eee;
}
#container  {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/mainbackground.gif);
	border: 0px solid #999;
} 
#container2  {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	border: 0px solid #999;
}
#header  { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	/*float: left; */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#slideshow {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
}

#box {
	padding: 10px;
}
#directo {
	background-image: url(images/background_directtoline.gif);
	width: 800px;
	float: left;
	height: 37px;
	margin-bottom: 15px;
}
#directo a {
	text-decoration: none;
	font-weight: bold;
	color: #98823D;
	text-align: center;
}
#directo a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
#directohome {
	background-image: url(images/background_directtoline.gif);
	width: 800px;
	float: left;
	height: 37px;
}
#directohome a {
	text-decoration: none;
	font-weight: bold;
	color: #98823D;
	text-align: center;
}
#directohome a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006666;
	text-align: center;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#sidebar1  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
#sidebar1  a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#userconf {
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background: #FFFFFF; 
}

#conf_left  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 4px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#conf_main  {
	float: right; /* since this element is floated, a width must be given */
	width: 615px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 4px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent2  {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent2HOME {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#mainContent3 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#maincontent3  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
#maincontent3 td {
	border: 0.01in groove #CCCCCC;
}
#maincontent3  .tableborder {
	border: 0.01in solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#maincontent3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	font-weight: bold;
	text-decoration: underline;
}
#maincontent3 .tddark {
	border: 0.01in groove #CCCCCC;
}
#pageleft {
	float: left;
	width: 560px;
}
#leftcolumn {
	float: left;
	width: 298px;
	height: 240px;
}
#middlecolumn {
	float: left;
	width: 262px;
	height: 240px;
}
#leftnews {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightcolumn {
	float: left;
	width: 240px;
	height: 100%;
}
#calendardata {
	height: 434px;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#calendardata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #98823D;
	text-decoration: underline;
}
#footer  { 
	 /* padding: 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#007c66;
	width: 800px;
	margin-left: auto ; /* These two add up to "center" */
	margin-right: auto ; /* These two add up to "center" */
}
 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}


/* ######### Styles for Newer Home Page Layout######### */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#register {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#topics {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#pageleft {
	float: left;
	width: 560px;
}
#homecontent {
	width: 800px;
}
#xspeak {
	float: left;
	width: 298px;
	height: 293px;
}
#topictext {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
#topicsnew {
	float: left;
	width: 262px;
	height: 300px;
}
#newshead {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ededdc;
}
#news {
	margin-left: 0px;
	margin-right: 10px;
	background-color: #ededdc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pageright {
	float: left;
	width: 240px;
}
#register {
	margin-right: 10px;
	margin-left: 10px;
}
#register p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
#register a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
	line-height: 25px;
}
#news p {
	font-size: 12px;
}
#news .italicsmall {
	font-size: 12px;
}
#news a {
	font-size: 12px;
}
#pageright p {
	margin-right: 10px;
	margin-left: 10px;
}
#titlered a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B90000;
	text-decoration: none;
}
#logoleft {
	float: left;
	width: 605px;
}
#logoright {
	float: left;
	width: 195px;
}



/* ######### Styles for Site Map######### */

#sitemap {
	padding-right: 15px;
	padding-left: 15px;
}
#sitemap h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#sitemap h2 {
	font-size: medium;
}
#register p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
}

/* Portal Divs and other portal stuff starts here */

#mainPortal {
	width: 800px;
	margin-left: auto ; /* These two add up to "center" */
	margin-right: auto ; /* These two add up to "center" */
}