/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/ris-tiling-bg.jpg);
	background-repeat: repeat-x;
	background-color: #4C73C5;
	color: #FFFFFF;
	margin-top: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin: auto;
	text-align: left;
	background-color: #7089BF;
	width: 957px;
}
#loginBar{
	background-image: url(images/ris-b-nav-bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	overflow: hidden;
	width: 957px;
}
#mainNav{
	width: 697px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.loginBox {
	font-size: 11px;
	position: relative;
	top: -15px;
}
.smallText {
	font-size: 10px;
}
.medText {
	font-size: 11px;
}
.sideBar {
	background-color: #A9B7D4;
}
