@charset "utf-8";
/* CSS Document */

/*---------------------------------- REMOVE PADDING AND MARGIN VALUES ---------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/*----------------------------------  BODY ---------------------------------- */

body {
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: square;
	list-style-position: outside;

	background-repeat: repeat-x;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-type: decimal;
	list-style-position: inside;
}
.ContentUL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
	color: #333333;
	text-align: left;
}

.ContentUL_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: circle;
	color: #333333;
	border-left-width: 20px;
	line-height: 14px;
	text-indent: 20px;
}

.ContentUL_horiz {
	display:inline;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	white-space:nowrap;
	list-style-type:square;
}

#navlist li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 20px;
	line-height: 14px;
	list-style-type: none;
	padding-left: 35px;
}

li {
	margin-bottom: 4px;
}

.HrztlBorder {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Red.jpg);
	background-position: top;
	background-color: #Ba3d12;
}
.HrztlBorderOrange {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar.jpg);
	background-position: top;
	background-color: #C09222;
}

.HrztlBorderBlue {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Blue.jpg);
	background-position: top;
	background-color: #16A0A0;
}
.HrztlBorderPurple {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Purple.jpg);
	background-position: top;
	background-color: #A0357B;
}
.HrztlBorderGreen {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Green.jpg);
	background-position: top;
	background-color: #769F35;
}
.HrztlBorder_Bottom {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Bottom_Grey.jpg);
	background-position: top;
	background-color: #Ba3d12;
}
.HrztlBorder_BottomBlue {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_BottomPurple.jpg);
	background-position: top;
	background-color: #16A0A0;
}
.HrztlBorder_BottomPurple {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Bottom_Purple.jpg);
	background-position: top;
	background-color: #A1347B;
}
.HrztlBorder_BottomGreen {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_BottomGreen.jpg);
	background-position: top;
	background-color: #79A036;
}
.HrztlBorder_BottomGreen {
	background-repeat: repeat-x;
	background-image: url(../Images/General/SideBar_Bottom.jpg);
	background-position: top;
	background-color: #C5941E;
}



p {
	font-size: 14px;
	text-decoration: none;
}
	
	

.Top_Menu, .Top_Menu a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333333;
}
.Area_Banner {
	height: 100px;
	width: 880px;
	background-repeat: repeat-x;
	background-image: url(../Images/General/Nr_Generic_Banner.jpg);
}


.Area_Main_Container {
	width: 1000px;
	background-color: #FFF;
}

.Area_Central_Table {
	width: 936px;
	background-color: #C09222;
}

.Area_Central_Table_Blue {
	width: 936px;
	background-color: #16A0A0;
}

.Area_Central_Table_Purple {
	width: 936px;
	background-color: #A0357B;
}

.Area_Central_Table_Green {
	width: 936px;
	background-color: #769F35;
}

