/* CSS Document */

A:link { color: #0000CC }
A:visited { color: #0000CC }
A:hover { color: #FF0000; } 
td {font-family: Trebuchet MS; font-size: 13px; color: #333333} 

a.headernav:link {color:#CCCCCC; text-decoration: underline}
a.headernav:visited {color:#CCCCCC; text-decoration: underline}
a.headernav:hover {color:#FFFFFF; text-decoration: underline}
a.headernav {color:#CCCCCC; text-decoration: underline}

a.footernav:link { color:#8C8A8A }
a.footernav:visited { color:#8C8A8A }
a.footernav:hover { color:#008BB9 }
a.footernav { 
	text-decoration: underline;
	font-size: 11px; 
}

BODY { 
	scrollbar-3dlight-color:#B0C4DE;
	scrollbar-arrow-color:#B0C4DE;
	scrollbar-base-color:#F0FFFF;
	scrollbar-track-color:#F5F5F5;
	scrollbar-darkshadow-color:#A9A9A9;
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#F5F5DC;
	scrollbar-shadow-color:#ADD8E6;
	background-color: #F3F3F3; 
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top: 0;
}
	
/* Table Variations */

.td_main {
	padding: 15px;
	vertical-align: top;
	font-size: 13px;
}
.curriculum-container {
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 650px;
	background-repeat: no-repeat;
	background-position: top;
}
	
/* Form Elements */  

.button {
    font-family: Trebuchet MS;
    font-size: 12px;
    border-color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
    height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox {
    font-family: Trebuchet MS;
    font-size: 12px;
    border-color: #999999;
    background-color: #FFFFFF;
    border-width: 1px;
}

/* Font Variations */

.footer {
	font-size: 11px; 
	color: #999999;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
} 
.toplogin {
	color: #CCCCCC;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
}
.header {
	font-size: 20px; 
	font-weight: bold;
	color: #990000;
} 
.subheader {
	font-size: 16px; 
	font-weight: bold;
	color: #990000;
} 

/*aMember font */
.formtext {
	font-size: 12px;
} 
.grayheader {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}
.hrnew { 
    background-color: #999999;
    width: 75%;
    height: 1px;
}
.tdnew {
	font-family: Trebuchet MS; 
	font-size: 13px; 
	color: #333333
}

/* Switch Content Styles */
.expand-title {
	cursor:hand;
	cursor:pointer;
	font-size: 16px; 
	font-weight: bold;
}
.curgroup {
	border-style: solid;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 15px;
	width: auto;
}
