/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #002C5A;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

div#Page {
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#SearchInput {
	float: left; 
	overflow: hidden; 
	
	width: 157px; 
	height: 24px;
	padding-left: 24px; 
	padding-top: 5px; 
					
	background-image: url("/Frontend/images/searchinput.gif"); 
	background-position: top left; 
	background-repeat: no-repeat;
}

div#SearchSubmit {
	float:left; 
	overflow: hidden; 
	width: 25px; 
	height: 24px;
}

input#q {
	width: 150px; 
	border: 0px;
	background: transparent;
	color: #002C5A;
}

div#HeaderMenu ul li.HeaderLinks {
	padding: 0 1.4em 0 0;
}

div#HeaderMenu ul li.HeaderFlags {
	padding: 0 0.8em 0 0;
}

div#HeaderMenu a.HeaderLink {
	color: #B2BFCD;
	text-decoration: none;
	font-size: 85%;
}

div#HeaderMenu a.HeaderLink:hover {
	text-decoration: underline;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
div#LeftColumnInner {
/*	padding: 4px 0px 10px 0px;*/
	padding: 22px 0px 10px 0px;
}

div#ContentColumnInner {
	padding: 22px 22px 10px 22px;
}

div#RightColumnInner {
	background-color: #FFFFFF;
	padding: 22px 0px 10px 0px;
}


/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
	padding-bottom: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}


/* setting classes on content images */ 

img.Margin10 {
	margin: 10px !important;
}

img.MarginTop10 {
	margin-top: 10px !important;
}

img.MarginRight10 {
	margin-right: 10px !important;
}

img.MarginBottom10 {
	margin-bottom: 10px !important;
}

img.MarginLeft10 {
	margin-left: 10px !important;
}

img.Margin5 {
	margin: 5px !important;
}

img.MarginTop5 {
	margin-top: 5px !important;
}

img.MarginRight5 {
	margin-right: 5px !important;
}

img.MarginBottom5 {
	margin-bottom: 5px !important;
}

img.MarginLeft5 {
	margin-left: 5px !important;
}

a.rss {
	background: url(/Frontend/images/rss.gif) no-repeat left;
	padding-left: 16px;
}










