a
{
	color: #ac0b0b;
}

body
{
	margin: 0px; 
	padding: 0px 25px 0px 25px;
	color: #3C4F5E;
	font-family: Verdana; 
	font-size: 10px; 
}

table
{
	font-size: 10px;
}

.red_button
{
	background-color: #ac0b0b;
	color: white;
}

.section_box
{
	float:left;
	border: 1px solid #76838C;
	border-bottom: 1px solid #76838C;
	color: #3C4F5E;
	margin:0px;
}

.section_header
{
	background-color: #ac0b0b;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	color: white; 
	height: 14px;
	border-bottom: 1px solid black;
}

.section_content
{
	width:98%;
	float: left;	
	padding: 10px;
}

.glowing_text
{
	background-color:#FFFFCC;
	color:#A05A3D;
	margin:0px;
	padding:0px;
	border:1px solid #FFCC00;
}

.glowing_text:hover
{
	background-color:#FFCC89;
	color:#A05A3D;
	margin:0px;
	padding:0px;
	border:1px solid #A05A3D;
}

/* layout classes  */
.page_logo { width:100%; } 
.page_menu {
    float:left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 4px 0px;
    font-weight: bold;
    color: #555571;
    border-bottom: 1px solid black;
	width:85%;
}
.page_greeting {
	float:right;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 13px 0px;
	font-weight:normal;
    color: #555571;
    border-bottom: 1px solid black;
	text-align:right;
	width:15%;
	min-width:120px;
}

.page_content {
	margin:0px;
	padding:0px;
	float:left;
	min-height: 400px;
	margin-bottom: 25px;
	width:100%;
}

.page_footer {
    border-top: 1px solid black;
    padding: 15px 0px 15px 0px;
	float:right;
	clear:both;
	text-align:right;
	width:100%;
}

.width_full {
	max-width:100%;
	min-width:100%;
	width:100%;
}
.width_menu {
	max-width:176px;
	min-width:176px;
	margin-right:15px;
}

.width_content {
	width:80%;
	max-width:80%;
	min-width:80%;
}

.width_half {
	width:48%;
	max-width:48%;
	min-width:48%;
}

.width_form {
	width:400px;
	max-width:400px;
	min-width:400px;
}

.full_height {
	height:100%;	
}

.margin_left {
	margin-left:10px;
}

.no_padding
{
	padding:0px;
}