body, td, th, p, li, select, option, input { font: 10px Verdana; }

body
	{
	margin: 0px;
	padding: 0px;
	background-color:	#ffffff;
	color:				#000000;
	line-height: 		12px;
	}

a:link { color: #792C49; text-decoration: none; }
a:visited { color: #792C49; text-decoration: none; }
a:hover { color: #792C49; text-decoration: underline; }
a:active { color: #792C49; text-decoration: none; }

h1, h2, h3 { padding: 0px; margin:0px }

h1 { font-size: 14px; font-weight: bold; }

h2 { font-size: 12px; font-weight: bold; }

h3 { font-size: 10px; font-weight: bold; }


.unordered_list
	{
	color:				#AD2121;
	font-weight:		normal;
	font-size:			10px;
	}
	
.row_crumbtrail
	{
	background-color:	#AD2121;
	color:				#000000;
	text-align:			right;
	font-weight:		bold;
	padding-right:		15px;
	padding-top:		3px;
	padding-bottom:		3px;
	font-size:			10px;
	}
	
.row_footer
	{
	background-color:	#AD2121;
	color:				#FFFFFF;
	text-align:			center;
	font-weight:		normal;
	padding-top:		8px;
	padding-bottom:		8px;
	font-size:			10px;
	}
	
.footer_nav
	{
	text-align:			center;
	font-weight:		normal;
	padding-top:		15px;
	padding-bottom:		15px;
	font-size:			10px;
	}

.row_graphicheader
	{
	background-color:	#C2CAD4;
	}

.row_menu
	{
	background-color:	#AD2121;
	padding:			2px;
	}

.menuitem
	{
	background-color:	#AD2121;
	text-align:			center;
	color:				#000000;
	padding-left:		15px;
	padding-right:		15px;
	padding-top:		8px;
	padding-bottom:		8px;
	}

.menuitem_active
	{
	background-color:	#ffffff;
	text-align:			center;
	color:				#000000;
	padding-left:		15px;
	padding-right:		15px;
	padding-top:		8px;
	padding-bottom:		8px;
	}

.row_content
	{
	padding-left:		5px;
	padding-right:		5px;
	padding-top:		5px;
	padding-bottom:		15px;
	}

.sidebar_section
	{
	margin:			10px;
	}

.sidebar_section_head
	{
	color:			#000000;
	font-weight:	bold;
	border-bottom:	solid 1 #0C2B55;
	padding-top:	4px;
	padding-bottom:	4px;
	}

.sidebar_section_items
	{
	margin-bottom:	12px;
	}

.sidebar_section_border
	{
	padding:	0px;
	background-color: #0C2B55; 
	}

.sidebar_section_item
	{
	padding-left: 5px;
	margin-bottom:	5px;
	}
	
.sidebar_section_item_active
	{
	margin-bottom:	5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #C2CAD4;
	}	

.main_section
	{
	margin-left:	10px;
	margin-bottom:	20px;
	line-height:	15px;
	clear:			both;
	}

.main_section_head
	{
	color:			#000000;
	font-weight:	bold;
	padding-right:	10px;
	padding-top:	10px;
	font-size: 		12px
	}

.section_head_border
	{
	padding-top:	10px;
	padding-bottom: 4px;
	margin-bottom:  10px;
	margin-left:    10px;
	border-bottom:  1px solid #000000; 
	}

.main_section_body
	{
	margin-bottom:	20px;
	}

.main_section_floatleft
	{
	float:			left;
	padding-right:	15px;
	padding-bottom:	10px;
	}

.main_section_floatright
	{
	float:			right;
	padding-left:	15px;
	padding-bottom:	10px;
	}





