/******* Begin Main Layout *******/
html, body{
	min-height: 100%;
	height: 100%;
}
body {
	background: #FFF url(../images/rjlg/background.gif) repeat-y top center;
	text-align:center;
	position:relative;
	width: 700px;
	margin:0 auto;
	cursor:default;
}
html>body{
	height: auto;
}
#container {
	text-align:center;
	padding-bottom:30px;
	width:700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	width:700px;
	height:80px;
	display:block;
}
#footer {
	position: absolute;
	bottom: 0;
	left:0;
	text-align:right;
	background:#00006b;
	width:700px;
	margin:0;
	color:white;
}
#menu {
	background:#00006b;
	color:white;
	text-align:left;
	border:1px solid black;
	border-left:0;
	border-right:0;
	padding:2px;
	padding-right:10px;
	padding-left:10px;
}
#menu form {
	text-align:right;
	display:block;
	margin:0;
	padding:0;
}
#menu input {
	width:6em;
	background: #D3D3E1;
	border:1px solid white;
}
#menu a {
	color:white;
	text-decoration: none;
}
#menu input.button {
	background: #00006b;
	color:white;
	font-weight:bold;
	border:0;
	width:auto;
	cursor:pointer;
}
#menu a:hover {
	color:#D3D3E1;
	background:none;
}
/******* End Main Layout *******/
/******* Begin Standard Elements *******/
a{
	font-weight: bold;
	color: #06036E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:hover{
	background: #D3D3E1;
}
h1{
	margin:0;
	margin-left: 10px;
	margin-bottom:20px;
	margin-top:10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #06036E;
	text-align:left;
}
h2{
	font-size: 14px;
	text-align:left;
}
hr {
	border:0; 
	border-top: 1px dashed #06036E;
	width: 100%;
	height: 1px;
	margin-bottom:0;
	margin-top:20px;
	clear:both;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin:0;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
table{
	width:670px;
	padding:0;
	margin-left:15px;
	margin-left:15px;
	border:0;
	margin-bottom:10px;
	border-collapse:collapse;
}
td{
	padding:2px;
	margin:0;
	text-align:left;
}
td p{
	margin-bottom:0;
}
table.emphasized {
	border:1px solid navy;
}
table.emphasized td{
	border:1px solid navy;
}
/******* End Standard Elements *******/
/******* Begin Form Elements *******/
form{
	display:inline;
}
input{
	padding:0;
	margin:1px;
	vertical-align:middle;
}
/******* End Form Elements *******/
/******* Begin Custom Elements *******/
input.button {
	height:auto;
	width:auto;
}
span.rjlee{
	font-family:palatino linotype;
	font-weight:bold;
}
span.education{
	font-family:palatino linotype;
	font-weight:bold;
	font-style:italic;
}
span.i{
	font-family:sans serif;
	font-style:italic;
}
div.news{
	text-align:left;
	background:#E9E9F5;
	margin-bottom:15px;
	width:670px;
	margin-left:15px;
	margin-right:15px;
}
div.news h2, div.news p{
	float:right;
	clear:right;
	width:550px;
	margin:0;
	padding-right:10px;
}

#login{
	margin:10px;
	padding:10px;
	border:1px solid #00006b;
	background:#E9E9F5;
	float:right;
	text-align:right;
}
/******* End Custom Elements *******/

/*
.i{
	font-family:sans serif;
	font-style:italic;
}
.welcome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background: #FFF;
	padding: 0px;
	border: none;
}
.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background: #F3F3F3;
	padding: 3px;
	border: 1px #888888 solid;
	margin-right: 5px;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	background: #FFF;
	padding: 0px;
	border: none;
	margin-right: 5px;
}
.picBorder { 
	float: left;
	margin-right: 5px;
	padding:2px;
		border:1px solid #c4c4c4;
	}
.picBorder2 { 
	float: left;
	margin-right: 10px;
	padding:2px;
		border:1px solid #c4c4c4;
	}
ul {
	list-style-image: url(../images/list.gif);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/