/* OpenCommunity Main CSS Formatting Document
   Describes spacing and sizes for overall site structure
*/

/* Miscellaneous */
A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

/* Header */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 4px solid;
}

/* Left-Body
   Consists of navigation column, advertisements, etc
*/
.left-body-navborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;

}
.left-body-adbox-box{
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

/* Center-Body
   Consists of content and articles
*/

/* Right-Body
   Consists of calendar, forum links, etc
*/


/* Footer */
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border-bottom: 4px solid;
}