@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.gridContainer {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-style: solid;
}

h1 {
	color: #666;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
}

h2 {
	text-align: left;
	font-weight: 400;
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
}

h3 {
	text-align: left;
	font-weight: 600;
	color: #444;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 30px;
}

h4 {
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
	line-height: 0px;
	padding-bottom: 3px;
}

p {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 4px;
	padding-right: 30px;
	text-align: left;
}

ul {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 4px;
	padding-right: 30px;
	text-align: left;
}

ul a {
	font-weight: 500;
}

#title {
	padding-top: 10px;
	padding-bottom: 5px;
}

#menu {
	text-transform: uppercase;
	font-size: 15px;
	color: #222;	
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: 400;
}

#menuoption {
	padding-left: 10px;
	padding-right: 10px;	
}

#menu_mini {
	text-transform: uppercase;
	font-size: 13px;
	color: #222;	
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: 400;
}

#minioption {
	padding-left: 4px;
	padding-right: 4px;	
}

a {
	text-decoration: none !important;
	color: #777 !important;
}

#widetitle {
	padding-top: 15px;
}

#leftcolumn {
	padding-top: 0px;
}

#rightcolumn {
	padding-top: 0px;
	text-align: left;
}

#rightcolumn td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 4px;	
}

.leftformat td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 4px;
	text-align:left;	
}

#rightcolumn2 {
	padding-top: 15px;
	padding-bottom: 15px;	
}

#spacer {
	padding-top: 20px;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#spacer2 {
	padding-top: 20px;	
}

#footer {
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;	
}

#footer p {
	font-size: 12px;
	text-align:center;
}

.reference {
	font-style: italic;
}
