body {
	background: white;
	background-image: url(/images/RCBackground2.gif);
	background-repeat: repeat-y;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    margin-left: 45px;
    margin-right: 0;
}

h1 {
    font-size: 16pt;
    color: #2461aa;
}

/* old color: #3366CC;*/

h2 {
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
    margin-bottom: 2px;
}

h5 {
    font-size: 14pt;
    border-bottom: 2px ridge;
    border-right: 1px solid;
    background: #acd3e9;
    padding: 5px 5px 2px 8px;
    margin-bottom: 2px;
    margin-right: 20px;
}

a {
    color: #3366CC;
}

a img {
	border: none;
}

a:visited {
    color: #6699CC;
}

a:hover {
color: #000000
}

#container {
}


td {
vertical-align: text-top;
padding: 0 4pt 0 4pt
}


/* Header-related styles */

#header {
    margin-top: 8px; 
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #AAAAAA;
}

#sitename {
    font-size: 14pt;
    font-weight: bold;
    color: #2461aa;
    margin: 0;
}

#sitename a
{
    text-decoration: none;
    color: #b4b4b4;
}

#psumark {
    float: left;
}

#multisearch {
    position: absolute;
	top: 15px;
	right: 10px;
	height: auto;
	width: auto;
	font-size: 8pt;
    color: #373737;
}

/* Content-related styles */
#content {
}

.portrait {
	text-align: left;
}

.portrait img {
	float: left;
	margin: 2px 10px 0 0;
	}

.caption {
	font-style:italic;
	text-align: left;
}

.caption img {
	margin: 10px 10px 0 0;
	}
	
.sidebyside {
	float: left;
	padding: 0 15px 15px 0;
	}
	
.clearedbreak {
	clear: both
	}
	
.clearedbreakright {
	clear: right
	}
	
.clearedbreakleft {
	clear: left
	}
	
.sidebyside img {
	float: left;
	padding: 0 7pt 0 7pt;
	border: none
	}
	
.twocolumn {
	float: left;
	border-top: groove 1px;
	/*padding: 0px -20px 5px -20px;*/
	padding: 0px 0px 5px 0px;
	/*margin: 20px 30px 0 10px;*/
	margin: 20px 30px 0 0;
	}
	
.twocolumn img {
	/*margin: 5px -10px 0 -10px;*/
	margin: 5px 0px 0 0px;
	}



/* Sidebar-related styles */
#sidebar {
    background: #eeeeee;
    float: right;
    padding: 5px 0 5px 10px;
    margin: 0 0 5px 5px;
    min-width: 200px;
}
#sidebar_image {
	margin-top:60px;
	margin-bottom:30px;
	}


#sidebar p {
    margin-top: 6px;
    margin-bottom: 6px;
}

#sidebar hr {
    text-align: center;
    width: 180px;
}


#portalmenu {
    float: left;
    background: white;
    padding-right: 10px;
}

#factoidbox {
    background: #dddddd;
    width: 25%;
    padding: 5px 8px 5px 8px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#portalmenu2 {
    background: white;
    padding-right: 10px;
}

#factoidbox2 {
    background: #dddddd;
    padding: 5px 8px 5px 8px;
    width: 50%;
    margin-right: 10px;
    margin-top: 30px;
}

/* Footer-related styles */
#footer {
    margin-top: 10px;
    font-size: 75%;
    text-align: center;
    clear: both;
}
