/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
        right-margin: 500px; 
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {

list-style-type : decimal;
}


ol li {
    padding: 5px;
    margin-left: 35px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: rgb(255,255,255);
	font-family: arial, sans-serif;
}

a:link.link { color: rgb(100,100,200); text-decoration: none; font-weight: normal }
a:visited.link { color: rgb(100,100,200); text-decoration: none; font-weight: normal }
a:active.link { color: rgb(100,100,200); text-decoration: none }
a:hover.link { color: rgb(120,120,255); text-decoration: none; font-weight: none }

/* Default form styles and colors */
.form_field_error {
	float: right;
	color: red;
}
.form_field_error li {
	float: right;
	color: red;
}
.form_error {
	color: red;
}


.curvybox {
	border: 1px solid rgb(200,200,200);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
        background: rgb(255,255,255, 0.85);
}

a.navbar-brand {
	position: relative;
	top: -15px;
}

-.overview {
	--border: 1px solid black;
	padding: 5px;
	margin-bottom: 25px;
	--border-top-right-radius:5px;
	--border-top-left-radius:5px;
	--border-bottom-right-radius:5px;
	--border-bottom-left-radius:5px;
}
-div.overview p {
	font-size: 11pt;
	font-family: arial, sans-serif;
	line-height: 19pt;
	margin-top: 8px;
}
-div.overview b {
	font-weight: bold;
}
-div.overview i {
	font-style: italic;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px; 
}
h3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 28px;  
}
p {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px; 
	margin-bottom: 10px;
}

.button {
	font-size: 12pt;
	display: inline-block;
	padding: 10px;
	border: solid 1px white;
	text-align: center;
	border-radius: 20px;
	color: white;
	font-weight: bold;
}

.overview {
	color: white;
}
div.overview {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 30px;
	padding-bottom: 30px;
}

