body{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #D4DEFA;
	background-color: #2C395D;
}

#Page{
	max-width: 954px;
	min-width: 627px;
	margin: auto;
	padding: 20px;
}

.hideme{
	display: none;
}

#TopBar{
	max-width: 954px;
	min-width: 627px;
	height: 85px;
	padding-top: 17px;
	padding-bottom: 15px;
	color: #000;
	background-color: #fff;
	text-align: center;
}

#MenuBar{
	max-width: 954px;
	min-width: 627px;
	height: 49px;
	padding-top: 10px;
	color: #fff;
	background-color: #01244e;
}

#MenuBar ul{
	margin: 0;
	padding: 0;
}

#MenuBar li{
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
	background-image: url("/Templates/images/Icon-Menu.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#MenuBar li.no-icon{
	display: inline;
	background-image: url("");
	
}

#MenuBar-Left{
	float: left;
	width: 70%;
}

#MenuBar-Right{
	float: right;
	width: 30%;
}

#MenuBar-Content-Left{
	padding-top: 22px;
	padding-left: 25px;
	font-size: 11pt;
}

#MenuBar-Content-Right{
	padding-right: 25px;
	text-align: right;
}

.appointments{
	font-size: 97%;
}

.tel{
	font-size: 110%;
}

#MenuBar a:link, #MenuBar a:visited{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#MenuBar a:hover{
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	color: #000;
	background-color: #fff;
}

#Content{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 11%;
	padding-right: 11%;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#Footer{
	font-size: 8pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #D4DEFA;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #1E3B90;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #01244e;
	background-color: inherit;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.1em;
}

h4{
	font-size: 1em;
}

h5, h6{
	font-size: 1em;
}

.h3-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1.1em;
}

.h3-nospace a:link, .h3-nospace a:visited{
	text-decoration: none;
}

.h3-nospace a:hover{
	text-decoration: underline;
}

.h4-nospace{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 1em;
	font-size: 1em;
}

.large-center, .xlarge-center{
	font-size: 1.2em;
	color: #01244e;
	background-color: inherit;
	text-align: center;
	font-weight: bold;
}

.xlarge-center{
	font-size: 1.5em;
}

.hr{
	height: 13px;
	border: 1px #C8C8C8;
	border-style: dashed none none none;
}

.p-nospace{
	margin-top: 0;
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.p-smallprint{
	font-size: 0.8em;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #212B46;
}

.Center{
	text-align: center;
}

.ListBar{
	float: left;
	width: 50%;
}

.Align-Image-Right{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}


.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.New-Line{
	clear: both;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
} 

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
	padding-bottom: 4px;
}