.Area_Blocks {
	width: 490px;
	height: 520px;
	background-color: #FFF;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.Area_SubBlocks_Left {
	background-color: #FFF;
	border-top-width: 20px;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.Area_SubBlocks_Right {
	background-color: #FFF;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
.Area1_TextContent1 {
	font-size: 88%;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.Area1_TextContent1 a {
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.Area1_TextContent1 a:hover {
	color: #646464;
	text-decoration: ;
	text-decoration: none;
}

.Area1_TextContent1 a:visited {
	color: #646464;
	text-decoration: ;
}


.MENU_Left {
	width: 160px;
	border: 5px solid #DFDFDF;
	background-color: #C09222;
}


.Menu_TopImage {
	height: 90px;
	background-color: #c09222;
}

.Bottom_Menu, .Bottom_Menu a {
	font-size: 80%;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.Area_BottomMenu_Blocks {
	width: 293px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
}

.Contact_usText {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #Ba3d12;
	padding: 4px;
}

.Contact_usText a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}

.Contact_usTextOrange {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #C09222;
	padding: 4px;
}

.Contact_usTextGreen {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #C09222;
	padding: 4px;
}

.Contact_usTextGreen a  {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}

.Location_Menu, {

	font-size: 80%;
	padding: 0px;
	color: #FFE3BB;
	text-decoration: none;
}

.Contact_usText_Blue {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #16A0A0;
	padding: 4px;
}

.Contact_usTextBlue a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}

.Contact_usTextPurple {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #a0357b;
	padding: 4px;
}

.Contact_usTextPurple a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}

.Contact_usTextGreen {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	background-color: #769F35;
	padding: 4px;
}

.Contact_usTextGreen a {
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-bottom: 5px;
}

.Location_Menu  {
	font-size: 70%;
	color: #999999;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-align: left;
}

.Location_Menu a {
	padding: 0px;
	color: #999999;
}

.Comment_Area_Text {
	color: #333;
	font-size: 80%;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

.Comment_Area_Text a {
	color: #36C;
	font-size: 100%;
}

.Comment_Area_TextTitle a {
	color: #FFF;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	background-color: #cccccc;
	height: 20%;
}

.Comment_Area {
	border-top-style: solid;
	border-top-color: #FFF;
	width: 100%;
	border-top-width: 1px;
	height: 100%;
}

.Comment_Area_TextTitle {
	color: #FFF;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	background-color: #cccccc;
	height: 20%;
}

.Comment_AreaBottom_TextTitle {
	color: #Cccccc;
	font-size: 80%;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FFF;
	height: 25%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #Cccccc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Comment_AreaBottom_Text {
	color: #FFF;
	font-size: 80%;
	background-color: #Cccccc;
	height: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

.Comment_AreaBottom_Text a {
	color: #FFF;
	font-size: 100%;
}

.Area_BottomMenu_BlocksText {
	font-size: 70%;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.Area_BottomMenu_BlocksText_Line {
	font-size: 70%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #646464;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #646464;
	/*  width: 335px;  */
	line-height: 200%;
}

.Area_BottomMenu_BlocksText_Line a{
	text-decoration: underline;
	color: #333;
}

.Area_BottomMenu_BlocksText_Line a:hover{
	text-decoration: none;
	color: #646464;
}

.Area_BottomMenu_BlocksText_Line a:visited{
	text-decoration: underline;
	color: #646464;
}

.Area_BottomMenu_Bullet {
	text-decoration: underline;
}

.Area_BottomMenu_MainArea {
	font-weight: bold;
	padding-top: 0px;
}

.Area_BottomMenu_BlocksText_Line_close {
	font-size: 70%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	border-left-color: #646464;
	width: 335px;
}

.Table_BottomBorder {
	
	
}


/*----------------------------------  LAYOUT (from Amandeep)  ---------------------------------- */  

 #mainContentTabs {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 138px;
	background-color: #FFF;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-repeat: repeat;
	background-position: left top;
} 

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 126px;
	padding-top: 0px;
	padding-left: 10px;
	margin: 0px;
}

.twoColHybLtHdr   .pageNumber {
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 13px;
	padding-bottom: 12px;
	background-color: #C09222;
	font-size: medium;
	color: #FFFFFF;
}

.twoColHybLtHdr #container_orange {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C09222;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.twoColHybLtHdr #container_blue {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #16A0A0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.twoColHybLtHdr #container_purple {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A0357B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.twoColHybLtHdr #container_green {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #769F35;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.twoColHybLtHdr #header {
	text-align: right;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;
	background-color: #333;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/


.twoColHybLtHdr /* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
 #mainContentTabs {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 138px;
	background-color: #FFF;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	background-repeat: repeat;
	background-position: left top;
} 

.twoColHybLtHdr #mainContent {
	height:auto;
	min-height: 416px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

.twoColHybLtHdr #footer {
	background-color: #C09222;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 

.twoColHybLtHdr #footer_blue {
	background-color: #16A0A0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 

.twoColHybLtHdr #footer_purple {
	background-color: #A0357B;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 

.twoColHybLtHdr #footer_green {
	background-color: #769F35;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-top: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 

.twoColHybLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: x-small;
	padding-right: 0;
	padding-left: 0;
}

.twoColHybLtHdr #nav {
	margin-top: 8px;
	margin-right: 10px;
	z-index: 3;
}

.twoColHybLtHdr #fullMainContent {
	height:auto;
	min-height: 416px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
}

.boxRight {
	float: right;
	margin-right: 5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 2;
}

.boxLeft {
	float: left;
	margin-right: 5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	width: 350px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 4;
}

.boxBottom {
	float: none;
	margin-right: 5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 236px;
}

.PopupHeader {
	background-image: url(../Images/Ar_Banners/Nr_N1_1_1_Banner.png);
	height: 100px;
}

.NavHintText
{
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 400px;
	/* float: right; */
	height: 20px;
	background-color: #CFC7BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 15px;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
	padding-top: 6px;
	
}

.NavHintTextWide
{
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 800px;
	/* float: right; */
	height: 20px;
	background-color: #CFC7BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 8px;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
	padding-top: 6px;
	
}

.NavHintTextRight
{
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 400px;
	/* float: right; */
	height: 28px;
	background-color: #CFC7BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 440px;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
	padding-top: 6px;
	
}

.NavHintTextWideDeep
{
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 824px;
	/* float: right; */
	height: 30px;
	background-color: #CFC7BD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 6px;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
}

.boxBottomSmall {
	float: none;
	margin-right:5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100px;
}

.boxBottomMedium {
	float: none;
	margin-right:5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 160px;
}

.boxBottomLarge {
	float: none;
	margin-right:5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 260px;
}

.boxBottomExtraLarge {
	float: none;
	margin-right:5px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 320px;
}

.Other_Links {
	font-size: 80%;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 0px;
	border-left-style: none;
	width: auto;
	line-height: normal;
	list-style-type: none;
	list-style-position: outside;
	color: #333333;
	padding-right: 0px;
	text-indent: 0px;
}

.boxBottomSmallCentre {
	float: none;
	margin-right: 5px;
	position: relative;
	margin-left: 60px;
	margin-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	z-index: 2;
	width: 820px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100px;
}
#overPicture {
	left: 10px;
	top: 100px;
}
