body {
	padding: 0;
	margin: 0;
	background-color:#CCCCCC;
}

p, li, ul, ol, body, table, tr, td, h1, select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #425C8E;
}

ul {
 	margin: 0px;
 	margin-left: 20px;
}

.button {
	font-weight: bold;
	color: #425C8E;
	background-color: #CCCCCC;
	height: 20px;
	width: 160px;
	clip:  rect(   );
	border: 1px solid #425C8E;
}

.formLeft {
	padding-left: 35px;
	vertical-align:top;
}

.formRight {
	padding-right: 35px;
	text-align: right;
	vertical-align:top;
}

.formCenter {
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	vertical-align:top;
}

.formJustify {
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
	vertical-align:top;
}

.form {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border-width: 0px;
	width: 100%;
}


.backgroundFrame {
	background-color: #CCCCCC;
	height: 100%;
	width: 100%;
	text-align: center;
}

.centerFrame {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 425C8E;
	border-left-color: 425C8E;
	background-color: #FFFFFF;
	height: 100%;
	width: 760;
	position:relative; 
	margin:auto;
}

.centerTable {
	background-color: #FFFFFF;
}

.announcements {
	vertical-align:top; 
	padding-top: 32;
}

.announcements .top {
	letter-spacing:2px;
	font-weight: bold;
	font-size:11px;
	padding:4px;
	padding-top: 3px;
	background-color:DEC473;
}

.announcements .text {
	padding: 4px;
	padding-top:14px;
	padding-bottom: 14px;
	border-left: 1px dashed #DEC473;
	border-bottom: 1px dashed #DEC473;
}

.menuBar {
	color: #A2B2C6;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	letter-spacing: 2px;
	background-color:#425C8E;
}

.menuBarSelected {
	color: #D0B666;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	letter-spacing: 2px;
}

.menuBar:hover {
	text-decoration: none;
}

a {
	color: #425C8E;
}

a:hover {  
	color: #D0B666; 
}

img {
	border: none;
}

.generalText {
	font-weight: normal;
	padding: 20px;
	background-color:#FFFFFF;
}

.content {
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	padding-left: 20px;
	padding-right: 20px;
	line-height:14px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.smallText {
	font-size: 9px;
	font-weight: normal;
	line-height:12px;
}

.libraryTop {
	text-align: justify;
	font-weight: bold;
	line-height:18px;
	background-color: #DEC473;
}

.libraryMain {
	text-align: justify;
	font-weight: normal;
	padding: 20px;
	line-height:18px;
}

.librarySeperator {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEC473;
}

.toTop {
	font-size: 10px;
}

h1 {
	font-variant: small-caps;
	letter-spacing:4px;
	font-size:11px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.head1 {
	font-weight: bold;
	line-height: 48px;
}

.head2 {
	font-weight: bold;
	line-height:24px;
}

.summaryTable {
	font-size: 12px;
	line-height:18px;
	background-color: #BBBBBB;
	border: thin solid #333366;	
}

.noUnderline {
	text-decoration: none;
}
