html, body
{
    background-color: #EFEFEF;
    background-image: none;
    font-family: Arial, Verdana, Tahoma;
    color: #333333;
    font-size:12px;
    text-align: center;
}
/* \*/ 
* html .gainlayout { height: 1%; } 
/* */
/*========================
Page/Design Containers
========================*/
/*
#Container_Page
{
	width: 820px;
	text-align: left;
	margin: 0 auto;
	border: none;
	padding-top: 30px;
}
*/
#Container_Logo
{
    margin-top: 30px;
}
#Container_Page
{
    background-color: white;
	border: solid 1px #333;
    width: 780px;
    margin-top: 8px;
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: left;
}
#Portal_Content
{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.Menu
{
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

.Different_Description
{
    float: left;
    text-align: right;
    font-weight: bold;
	font-size: 12pt;
	color: #2E3192;
    width: 310px;
}
.Home_Image
{
    float: right;
    width: 460px;
    text-align: right;
}
.Tagline
{
    clear: both;
    margin: 20px auto;
    display: inline-block;

}
/*========================
Rounded Corners Container
========================*/

.dialog {
    width: 820px;
    text-align: left;
}

.dialog .hd .c { font-size:1px; /* ensure minimum height */ height:8px;}
.dialog .ft .c { font-size:1px; /* ensure minimum height */ height:16px;}

.dialog .ft .c { height:16px;}

.dialog .hd { background:transparent url(img/tl.gif) no-repeat 0px 0px; margin-right: 16px;}
.dialog .hd .c { background:transparent url(img/tr.png) no-repeat right 0px; margin-right: -16px;}

.dialog .bd { background:transparent url(img/ml.gif) repeat-y 0px 0px; margin-right: 16px;}
.dialog .bd .c { background:transparent url(img/mr.png) repeat-y right 0px; margin-right: -16px;}
.dialog .bd .c .s { margin:0px 16px 0px 2px; background:#000 url(img/ms.gif) repeat 0px 0px; padding:1em; }

.dialog .ft { background:transparent url(img/bl.png) no-repeat 0px 0px; margin-right: 16px;}
.dialog .ft .c { background:transparent url(img/br.png) no-repeat right 0px; margin-right: -16px;}

.Global_Nav 
{ 
	text-align: center; 
    font-size: 9pt; 
    color: #003510; 
    text-decoration: none;
    clear: both;
    margin-top: 20px;
}
.Nav_List ul 
{
    margin: 0; 
    padding: 0; 
    white-space: nowrap;
}
.Nav_List li a
{
    font-size: 9pt;
}
.Nav_List li
{
	display: inline;
	list-style-type: none;
	border-right: dotted 1px #607AB1;
	padding-right: 10px;
	padding-left: 10px;
}
.Nav_List li.Last
{
	border-right: none;
}



