/* styles for cst1022.ridgewater.net website */

/* 
Ridgdewater maroon #A72238
Ridgewater dark maroon link rollover #531023
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/background.gif);
    padding: 10px;
    border: 5px solid #A72238;
    border-radius: 10px; 
}

/* unvisited link */
a:link {
    color: #A72238;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #A72238;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #531023;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #531023;
	text-decoration: underline;
}

.sectiontitle {
	font-size: large;
}
.pagetitle {
	font-size: x-large;
	color: #000080;
}
.smaller {
	font-size: small;
}
.blue {
	color: #0000FF;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
.italics {
	font-style: italic;
}

.box {
    max-width: 900px;
    background-color: white;
    padding: 10px;
}

.transbox {
    max-width: 900px;
    padding: 10px;
}

.smboxleft {
    padding-right: 10px;
    float: left;
}

.imgborder {
    border: 2px solid black;
    border-radius: 10px;
}

.imgbordertop { /* top 1/2 image */
    border-width: 2px 2px 0 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: solid;
    border-color: black;
    vertical-align: bottom;
}

.imgborderbottom { /* bottom 1/2 image */
    border-width: 0 2px 2px 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-color: black;
    vertical-align: top;
}


/* End of file */

