﻿/* CSS Document */
/* Body Styles */

body {
	background-color: #7eac96;
	margin-top: 10px;
	margin-left: 0px;
}
html { 
	overflow-y: scroll; 
}
.topcontainer {
	width: 794px;
	background-color: #ffffff;
}
.maincontainer {
	width:794px;
	background-color: #ffffff;
	border:1px;
	border-color: #95c3e1;
	border-style: solid;
}
.rightcontainer {
	width: 190px;
	background-color: #f4f4f4;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.textcontainer {
	width: 570px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px
}
.quicklinkscontainer {
	background-color: #ffffff;
	width: 170px;
	border: 1px;
	border-color: #cccccc;
	border-style: solid;
	margin-left: 7px;
}
.bgdarkblue {
	background-color:#306c92;
}
.bgblue {
	background-color:#95c3e1;
}
.bglightblue {
	background-color: #ecf7fe;
}

.bglightgrey {
	background-color: #fafafa;
}
.dottedline {
	background-image: url('../images/dottedline.gif');
	background-repeat:repeat-x;
}
.rowleft {
	text-align:left;
}
.rowcenter {
	text-align:center;
}
.rowright {
	text-align:right;
}
