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

/* Colors 
Blue #0099cc
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''} 
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none } 
* a { position:relative } 
a { outline:none } 
a img { border:none }
/* End Global reset */

body {
	font-size:26px;
}

div#ie_warning{ width:100%; color:#000; background:yellow;}
div#ie_warning a {color:blue;}

a {
	color:#0099cc;
	padding:3px;
}

a:hover {
	color:#fff;
	background-color:#0099cc;
	text-decoration:none;
}

#wrapper {
	position:relative;
}

#header, #footer {
	width:100%;
	background-color:#0099cc;
	height:20px;
	color:#fff;
	font-size:14px;
}

#header {
	text-align:right;
}

#header a, #footer a {
	color:#fff;
	padding:3px;
}

#header a:hover, #footer a:hover {
	background-color:#fff;
	color:#0099cc;
	padding-bottom:3px;
}

#header #user_info {
	position:absolute;
	left:10px;
}

#footer {
	text-align:center;
	margin-top:8%;
	position:fixed;
	bottom:0;
}

#logo {
	margin:20px auto;
	margin-bottom:0px;
	width:800px;
	height:80px;	
}

#logo a:hover {
	background-color:transparent;
}

input {
    font-size:20px;
	padding:3px;
	margin-bottom:30px;
	margin-top:3px;
}

select {
	font-size:26px;
	margin-bottom:30px;
}

#container {
	margin:80px 25%;
}

#p_eg {
	margin:10px 0px;
}

#eg {
	background-color:yellow;
}

ul li {
	list-style:disc inside;
}

ol li {
	list-style:decimal inside;
	margin-top:10px;
}

#user_new_reminder {
	text-align:right;
}

#notice, #error {
	float:left; position:absolute; left:50px; margin-top:0px;
}

#logged_in_email {
	color:#0099cc;
}