﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	background-color: #C0C0C0;
}
#container {
	margin: 0;
	background-color: #fff;
	position:relative;
}
#masthead {
position:relative;
	text-align: right;
	width: 900px;
	background-color: #c5d5e5;
}
#navigation {
position:relative;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  silver;
}
#footer {
	position:relative;
	width: 900px;
	background-color: #0066CC;
	padding-bottom: 5px;
}

#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	width:100%;
	background-image:url(../images/navbar_bg.gif);
	height:25px;
	display:block;
	list-style-type:none;
	margin: 0;
	font-size: 18px;
}
#navigation li {
	float:left;
	vertical-align:middle;
}
#navigation a {
	color:   silver;
	text-decoration: none;
    height:25px;
	border-right: 1px solid  silver;
	padding-left:40px;
	padding-right:40px;
}
#navigation a:hover {
	color:  white;
	text-decoration: none;
	border-right: 1px solid  silver;
}

#btnServiceEmpty{
font-size:medium;
text-align:right;
background-color:#003366;
  }

#btnService{
font-size:medium;
text-align:right;
background-color:#003366;
  }

#btnService a{
display:block;
text-decoration:none;
color:silver;
background-image: url('../images/btn_service_silver.gif');
background-repeat:no-repeat;
background-position:left top;
height:65px;
width:250px;
}

#btnService a:hover{
background-image: url('../images/btn_service_white.gif');
text-decoration:none;
color:white;
}

#btnRemSupportEmpty {
font-size:medium;
text-align:right;
background-color: #0066CC;
  }

#btnRemSupport {
font-size:medium;
text-align:right;
background-color: #0066CC;
  }

#btnRemSupport a{
display:block;
text-decoration:none;
color:silver;
background-image: url('../images/btn_remsup_silver.gif');
background-repeat:no-repeat;
background-position:left top;
height:65px;
width:250px;
}

#btnRemSupport a:hover{
background-image: url('../images/btn_remsup_white.gif');
text-decoration:none;
color:white;
}

#btnUserEmpty {
font-size:medium;
text-align:right;
background-color:#3399FF;
  }

#btnUser {
font-size:medium;
text-align:right;
background-color:#3399FF;
  }

#btnUser a{
display:block;
text-decoration:none;
color:silver;
background-image: url('../images/btn_email_silver.gif');
background-repeat:no-repeat;
background-position:left top;
height:65px;
width:250px;
}

#btnUser a:hover{
background-image: url('../images/btn_email_white.gif');
text-decoration:none;
color:white;
}

#headermenu {
font-size:12px;
color:silver;
}
#headermenu a{
color:silver;
text-decoration:none;
}
#headermenu a:hover{
color:white;
text-decoration:underline;
}
	
/* Styles for Content */
ul{
font-size:14px;
}
h1 {
	font-size: 2em;
	color:  #333333;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
	margin-right:15px;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 1.0em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color:   #99CCFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #99CCFF;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
/* Styles for Links */
p{
font-size:14px;
	}
	
}
.style_page_p_text{
font-size:small;
}

a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.sytle_centered_text{
vertical-align:top;
	text-align: center;
}