/* CSS Document */
body {
	background-color: #f9faff;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	text-align:center;
}


body, div, td 
{
	font-family:Arial, Geneva, Sans-Serif;
	font-size:11px;
}

table#Page 
{
	DISPLAY: block; 
	TOP: 0px; 
	BACKGROUND-COLOR: #ffffff;
}
#bgr_white 
{
	BACKGROUND-COLOR: #ffffff;
}

/* BreadCrumb and Lexington row */
td#CrumbsAndLex {
	background-image: url(images/lex.background.big.gif);
	background-repeat: no-repeat;
}
/* Top navigation links */
td#TopNav {
	height: 21px;
	background-image: url(images/topnav.bg.gif);
}
td#PageHeader {
	background-color: #000f60;
}


/* Standard bold blue title */

h2 {

	display: block;

	font-family: Arial, Geneva, Sans-Serif;

    font-weight: bold;

	font-size: 14px;

	line-height: 17px;

	color: #0C106B;

}

h3 {

	display: block;

	font-family: Arial, Geneva, Sans-Serif;

    font-weight: bold;

	font-size: 12px;

	line-height: 15px;

	color: #0C106B;

}



a:link     { color: #0C106B; text-decoration: underline}

a:visited  { color: #0C106B; text-decoration: underline}

a:hover    { color: #4F61C5; text-decoration: none}

a:active   { color: #0C106B; text-decoration: none}



.menu_bold {

	font-family:Arial, Geneva, Sans-Serif;

	font-size:11px;

    font-weight: bold;

	color: #4F61C5;

}

.menu_bold a:link     { color: #0C106B; text-decoration: none;}
.menu_bold a:visited  { color: #0C106B; text-decoration: none;}
.menu_bold a:hover    { color: #4F61C5; text-decoration: none;}
.menu_bold a:active   { color: #4F61C5; text-decoration: none;}



.main_content{

	font-family:Arial, Geneva, Sans-Serif;

	font-size:12px;

	color: #0C106B;

}

.blue_small 

{

	font-family:Arial, Geneva, Sans-Serif;

	font-size:10px;

	color: #0C106B;

}

.black_small 

{

	font-family:Arial, Geneva, Sans-Serif;

	font-size:10px;

	color: #000000;

}

.errorMessage{

	font-family:Arial, Geneva, Sans-Serif;

	font-size:11px;

	color: #FF0000;

}

.line_grey { border-width:1px; color:#CCCCCC; }



.header_blue{

	background-color: #000f60;

	font-family:Arial, Geneva, Sans-Serif;

	font-size:11px;

	color: #FFFFFF;

	font-weight: bold;

}

.footer {

	font-family:Arial, Geneva, Sans-Serif;
	color: #0C106B;
	font-size:11px;

}

.footer a:link     { font-weight: bold; color: #0C106B; text-decoration: underline}

.footer a:visited  { font-weight: bold; color: #0C106B; text-decoration: underline}

.footer a:hover    { font-weight: bold; color: #4F61C5; text-decoration: none}


.bold_links {

    color: #003399;

    font-weight: bold;

    font-size: 12px;

    font-family: Arial, Geneva, Sans-Serif;

}

.bold_links a:link    {	color: #0C106B; text-decoration: none}
.bold_links a:visited { color: #0C106B; text-decoration: none}
.bold_links a:hover   { color: #4F61C5; text-decoration: none;}
.bold_blue {
    color: #4F61C5;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Geneva, Sans-Serif;
}

.border_blue {
	border-width:1px;
    border-color:#0C106B;
    border-style:solid;
}
.border_underline {
	border-bottom-width:2px;
    border-color:#D8DBEE;
    border-style:solid;
}
