@charset "utf-8";
/* CSS Document */

/* main text for body */
.customappText
{
	line-height: 125%;
}

/* h1 is used for the title in Publisher portlets */
h1 { font-family: verdana, arial; font-size:medium; font-weight:bold; color:#002569; line-height:107%; }
/* h2 is used for subheads */
h2 { font-family: verdana, arial; font-size:medium; font-weight:normal; color:#002569; line-height:125%;}

hr { width:85%; color:#e2e2e2; }

.oa a, .oa a:link, .oa a:visited, .oa a:hover, .oa a:active {color:#002569; text-decoration: underline;}

.oa td {line-height: 125%}

/* add space between items in a list */
.oa li {
	margin: .9em 0;
	font-family:Verdana, Arial, sans-serif;
	line-height: 125%;
	color: #000000;
} 

/* quick links */
.oalinklist {
	border: 1px solid #c69200;
	float:left;
	width: 680px;
	list-style:none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
.oalinklist li  {
    width:215px;
    padding:5px 0 5px 5px;
    float:left;
    margin: 0px;
	list-style:none;
}

.oaalert {color:#91343a; font-weight:bold;}

.portletButtons { display:none; }

.columnOne {
	background-color: #ffffff;
}

/* Styling for non-publisher portlet titles */
/* such as Community Links or Collab portlets */
.platportletWideHeader { font-family: verdana, arial; font-size:x-small; color:#002569; padding: 10px 0 0 0; }
.platportletNarrowHeader { font-family: verdana, arial;  font-size:x-small; color:#002569; padding: 10px 0 0 10px; }
.platportletHeaderBg { background: #FFFFFF; }

