body {
    font-family: Arial, Helvetica, sans-serif;
    background-color : #f4f4f4;
    margin-left: auto;
	margin-right: auto;
    font-size: 12pt;
	max-width: 1200px;
	min-width: 680px;
	padding: 1% 1% 1% 1%;
}

a.link {
    color: aqua;
}

a.visited {
    color: aqua;
}

a.hover {
    color: blue;
}

hr {
    margin-left: 10%;
    margin-right: 10%;
}

.hr40 {
    margin-left: 30%;
    margin-right: 30%
}
	 
.cteal {color:#008080}

.cTable { font-size: x-small; font-weight: 400; }

.cIndent {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.cThin {
    margin-left: 10%;
    margin-right: 10%;
}
.cRight {
    text-align: right;
    margin-right: 2%;
}
.cLeft {
    text-align: left;
    margin-left: 2%;
}
.cCenter {
    text-align:center;
}

.sc{
    font-variant:small-caps;
}

.cClose {
    font-weight: 700; 
    font-style: italic; 
    text-align: center; 
}

.cSpaced {
    margin-left: 5%;
    margin-right: 5%;
}

.footer{
    clear: both;
    width: 100%;
}

.map {
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.news {
    width: 400px;
    vertical-align: top;
}
        
.border
{
    width: 10px; /*Width of spacer column in pixels*/
    vertical-align: top;
    background-image: url(border.gif);
    background-repeat: repeat;
}

.content
{
    float: left;
    margin-right: 10%;
    margin-left: 30%;
    text-align: center; 
}

.cLiSpaced {
    margin-bottom: 0.75em;
}

.cBSpaced {
    line-height: 150%;
}

/* 
    cMainMenu is used to sort of replicate the styling of the primary menu
    buttons, when displaying HELP files.
*/
.cMainMenu {
    color: blue;
    background-color: #96FFFF;
    border-color: whitesmoke;
    border-style: outset;
    border-width: 2px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
/*    font-size: smaller;	*/
	padding: 6px 8px 4px 8px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    vertical-align: central;
	margin-bottom: 6px;
}

#logo_div {
    text-align:center;
    height: 100px;
}

.cRegForm {
    display: inline-block;
    width: auto;
	border: 5px outset LightCyan;
}
/*
	14-Jun-2020 KWB LogoBar sets up the logo as part of a fixed-position background
*/
#LogoBar {
	/* The next line needs to be commented to go back to floating menu */
	position: fixed;
	top: 0px;
	padding:  5px 5px 5px 0px;
	width: 98%;
	max-width: 1200px;
	z-index: 5000;
	background-color: #f4f4f4;
	background-image: url("/Trinidays/logo_bg.gif");
	background-position: center;
	background-position-y: top;
	background-repeat: no-repeat;
	height: 120px;
}
#content {
	/* The next line needs to be commented to go back to floating menu */
	padding-top: 130px;
}

.hButton {
    /*Styling for the HELP button*/
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-color: #fcfcfc;
    padding: 2px;
    border-radius: 3px;
    border-style:outset;
    vertical-align: middle;
}

.hButton:hover, 
	.simButton:hover, 
	.biggerButton:hover,
	input[type=submit]:hover,
	input[type=reset]:hover
	{ background-color: white; /* #e0f0fc; */ }

.simButton, input[type = submit], input[type=reset] {
	/* Styling to simulate a button */
    border-width: 2px;
    border-color: #fcfcfc;
    padding: 2px;
    border-radius: 3px;
    border-style:outset;
    vertical-align: middle;
	background-color: #f8f8f8;
}

.biggerButton {
	/* Like hButton, but larger */
    width: 36px;
    height: 36px;
    border-width: 2px;
    border-color: #fcfcfc;
    padding: 2px;
    border-radius: 3px;
    border-style:outset;
    vertical-align: middle;
}

.sticky {
	position: fixed;
	top: 0;
	padding-right: 10px;
}
.sticky + .content {
	padding-top:  100px;
}


@media (max-width: 650px) {
    #primary_nav_wrap {
        width:400px;
    }
    #leftcolumn{
        float: none;
        text-align: center;
        margin-left: 10%;
    }
}

@media print {
	#logo_div, #menu, .no-print, #LogoBar { display: none; }
	#content { padding-top: 0px; }
}

