﻿/* CSS Document */

body
{	
	background: #000000 url(../../content/images/background.gif) repeat-x top;	
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: #ffffff;
}

#container_footer
{
	margin: 0px auto;
	padding: 18px 20px 0px 40px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#container_footer a
{
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

#container_footer a:hover
{
    text-decoration: underline;
}

#content_background
{
	background: #ffffff url(../../content/images/background_content.jpg) no-repeat bottom; 	
}

#content
{
	background: url(../../content/images/background_content_top.jpg) no-repeat top;
	padding: 0px 20px 20px 20px;
}

#column1
{
    float:left;  
    
    padding-left:20px; 
    padding-right:20px; 
    width:197px; 
}

/* for understanding browsers */
#column2 {
    min-height:500px; 
    height:auto;
}
/* for Internet Explorer */
/*\*/
* html #column2 {
    height:500px;
}
/**/

#column2
{
    /**/
    float:left;   
    padding-left:25px;  
    width: 470px;
}
.bar_right{ border-right: solid 1px #dcdcde; }
.bar_left{ border-left: solid 1px #dcdcde; }

#column2 p
{
    line-height: 20px;
    vertical-align: top;
}


#column2 p.special
{
    color:#722514;
    font-weight:bold;
}

.box
{
    float:left; 
    width: 100%;
    border: 1px solid #b8b7ba;
    margin-bottom: 14px;
    background: #fff;
}

.box span
{
    padding: 0px 10px 10px 10px;
    background: red;
}
.box img
{
    margin: 0px;
    padding: 0px;
}

.clearit
{
    clear: both;
}

.box a{color:#0065a4; font-weight:bold; text-decoration:none;}
.box a:hover{ text-decoration:underline;}

.box a.login{color:#0065a4; font-size:9px; font-weight:bold; text-decoration:none;}
.box a.login:hover{ text-decoration:underline;}

.login_text
{
    font-weight:bold;
}
.login_textbox{font-size:11px; color:#000; height:18px;}

.bread
{
    color:#000;
}
.bread_link
{
    color:#000;
    text-decoration: underline;
}

h2.pagelabel
{
    margin-top: 30px;
    background:url(../../content/images/grey_dot.gif) repeat-x bottom; 
    height:32px;    
}

h4{font-family:Verdana; font-size:11px; color: #005388;}
.sub_label{font-family:Verdana; font-size:11px; font-weight: normal; color: #005388;}

.register_textbox
{
    width: 176px;    
}
.label{ font-weight: bold; color: #005388; }
.vtop{ vertical-align:top; }

.blue_bold{ color:#005388; font-weight: bold; font-size: 10px;}

img{border:none;}