/* ActiveInternet.com */

body {
	margin: 0px;
}

/* BEGIN: CONTENT TOP */

.ContentTop {
	position: relative;

	top: 0px;		left: 0px;
	width: 100%;	height: 96px;

	background-image: url('images/ContentTop_Background.gif');
	background-repeat: repeat-x;
}

.ContentTop_Masthead {
	position: absolute;
	overflow: hidden;

	top: 22px;		right: 0px;
	width: 243px;	height: 67px;
}

.ContentTop_Angle {
	position: absolute;
	overflow: hidden;

	top: 79px;		left: 0px;
	width: 300px;	height: 16px;

	background-color: #003399;
	background-image: url('images/ContentTop_BackgroundAngle.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

.ContentTop_Menu {
	position: absolute;
	overflow: hidden;

	top: 4px;		right: 0px;
	width: 257px;	height: 18px;

	background-image: url('images/ContentTop_BackgroundMenu.jpg');
	background-repeat: no-repeat;
	background-position: left top;

	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #FFFFFF;
	
	text-align: right;
	vertical-align: top;
}

.ContentTop_Menu .ContentTop_Menu_Link {
	padding-right: 6px; 

	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: White;
	
	text-decoration: none;
}

.ContentTop_Menu .ContentTop_Menu_Link:hover {
	color: Orange;
}

.ContentTop_Menu span {
	padding-right: 6px; 

	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.ContentTop_Logo {
	position: absolute;
	overflow: hidden;

	top: 4px;		left: 0px;
	width: 252px;	height: 72px;
}

/* END: CONTENT TOP */


/* BEGIN: CONTENT MAIN */

.ContentMain {
	width: 820px;
	height: auto;
	clear: both;
}

.ContentMain_Left {
	width: 200px;
	height: auto;
	float: left;
}

.ContentMain_Right {
	width: 600px;
	height: auto;
	padding-left: 20px;
	float: right;
}

/* END: CONTENT MAIN */


/* BEGIN: LEFT SIDE MENU */

.Search_Container {
	height: auto;
	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: #FFFFFF;
	
	padding: 20px 0px 20px 20px;
	background-color: #003399;
}

.MenuXml_Container {
	width: 199px;
	background-color: #FFFFFF;
	text-align: left;
	
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	
	font-family: Verdana;
	font-size: 8pt;
}

.MenuXml_Item_Arrow {
	float: left;
	width: 16px; height: 21px;
	background-color: #EEEEEE;
}

.MenuXml_Item_L1 {
	width: 195px; height: 21px;
	border-bottom: 1px solid #C0C0C0;
	
	overflow: hidden;
	clear: left;
}

.MenuXml_Item_L1 .MenuXml_Item_Text {
	width: 179px; height: 21px;

	white-space: nowrap;
	overflow: hidden; 	
	float: left;
}

.MenuXml_Item_L1 .MenuXml_Item_Text a {
	display: block;
	color: #000000;
	padding: 4px 0px 6px 4px;

	background-color: #FFFFFF;
	text-decoration: none;
}

.MenuXml_Item_L1 .MenuXml_Item_Text a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

.MenuXml_Item_L1_Selected {
	width: 195px; height: 21px;
	border-bottom: 1px solid #C0C0C0;
	
	overflow: hidden;
	clear: left;
}

.MenuXml_Item_L1_Selected .MenuXml_Item_Text {
	width: 179px; height: 21px;

	white-space: nowrap;
	overflow: hidden; 	
	float: left;
}

.MenuXml_Item_L1_Selected .MenuXml_Item_Text a {
	display: block;
	color: #FF0000;
	padding: 4px 0px 6px 4px;

	background-color: #FFFFFF;
	text-decoration: none;
}

.MenuXml_Item_L1_Selected .MenuXml_Item_Text a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

.MenuXml_Item_L2 {
	width: 195px; height: 21px;
	border-bottom: 1px solid #C0C0C0;
	
	overflow: hidden;
	clear: left;
}

.MenuXml_Item_L2 .MenuXml_Item_Text {
	width: 179px; height: 21px;

	white-space: nowrap;
	overflow: hidden; 	
	float: left;
}

.MenuXml_Item_L2 .MenuXml_Item_Text a {
	display: block;
	color: #000000;
	padding: 4px 0px 6px 16px;

	background-color: #FFFFFF;
	text-decoration: none;
}

.MenuXml_Item_L2 .MenuXml_Item_Text a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

.MenuXml_Item_L2_Selected {
	width: 195px; height: 21px;
	border-bottom: 1px solid #C0C0C0;
	
	overflow: hidden;
	clear: left;
}

.MenuXml_Item_L2_Selected .MenuXml_Item_Text {
	width: 179px; height: 21px;

	white-space: nowrap;
	overflow: hidden; 	
	float: left;
}

.MenuXml_Item_L2_Selected .MenuXml_Item_Text a {
	display: block;
	color: #FF0000;
	padding: 4px 0px 6px 16px;

	background-color: #FFFFFF;
	text-decoration: none;
}

.MenuXml_Item_L2_Selected .MenuXml_Item_Text a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}

.Badge_Container {
	width: 199px;	height: auto;
	
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	
	text-align: center;
}

.Badge_Container img {
	padding-bottom: 12px;
}

/* END: LEFT SIDE MENU */
