
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #4E8093;
}





/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 18px;
}



td
{
	font-size: 0.6em;
	color: #333333;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #DC0E03;
	font-size: 1.0em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
}

a:visited
{
	color: #4E8093;
	font-size: 1.0em;
	text-decoration: none;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #DC0E03;
	font-size: 0.8em;
	margin-top: 0px;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #DC0E03;
}



/*
	Container for page
*/

#container
{
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 770px;
	background-color: #fff;
}


/*
	Page header top area - main
*/

#header
{
	background-color: #fff;
	width: 770px;
	height: 97px;
}


/*
	Logo
*/

#logo
{
	position: absolute;
}


/*
	Shapes badge top right
*/

#badge
{
	position: absolute;
	right: 0px;
	top: 0px;
}


/*
	Border Line
*/

#borderline
{
	position: absolute;
	top: 96px;
	background-image: url("images/border_bg.gif");
	background-repeat: no-repeat;
	width: 770px;
	height: 1px;
	background-color: #000;
}


/*
	Top menu
*/

#topmenu
{
	position: absolute;
	right: 10px;
	top: 70px;
	font-size: 0.8em;
}




/*
	Left Column Container
*/

#left
{
	float: left;
	width: 158px;
	padding-top: 40px;
}


/*
	Menu
*/

#menu
{	
	padding-left: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	font-weight: normal;
	font-size: 0.8em;
}

#menu a
{
	color: #000;
	margin-right: 10px;
	text-decoration: none;
	line-height: 1.5;
	font-size: 0.8em;
}

#menu a:hover
{
	text-decoration: none;
	color: #4E8093;
}


#menu a.submenu 
{
	color: #4E8093;
	padding-left: 15px;
	margin-right: 10px;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2;
}

#menu a.submenu:hover
{
	text-decoration: none;
	color: #000;
}


#topmenu a.topmenuitem 
{
	color: #4E8093;
	padding-left: 0px;
	margin-right: 10px;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2;
}

#topmenu a.topmenuitem:hover
{
	text-decoration: none;
	color: #000;
}






/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 570px;
	padding-left: 0px;
	padding-top: 40px;
	padding-right: 25px;
	background-color: #fff;
}



#breadcrumbs
{
	margin-bottom: 20px;
	font-size: 0.6em;
}


#breadcrumbs a
{
	color: #DC0E03;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
}

#breadcrumbs a:hover
{
	text-decoration: none;
	color: #000;
}










/*
	Page footer area
*/

#page-footer
{
	background-color: #fff;
	width: 575px;
	height: 25px;
	padding-left: 195px;
	padding-top: 15px;
	background-image: url("images/footerimage.gif");
	background-position: 720px 5px;
	background-repeat: no-repeat;
}


/*
	Standard images
*/

img
{
	border: none;
}



/* FROM HERE DOWN IS DATABASE CONTENT FORMATTING */

/* make sthe white borders on dosplay tables */
table#niceborders 
{ 
	background-color:#E1F0F6;  
}

table#niceborders td
{ 
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


table#niceborders-outer 
{ 
	background-color:#E1F0F6;  
}

table#niceborders-outer td
{ 
	padding: 5px;
}


/* does the table headers */
.tdbold 
{ 
	background-color:#CEEBF7; 
	border-bottom: 1px solid #4E8093;
	color: #4E8093;
}


/* Does the table title */
th
{ 
	background-color:#fff; 
	border-bottom: 1px solid #4E8093;
	color: #4E8093;
	text-align: left;
	font-weight: normal;
	font-size: 0.9em;
	padding-bottom: 5px;
}


/* for big areas of text off white */
.tdtextoffwhite
{ 
	background-color:#fff; 
}



/* Compensates for inherited nested table font size */
.nested
{ 
	font-size: 1em;
}

.adtable {
	background-color:#BBE7F9;
	border: 1px solid #666666;
	color: #000;
	}
	
	.adtable {
	background-color:#BBE7F9;
	border: 1px solid #4E8093;
	color: #000;
	font-size: 100%;
	}
	
	
.adtext {
	color: #000;
	font-size: 11px;
	}
