/*RSA.CSS*/

/* general styling */
* {
	padding: 0;
}
html,body {
	height: auto;
	background: #A2A1C9;
	color: #03006B;
	font-family: Arial, Helvetica, sans-serif, Agency FB;
	font-size: 12px;
	text-align: center;
}


/* the hyperlinks */
.p.center{
	text-align: center;
}
a {
	color: #06006A;
}
a:hover {
	color: #CC0000;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 750px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 750px;
	height: 15px;
	line-height: 15pt;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
	background: #03006B;
	color: #CC0000;
	}


/* the header that contains the big image */
#header {
	width: 750px;
	height: 180px;
	background: url(../images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 50;
	letter-spacing: -1px;
	color: #03006B;
	position: absolute;
	top: 13px;
	left: 180px;
	width: 274px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 4px;
	right: 5px;
	width: 589px;
	height: auto;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}

	#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	#navbar a:hover {
	color: #CC0000;
	}
	#navbar #current {
		color: #CC0000;
	}
	#navbar #current a {
		color: #CC0000;
	}


	
/* the core contains all the site contents */
#core {
	width: 750px;
	height: auto;
	margin-top: 5px;
	background-image: url(../images/coreback_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 150px;
	height: auto;
	float: left;
	padding-top: 10px;
	background-image: url(../images/coreback_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	margin-left: 5px;
	text-align: center;
	}
	#coreleft li {
	display: block;
	height: autopx;
	width: 135px;
	margin: 2px;
	line-height: 15px;
	}
	#coreleft  li a {
	display: block;
	height: auto;
	padding: 2px;
	width: 120px;
	color: #07016B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	margin-left: 1px;
	font-weight: bold;
	}

	#coreleft li a:hover {
	color: #CC0000;
	background-color: #07016B;
	}
	
	#coreleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	color: #CC0000;
	}
	
	#coreleft p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
#coreright {
	width: 600px;
	height: auto;
	float: left;
	background-image: url(../images/coreback_right.jpg);
	background-repeat: repeat-y;
	position: relative;
}

	#coreright h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-align: center;
	}
	#coreright p {
	line-height: normal;
	color: #07016B;
	padding: 0 10px 0 10px;
	text-align: justify;
	}
	#coreright br {
	line-height: normal;
	color: #07016B;
	padding: 0 10px 0 10px;
	text-align: center;
	}
	#coreright ul {
	width: auto;
	padding-left: 20px;
	padding-right: 40px;
	}
	#coreright li {
	text-align: justify;
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #a2a1c9;
	font-size: 11px;
	}
	#coreright li a {
	text-decoration: none;
	color: #3C3986;
	display: block;
	height: auto;
	padding: 1px;
	}
	#coreright li a:hover {
	background: #a2a1c9;
	color: #DDDCEA;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 750px;
	height: auto;
	background-image: url(../images/coreback.jpg);
	background-repeat: repeat-y;
	position: relative;
	line-height: 30px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
	color: #FFF;
	padding-right: 20px;

	}
	#footer a {
		color: #FFF;
	}
#application {
	width: 750px;
	height: auto;
	background-image: url(../images/bgapplication.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	margin-top: 5px;
}
