@charset "utf-8";

a:link 		{ color: #2255BB;		text-decoration: none}
a:visited	{ color: #BB2288;		text-decoration: none}
a:hover		{ text-decoration:underline}
body	   	{ font-family:Arial;}			
h6		{ font-size:100%; margin-top: 0em; margin-bottom: 0em;}
a		{ margin-top: -1.3em; margin-bottom: .05em}
a.cap		{ font-size:10pt}
h6.tab		{ font-size:8pt; margin-top: -.2em; font-weight:bold}
a.top		{ font-size:10pt; font-weight:bold}
h6.side		{ font-size:9pt; font-weight:normal; text-indent: -1.3em;  margin-right: 2em;  margin-left: 1.5em; margin-top: 0em; margin-bottom: 0em;}
h6.side2		{ font-size:8pt; font-weight:normal; text-indent: -1.3em;  margin-right: 2em;  margin-left: 1.5em; margin-top: 0em; margin-bottom: 0em;}
a.side		{ font-size:11pt; font-weight:normal; text-indent: -1.3em;  margin-right: 2em;  margin-left: 1.5em; margin-top: 0em; margin-bottom: 0em;}
h6.picture	{ margin-top: 0em; margin-bottom: 0em;}
a.med		{ font-size:9pt; font-weight:normal; margin-top: .0em; margin-bottom: .0em}
a.small1	{ font-size:9pt; font-weight:normal; margin-top: .0em; margin-bottom: .0em}
.small1	{ font-size:9pt; font-weight:normal; margin-top: .0em; margin-bottom: .0em} /*allen*/
h5.small2	{ font-size:8pt; font-weight:bold; margin-left: 3.3em; margin-top:.5em; margin-bottom: .0em}
h5.back		{ font-size:10pt; font-weight:bold; margin-left: 3.5em; margin-top:.5em; margin-bottom: .0em}
a.large 	{ font-size:20pt; font-weight:bold; margin-top: 1em; margin-bottom: .5em}
a.huge 		{ font-size:30pt; font-weight:bold; margin-top:0em; margin-bottom:50em}
a.general	{ font-size:10pt; font-weight:normal}
BODY 		{ SCROLLBAR-TRACK-COLOR: #99CCFF;
			  SCROLLBAR-DARKSHADOW-COLOR: #003399;
			  SCROLLBAR-BASE-COLOR: #3366CC;
			  max-width:778px;
			  margin-left:auto;
			  margin-right:auto;
			}
			
.new-section{
	text-align: left;
	color:black;
	clear:both;
	padding-top: 20px;
}

.centered {
	margin-left:auto;
	margin-right:auto;
	width: 778px;
	/* new-section sets text-align=left. must override */
	/* and text refers to the contents of a container, text or image */
	text-align:center;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

.left-column {
	float: left;
	width: 40%;
	padding-left: 10%;
}

.right-column {
	float: right;
	width: 40%;
	padding-right: 10%;
}

.triptarNavigation ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}

.triptarNavigation li {
	display: inline-block;
	width: 190px;
	background-color: #dddddd;
	text-align: center;
}
	
.triptarNavigation a:hover {
	color: red;
	font-weight: bold;
}

.tight {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-top:0;
	margin-bottom:0;
	border:0px;
	border-style:solid;
	border-color:rgba(0,0,0,1.00);
	padding:10px;
}

.turq_background {
	background-color:rgba(225,251,255,1.00);
}

.blue_grey_background {
	background-color:rgba(223,233,255,1.00);
}

@media screen and (max-width:500px) {

.triptarNavigation li {
	display: block;
	width: 100px;
	border: 1px solid black;
}

.triptarNavigation a:hover {
	color: red;
	text-decoration: none;
}



}

