/* ----------------
	Reset
----------------------------------- */

html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td {margin:0;border:0;outline:0;font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}
fieldset

address, caption, cite, code, dfn, th, var, h1, h2, h3 {font-style:normal;font-weight:normal;}
caption, th {text-align:left;}
q:before, q:after {content:'';}

a img {border:0;}
img {border:0;}

/* ---------------
	Basic Elements
---------------------------------- */

body {
	color: #5c5c5c;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	list-style-image: url(../images/triangle.gif);
	margin:0;padding:0;
}

h1 {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size: 1.3em;
}

h2 {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size: 1.0em;
	font-weight: bold;
	color: #4D466C;
}

ul {
	margin-left: 2em;
	padding-left: 0px;
}

a {
	font-weight:bold;
	color: #b2883c;
	text-decoration: none;
}

a:hover {
	color: #d7a447;
	/*text-decoration: none;*/
	text-decoration: underline;
}

hr {
	border: 0;
	color: #dededf;
	background-color: #dededf;
	height: 1px;
}

#maincontent {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #5c5c5c;
	list-style-image: url(../images/triangle.gif);
}

#footer {
	font-size: 0.7em;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	color: #5c5c5c;	
}

.breadcrumb {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-weight:normal;
	font-size: 0.7em;
	color: #444444;
}

.breadcrumb a {
	font-weight:normal;
	color: #7B7A94;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #4B4A74;
	text-decoration: underline;
}

.pages {
	font-size: 1em;
	display: block;
	clear: both;
	text-align: center;
	margin: 10px 0;
}

.pages a {
	padding: 2px 4px;
	border: 1px solid #e3e6e2;
	margin: 0 0px;
	text-decoration: none;
}

.pages a:hover {
	background: #e3e6e2;
	border-color: #b4b5b4;
	text-decoration: none;
}

.navTitle {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 1.05em;
	color: #ffffff;	
	background-color: #8e0000;
	padding-top: 6px;
	padding-bottom: 6px;
}

.navTitle a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;	
}

.navTitle a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navTitleDivider {
	background-image: url(../images/navTitleDivider.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.caption {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 1.2em;
	font-style: italic;
	color: #4D466C;	
}

.sectionHeader {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1.0em;
	color: #4D465C;
}

.sectionDescription {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #4D465C;	
}

.menuText {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #4c4c4c;
}

.menuText b {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	font-weight: normal;
	color: #4B4A74;
}

.title1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #5c5c5c;
}

.title2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #488296;
	padding-top: 4px;
	padding-bottom: 4px;
}

.title2 a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	font-weight: bold;
}

.text1 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 0.8em;
	color: #5c5c5c;
	list-style-image: url(../images/triangle.gif);
}

.text1 b {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.7em;
	color: #5c5c5c;
	list-style-image: url(../images/triangle.gif);
}

.text1 a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.7em;
	list-style-image: url(../images/triangle.gif);
}

.text2 {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	color: #4c4c4c;
}

.text2 b {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1em;
	font-weight: normal;
	color: #4B4A74;
}


.border {
	border-collapse: collapse;
	border: 1px solid #dededf;
}

.border2 {
	border-collapse: collapse;
	border: 1px solid #dededf;
}

.input {
	font-family: "Verdana", "Arial";
	font-size: 0.8em;
	color: #5c5c5c;	
	border-collapse: collapse;
	border: 1px solid #dededf;	
}

.searchinput {
	font-family: "Verdana", "Arial";
	font-size: 0.8em;
	color: #5c5c5c;	
	text-align: justify;
	width: 200px;
	float:left;
}

.button {
	font-family: "Verdana", "Arial";
	font-size: 1em;
	color: #3c3c3c;
	border: 1px solid #dededf;
	cursor: pointer; /* netscape/mozilla */
	cursor: hand; /* ie */
}

.button2 {
	font-family: "Verdana", "Arial";
	font-size: 1.2em;
	color: #3c3c3c;
	border: 1px solid #dededf;
	border-right-style:outset;
	border-bottom-style:outset;
	cursor: pointer; /* netscape/mozilla */
	cursor: hand; /* ie */
}