* {
	padding: 0;
	margin: 0;
}
body {
	background: #CECFCE url(images/bg.jpg) top center repeat-y;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0;
	color: #555;
}
img {
	border: none;
}
p {
	padding: 8px 0px 8px 0px;
}
#introduction {
	background: #ddd;
	padding: 10px;
	border-bottom: 4px solid #666666;
	margin: 0 auto;
	clear: left;
}
a {
	text-decoration: none;
	color: #173D7F;
}
a:hover {
	color: #333;
}
h1 {
	font-style:italic; 
	color:#990033;
	font-size: 100%;
}
h3 {
	color: #808080;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	margin: 10px 0 10px 0;
}
ol {
	padding-left: 20px;
}
#wrap {
	margin: 0 auto;
	width: 895px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px solid #666666;
}
#header {
	margin: 0 auto;
	height: 100px;
	text-align: center;
}
#header h1 {
	padding: 25px 0 0 225px;
	font-size: 23px;
	font-weight: 100;
	letter-spacing: -1px;
}
#header h1 a {
	color: #f7f7f7;
}
#header h1 a:hover {
	color: #aaa;
}
#header h2 {
	padding: 0 0 0 225px;
	font-size: 15px;
	color: #eee;
	font-weight: 100;
}
#navigation {
	line-height: 30px;
	margin: 0;
	clear: right;
}

#content {
	margin: 0 auto;
	width: 895px;
}
#left1 {
	float:left;
	width:200px;
	margin-top: 0px;
	padding-bottom: 20px;
}
#left1 h3 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/menubg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#left1 .box {
	border: 1px solid #EFF0F1;
	margin: 0 0 5px 0;
}
#left1 ul {
	color: #aaa;
	text-align: left;
	margin: 3px 0 8px 0;
	padding-left: 20px;
	text-decoration: none;
}
#left1 ul li {
	padding: 2px 0 2px 0px;
	margin: 0 2px;
}
#left1 ul a {
	font-weight: 600;
	color: #001F4F;
}
#left1 ul a:hover {
	color : #990033;
}
#right1 {
	float: right;
	width: 675px;
	padding: 0px 0 20px 10px;
	line-height: 17px;
}
#right1 h2 {
	padding: 5px 0 5px 0;
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #990033;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	margin-top: 10px;
}
#right h2 a {
	color: #173D7F;
	text-decoration: none;
}
#right1 h2 a:hover {
	color: #990033;
}
#footer {
	background: #333;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	color: #999;
	margin: -10px;
	width: 720px;
}
#footer a {
	color : #ffffff;
	text-decoration: none;
	margin: 0 auto;
}
#footer .links a {
	text-transform: uppercase;
	padding: 0 5px 0 5px;
}	
#footer a:hover {
	color : #ffffff;
	text-decoration:underline;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#page {
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
#footer {
	position: absolute;
	bottom: 0px;
	background-color: #990033;
	width: 915px;
	border: 1px solid #666666;
	color: #FFFFFF;
}
#header h1 {
	display: inline;
}
#top {
	height: 103px;
	position: relative;
	color: #762536;
	background-color: #FFFFFF;
}
#presenting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
	padding: 10px 8px 0 8px;
	height: 35px;
}
#login, #login table {
	line-height: 26px;
	color: #FFFFFF;
	background-color: #990033;
	border: 1px solid #666666;
	width: 905px;
	margin: 0 auto;
	text-align:right;
	padding-right: 10px;
	height: 26px;
	font-size: 95%;
}

form input.text, form textarea{
	width:100px;
	border:1px #E0E0E0 solid;
	color:#666;
	padding:0px;
	font:12px Arial,san-serif;
	background-color: #F3F3F3;
	}

form input.text:hover, form textarea:hover{
	border:1px #E0E0E0 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #CCC solid;
	color:#666;
	}
	
	


#login .button {
	font-size: 95%;
}

