﻿html, body, form
{
	margin: 0px;
	padding: 0px;
}
body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Georgia, Garamond, Times, 'Times New Roman' , serif;
	background-color: White;
}
h2
{
	font-size: 10pt;
	font-weight: normal;
}
a:link
{
	color: #2c5687;
	text-decoration: none;
}
a:visited
{
	color: #2c5687;
	text-decoration: none;
}
a:active
{
	color: #2c5687;
	text-decoration: none;
}
a:hover
{
	color: #2c5687;
	text-decoration: underline;
}
#container
{
	margin: auto;
	padding: auto;
	width: 820px;
}
#top
{
    display:none;
	width: 820px;
	height: 169px;
}
#header
{
	height: 143px;
	width: 820px;
	background-image: url(../images/top_bg.jpg);
}
#login_bg
{
	height: 26px;
	width: 820px;
	background-image: url(../images/login_bg.jpg);
}
#login_display
{
	padding-top: 3px;
	float: right;
	color: White;
	padding-right: 15px;
}
#login_display a:link
{
	color: #7da3ca;
	text-decoration: none;
}
#login_display a:visited
{
	color: #7da3ca;
	text-decoration: none;
}
#login_display a:active
{
	color: #7da3ca;
	text-decoration: none;
}
#login_display a:hover
{
	color: #7da3ca;
	text-decoration: underline;
}
.message_user
{
	color:Red;
	padding: 5px;
}
#middle
{
	width: 820px;
	background-repeat: repeat-y;
	position: relative;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#app_nav
{
    display: none;
}
#nav_header
{
    display: none;
}
#main_content
{
	width: auto;
	margin-right: 13px;
	position: relative;
	margin-left: 13px;
}
.content_header
{
	height: 25px;
	border-bottom: 1px solid #333333;
}
.content_header_padding
{
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 2px;
}
.content_padding
{
	padding: 5px;
}
#bottom
{
	width: 820px;
	height: 35px;
}
#footer_bg
{
}
.btn_sml
{
    display: none;
}
.btn_med
{
    display: none;
}

.form
{
	border: 0px solid #333333;
}

input
{
    border: none;
}

textarea
{
    border: none;
}

.text_box1
{
    border: none;
	width: 550px;
	height: 150px;
}
.text_box2
{
    display: none;
}

.text_box_print
{
    display: block;
}

.pageBreak
{
    page-break-before: always;
}
.printHeader
{
    display: block;
    padding: .3em;
    font-weight: bold;
    text-align: center;
}
.topNav
{
    display: none;
}
