html {
	-webkit-text-size-adjust: none;
}

body {
	margin-top: 0px;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; /* "Lucida Sans Unicode",  */
}

#frontpagemenuOne  {
	list-style:none;
	margin:0px 0 10px 0px;
	padding:0;		
}

#frontpagemenuTwo  {
	list-style:none;
	margin:0px 0 10px 0px;
	padding:0;		
	font-style:italic; 
	text-decoration: none;
}


/* --------- titles ---------- */


.container h1 {
	font-family:'Georgia';
	font-size: 33px;
	letter-spacing:-1px;
	/* margin-top:15px; */
	margin-bottom:20px;
	font-weight:normal;
	color:#271a62;
}


.container h2 {
	font-family:'Georgia';
	font-size: 24px;
	letter-spacing:-1px;
	/* margin-top:15px; */
	margin-bottom:20px;
	font-weight:normal;
	color:#271a62;
}


.container h3 {
	font-family:'Georgia';
	font-size: 20px;
	letter-spacing:-1px;
	/* margin-top:15px; */
	margin-bottom:20px;
	font-weight:normal;
	color:#271a62;
}

.container { 
	color: #444;
	/*
	background: url('/lookandfeel/css/blueprint/src/grid.png'); 
	*/
}
.container a:link  {  
	text-decoration: none;
	color: #b04849;
}

.container a:visited  {  
	text-decoration: none;
	color: #b04849;
}

.container a:hover {
	color: #ff6600;
}


/* navigationmenuLeft */
#navigationmenuLeft {
	margin-top: 20px;
	color: #a93234;
	font-size: 14px;
	text-align: right;
}

#navigationmenuLeft a:link {
	text-decoration: none;
	color: #474242;
}

#navigationmenuLeft a:visited {
	text-decoration: none;
	color: #474242;
}

#navigationmenuLeft a:hover {
	color: #ff6600;
}


/* navigationmenuRight */
#navigationmenuRight {
	margin-top: 20px;
	text-align: right;
}

#navigationmenuRight a:link, a:visited {
	text-decoration: none;
	color: #474242;
}

#navigationmenuRight a:hover {
	color: #ff6600;
}

/* frontpageMenuOne */

#frontpagemenuOne a {
	text-decoration: none;
}

#frontpagemenuOne a:link, a:visited {
	text-decoration: none;
	color: #b04849;
}

#frontpagemenuOne a:hover {
	color: #ff6600;
}

#frontpagemenuTwo a {
	text-decoration: none;
}

#frontpagemenuTwo a:link, a:visited {
	text-decoration: none;
	color: #b04849;
}

#frontpagemenuTwo a:hover {
	color: #ff6600;
}

#newslisting a {
	text-decoration: none;
	color: #474242;
}

#newslisting a:link, a:visited {
	text-decoration: none;
	color: #474242;
}

#newslisting a:hover {
	color: #ff6600;
}

#newslisting li {
	margin-bottom: 5px;
}

/* footer */
#footerLeft {
	color: #b04849;
}

#footerLeft a:link, a:visited {
	text-decoration: underline;
	color: #b04849;
}

#footerLeft a:hover {
	color: #ff6600;
}

#frontpagebannerimage {
	margin-top: 20px;
}

/* color */
.purpleColor {
	color: #271a62;
}

.reditalic {
	color: #a53f54;
	font-style:italic;
}

#searchField {
	background-color: #fff;
	color: #666;
	border: 1px solid #999;
	font-size: 11px;
	padding: 3px;
	width: 130px;              
}



