html, body
{
    background-color: #EFEFEF;
	background-image: none;
    /*background:  url(img/bg.png) top repeat-x;*/
    font-family: Arial, Verdana, Tahoma;
    color: #333;
    font-size:10pt;
    text-align: center;
}
a:link, a:visited
{
    color: #2B3289;
    text-decoration: none;
}
a:hover, a:active
{
    color: red;
    text-decoration: underline;
}

/*========================
Page/Design Containers
========================*/
#Container_Page
{
    display: inline-block;
    background-color: white;
	border: solid 1px #333;
    width: 840px;
	text-align: left;
    margin-top: 30px;
	margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 10px 20px;
    text-align: left;
}
#Wrapper_Page
{
    display: inline-block;
}
#Wrapper_Content
{
    display: inline-block;
    text-align: left;
}
#Header
{
    margin-bottom: 10px;
}
#Header .Logo
{
    text-align: right;
}
#RightPane
{
    margin-top: 15px;
}
#ContentPane
{
    text-align: left;
    font-size:10pt;
    line-height: 17px;
}

/*========================
Start - Rounded Corners Container
========================*/
#Content_Admin
{ 
    width: 830px; 
    float: left;
    text-align: left;
}
#Content_Left
{ 
    width: 560px; 
    float: left;
    text-align: left;
}
#Content_Right 
{ 
    width: 270px;
    float: right;
    text-align: right;
}
.Menu
{
    padding-left: 20px;
    clear: both;
}
.User_Content
{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 66px;
}
DIV#Global_Nav 
{ 
	text-align: right; 
    font-size: 8pt; 
    color: #003510; 
    text-decoration: none;
    line-height: 26px;
}

/*   -- Even more rounded corners with CSS: Base stylesheet --*/
#Content_Left .dialog 
{
    position:relative;
    margin:0px auto;
    min-width:8em;
    max-width:570px; /* based on image dimensions - not quite consistent with drip styles yet */
    color: #333;
    z-index:1;
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under dialog */
}

#Content_Left .dialog .content,
#Content_Left .dialog .t,
#Content_Left .dialog .b,
#Content_Left .dialog .b div
{
    background:transparent url(img/bg_content.jpg) no-repeat top right;
    /*_background-image:url(ing/bg_content.jpg);*/
}

#Content_Left .dialog .content {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding:0px 20px 0px 0px;
}

#Content_Left .dialog .t {
    /* top+left vertical slice */
    position:absolute;
    left:0px;
    top:0px;
    width:12px; /* top slice width */
    margin-left:-12px;
    height:100%;
    _height:1600px; /* arbitrary long height, IE 6 */
    background-position:top left;
}

#Content_Left .dialog .b {
    /* bottom */
    position:relative;
    width:100%;
}

#Content_Left .dialog .b,
#Content_Left .dialog .b div {
    height:30px; /* height of bottom cap/shade */
    font-size:1px;
}

#Content_Left .dialog .b {
    background-position:bottom right;
    z-index: 100;
}

#Content_Left .dialog .b div {
    position:relative;
    width:12px; /* bottom corner width */
    margin-left:-12px;
    background-position:bottom left;
    z-index: 110;
}
#Content_Left .dialog .hd,
#Content_Left .dialog .bd,
#Content_Left .dialog .ft {
    position:relative;
}
#Content_Left .dialog .hd
{
    z-index: 120;
}
#Content_Left .dialog .bd
{
    padding-top: 75px;
}


/*========================
End - Rounded Corners Container
========================*/
#Footer
{
    float: left;
    clear: both;
    margin-top: 25px;
    width: 100%;
}
#Footer .Content_Footer 
{
    text-align: center;
    font-size: 8pt;
}
#Footer .coypright
{
	margin-left: 40px;
	margin-top: 6px;
}
#Footer .coypright li
{
	display: inline;
	list-style-type: none;
	border-right: dotted 1px #607AB1;
	padding-right: 10px;
	padding-left: 10px;
}
#Footer .coypright li.Last
{
	border-right: none;
}
