/* Default Stylesheet */
																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 75%;
		text-align: center;
		/* background-image:url(../rscs4/stars_s.jpg); background-position:center; background-repeat:repeat; */
		}

																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	width: 615px;
	margin: 10px auto;
	text-align: left;
	background-color: #ffffff;
		border: 1px solid #eee; 
	}
	div#header-wrap {
	margin: 0px 0 8px 0;
	/* height: 253px; */
	height:320px;		

		}
		div#header-in {
			padding: 0px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
/*			background-image:url(../../); */
/*			background-image:url(../images/portalinner2_s.jpg); */
			width:615px; height:320px; /* height:253px; */
			}
	div#content-wrap {
		
		}
		div#center {
			/* margin: 0 0px 0 10px; */
			/* margin: 0 210px 0 10px; */
			width:615px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			padding-bottom:10px;
			/* padding:10px; */
			}
			div#center-in {
				padding: 20px;
				}
				
			.strong {font-weight:bold; }	
			
		div#right {
		margin:0 10px 0 0;
			float: right;
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 2px 2px 0;
			}
			div#right-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}




.quote { font-size:14px; font-weight:bold; font-family:Verdana, Arial, serif;}
p.quote {padding-bottom:10px; border-bottom:#999999 1px solid; font-weight:normal; text-align:justify;}

																/* >>> SUB CONTAINERS <<< */
div.box {
	float: right;
	position:relative;
	width: 220px;
	margin: 20px 0;
	padding: 10px;
	color: inherit;
	background-color: #FFFFFF;
	border: 1px solid #eee;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px -20px;
		}
	div.right {
		
		}

																/* >>> LISTS <<< */
ul#nav-right {
	margin: 20px;
	list-style: none;
	}
	ul#nav-right li {
		
		}
		ul#nav-right li a {
			display: block;
			width: 138px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-right li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}
			
ul#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
	background-color:#000000;
	width:100%;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 0px;
			color: #FFFFFF;
			background-color: inherit; 
			font-size: 90%;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			padding:4px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
		ul#nav-top li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}
			
ul#nav-footer {
	margin: 0 0 0 0;
	padding: 2px 4px 4px 4px;
	color: #aaa;
	background-color:#000000;
	font-size: 80%;
	list-style: none;
	text-align: right;
	font-weight:bold;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	color:#FFFF00;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	}
div#right h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a, a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}





																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */

