﻿body
{
	font-family: arial;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
	color: #3C475B;
}

h1
{
	font-size: 16px;
	border-bottom: solid 1px #3C475B;
	width: 100%;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 13px;
}

table
{
	font-size: 12px;
}



#contentwrap{ 
	width: 100%; 
	text-align: center; 
	padding: 0; 
	margin: 0; 
}

b
{
	font-weight:900;
	font-size: 12px;
}


a
{
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.menu
{
    background-color:#3C475B; 
    color: white;
    background-image: url(/netdentity/images/Menu_Shadow_Middle_Right.png);
    background-repeat: repeat-y;
    background-position: right;
    height: 20px;
}

.menu a
{
	color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.menu2
{
    background-color: #B3BEDA;
    height: 50px;
    background-image: url(/netdentity/images/Menu_Shadow_Middle_Right.png);
	background-repeat: repeat-y;
    background-position: right;
    color: white;
}

.menu2 a
{
	color: white;
}

.Breadcrumbs
{
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    top: 25px;
    position: relative;
}

.right_background
{
	background-color: #E6E8F5;
	
}

.left
{
	width: 148px;
	background-color: #E6E8F5;
	background-image: url(/netdentity/images/Menu_Shadow_Middle_Right.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	position: absolute;
}

.left_top
{
	background-image: url(/Netdentity/Images/Left_Top.png);
	width: 148px;
	height: 113px;
}

.right_shadow
{
	background-image: url(/netdentity/images/Menu_Shadow_Middle_Right.png);
	background-repeat: repeat-y;
	width: 5px;
}



.shadow
{
    background-image: url(/netdentity/images/Menu_Shadow_Bottom_Middle.png);
    height: 7px;
    vertical-align: top;
    background-repeat: repeat-x;
    margin:0px;
    padding:0px;
    
}

.shadow_left
{
    background-image: url(/netdentity/images/Menu_Shadow_Bottom_Left.png);
    background-repeat: no-repeat;    
}

.shadow_right
{
    background-image: url(/netdentity/images/Menu_Shadow_Bottom_Right.png);
    background-repeat: no-repeat;    
    width: 5px;
    height: 7px;
    float: right; 
}

.content
{
	width: 672px;
	position: relative;
	left: 153px;
	padding: 5px;
}

.content a
{
	text-decoration:underline;
	
}

.news
{
	width: 148px;
	float: right;
	background-image: url(/netdentity/images/news_background.png);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
	font-size: 12px;	
}
.news_content
{
	
	background-image: url(/netdentity/images/news_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px;
}

.news_bottom
{
	
}

.box_heading
{
	background-image: url(/netdentity/images/box_header.png);
	width: 148px;
	height: 23px;
	vertical-align: middle;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
