@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagebackground.gif);
}
p, ul, li {
	font-size: 13px;
	line-height: 18px;
}
td {
	font-size: 13px;
	line-height: 18px;
}
th {
	font-size: 14px;
}


h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #010559;
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #010559;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #010559;
}

ul {
	list-style-type: square;
}

#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgba(153, 153, 153, 0.35);  box-shadow: 4px 4px 10px #999 ;
	border-bottom: #4D4D4D;
	border-right: #4d4d4d;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

#header {
	background-image: url(images/RemissionCoachHeader2017-970.png);
	height: 150px;
	width: 970px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
	
}
#footer {
	clear: both;
	font-size: 14px;
	padding: 30px 20px;
	color: #FFF;
	background-color: #2F7F8B;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc3ce+0,248c96+100 */
 
}
#footer a {
	color: #f9f9f9;
}
#footer a:hover {border-bottom: #f9f9f9 dotted thin
}

#navbar {
	height: 30px;
	width: 920px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #2F7F8B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #25675A;
	border-bottom-color: #25675A;
}
#main {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/sidebarfiller3.jpg);
	background-repeat: repeat-y;
}
#main  #contentHolder {
	width: 584px;
	float: right;
	border: 1px none #006600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main #sidebar {
	float: left;
	width: 265px;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#logIn  {
	padding: 2px;
	border: 1px solid #010559;
}
#sidebarNav {
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #010559;
	border-right-color: #010559;
	border-bottom-color: #010559;
	border-left-color: #010559;
}
#sidebarNav   a {
	display: block;
	color: #FFFF33;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	margin: 5px;
}
#sidebarNav  a:hover {
	text-decoration: none;
	color: #010559;
	background-image: url(images/submenubackground.gif);
}

.clearfix {
	clear: both;
}
.inputfield {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
.tableBorders {
	border-collapse:collapse;
}
.tableBorders  td {
	padding-right: 10px;
	padding-left: 10px;
}

}
.tableNoBorders {
	border-collapse:collapse;
}
.tableNoBorders  td {
	padding-right: 10px;
	padding-left: 10px;
}
.paragraphNotopspace {
	margin-top: 0px;
}
.imageRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
}
.imageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
