/* ----------------------------------------------------------------
/* DEFAULT GENERIC PAGE STYLES
/* ------------------------------------------------------------- */

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#1A171B;
}
td,th {
	font-family:inherit;
	font-size:12px;
	color:#1A171B;
}
p {
	font-family:inherit;
	font-size:12px;
	color:#1A171B;
}
h1 {
	color:#0066CC;
	font-size:24px;
	font-weight:bold;
	margin:0px;
}
h2 {
	color:#0066CC;
	font-size:20px;
	font-weight:bold;
	margin:0px;	
}
h3 {
	color:#0066CC;
	font-size:18px;
	font-weight:bold;
	margin:0px;	
}
h4 {
	color:#0066CC;
	font-size:16px;
	font-weight:bold;
	margin:0px;	
}
h5 {
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	margin:0px;	
}
h6 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin:0px;	
}
hr {
	color: #dddddd; 
	width:100%;
	height: 1px;
}

a:link, a:visited {font-size:inherit; font-weight:normal; color: #3887D7; text-decoration: none;}
a:active, a:hover {font-size:inherit; font-weight:normal; color: #1682EE; text-decoration: underline;}

a:link.footer, a:visited.footer {font-size:11px; font-weight:normal; color: #0066CC; text-decoration: none;}
a:active.footer, a:hover.footer {font-size:11px; font-weight:normal; color: #000000; text-decoration: none;}

a:link.logout, a:visited.logout {font-size:11px; font-weight:normal; color: #0066CC; text-decoration: none;}
a:active.logout, a:hover.logout {font-size:11px; font-weight:normal; color: #000000; text-decoration: none;}

a:link.navigation, a:visited.navigation {font-size:12px; font-weight:normal; color: #0033FF; text-decoration: none;}
a:active.navigation, a:hover.navigation {font-size:12px; font-weight:normal; color: #808080; text-decoration: underline;}

a:link.forgotpass, a:visited.forgotpass {font-size:11px; font-weight:bold; color: #0066CC; text-decoration: none;}
a:active.forgotpass, a:hover.forgotpass {font-size:11px; font-weight:bold; color: #000000; text-decoration: none;}

a:link.resourcedownload, a:visited.resourcedownload {font-size:10px; font-weight:bold; color: #1A171B; text-decoration: none;}
a:active.resourcedownload, a:hover.resourcedownload {font-size:10px; font-weight:bold; color: #000000; text-decoration: underline;}



.imagefromeditor {
	border:0px; padding:5px;
}

/* ----------------------------------------------------------------
/* MAIN FRAME/SHELL ELEMENTS
/* ------------------------------------------------------------- */

/* Enter the main frame elements of the site here */

#countries {
	display: none;
}


#header_area {
	margin-left:25px;
	margin-bottom:20px;	
	height:50px;
	/*border: 1px solid #000000;*/
}


#fixed_width {
	display: block;
	text-align:left;
	margin: 0px auto;
	width:940px;
	padding:0px;
	border:none;	
}

#navigation_area, #navigation_box, #icons_area, #spacer, #footer_area, #banner_area {
	display : none;
}

#main_frame {
	display: block;
	text-align: left;
	padding: 0px;
	float:left;
	min-height:450px;
	background-image:none;
	border:none;	
	
}

.navigation_tab {
	display: none;
}

#content_area {
	width:650px;
	float:left;
	clear:both;
	margin-left:20px;
}

#main_content {
	width:650px;
	padding-left:10px;
}

.bluebar {
	display: none;
}

.greybar {
	display: none;
}

.banner_text {
	display: none;
}

.banner_body {
	display: none;
}


/* ----------------------------------------------------------------
/* HEADER SPECIFIC
/* ------------------------------------------------------------- */

/* Enter the main header elements in this section */

.logo {
	width:226px;
	height:126px;
	float:left;
}

/* ----------------------------------------------------------------
/* FORM FIELDS SPECIFIC
/* ------------------------------------------------------------- */

/* Enter Form Field style elements in this section */

.input {
	font-size:10px; 
	color:#666666; 
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#dddddd;
	border-left-color:#dddddd;
	border-right-color:#dddddd;
	border-bottom-color:#dddddd;
}

.submit { 
	height:19px;
	width:50px;
	background-color: inherit; 
	border:1px solid #dddddd;
}
