/* description: Primary portal stylesheet. */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

.content_normal { /* width of entire portal layout */
	width: 100%;
}

.content_areas { /* width of entire content area layout */
	width: 100%;
}

.portal_table {
	width: 1010px;
}

.portal_table_lower {
	width: 970px;
}

.background_normal {
	background-color: #131213;
	width: 100%;
}

.background_lower {

}

.background_layout {
	background-color: none;
}

/* content area rows */
table.header {
	width: 970px;
	height: 127px;
	background: url('/portals/ucIMKF4TkC/files/header_bg.png') no-repeat;
}
table.top { height: 38px; background: url('/portals/ucIMKF4TkC/files/top_bg.png') repeat-x; }
table.middle { padding-top: 20px; padding-left: 25px; padding-right: 25px; padding-bottom: 25px; background-color: #b5b6b7; }
table.bottom {
	width: 970px;
	height: 30px;
	background: url('/portals/ucIMKF4TkC/files/bottom_bg.png') no-repeat;
}
table.footer {}

/* header row cells */
.header_left_normal {
	vertical-align: top;
}

.header_center_normal {
	vertical-align: top;
}

.header_right_normal {
	vertical-align: top;
}

/* top row cells */
.top_left_normal {
	vertical-align: top;
}

.top_center_normal {
	vertical-align: top;
}

.top_right_normal {
	vertical-align: top;
}

/* middle row cells */
.middle_left_normal {
	vertical-align: top;
	padding-right: 15px;
}

.middle_center_normal {
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.middle_right_normal {
	width: 175px;
	padding-left: 15px;
	vertical-align: top;
}

/* bottom row cells */
.bottom_left_normal {
	vertical-align: top;
}

.bottom_center_normal {
	vertical-align: top;
}

.bottom_right_normal {
	vertical-align: top;
}

/* footer row cells */
.footer_left_normal {
	vertical-align: top;
}

.footer_center_normal {
	vertical-align: top;
}

.footer_right_normal {
	vertical-align: top;
}

/* place your content styles here */
h1 {
	font: bold 24px helvetica, tahoma, verdana, san-serif;
	margin-bottom: -10px;
	color: #000000;
}

h2 {
	font: 18px helvetica, tahoma, verdana, san-serif;
	color: #000000;
	margin-top: 18px;
	margin-bottom:-12px;
}

h3 {
	font: 14px helvetica, tahoma, verdana, san-serif;
	color: #000000;
	margin-top: 14px;
	margin-bottom:-10px;
}

p {
	font: 12px helvetica, tahoma, verdana, san-serif;
	line-height: 18px;
}

p a {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #552d7e;
	text-decoration: underline;
	line-height: 18px;
}

p a:hover {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #552d7e;
	text-decoration: underline;
	line-height: 18px;
}

/* this overrides all module stylesheets
.middle_center_normal a {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #444444;
	text-decoration: none;
	line-height: 18px;
}

.middle_center_normal a:hover {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #555555;
	text-decoration: underline;
	line-height: 18px;
}
*/

a.white {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	font: 12px helvetica, tahoma, verdana, san-serif;
	color: #EEEEEE;
	text-decoration: underline;
}

hr {
	border: none;
	border-top: #000000 2px solid;
	width: 99%;
}
