@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 18px;
	color: #666666;
	background-color: #FFFFFF;
	background: url(../_images/bg_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0; 
	padding: 0;
}
p {
	font-weight: 100;
	font-size: 15px;
	margin-left: 5px; 
	margin-bottom: 5px; 
}
table, h7 {
	font-weight: 100;
	font-size: 15px;
}
a:link {
	color: #999999;
	font-size: 12px;
}
a:visited {
	color: #CCCCCC;
	font-size: 12px;
}
img {border: none;}
}
table {
framecontentLeft {
	background: url(../_images/left.jpg);
	background-repeat: repeat-y;
}
#framecontentright, 
background-color: #7293A4;
	background-image: url(../_images/right.jpg);
	background-repeat: repeat-y;
}

/* ---------------TYPOGRAPHY--------------- */
h1 {
	font-weight: 100;
	font-size: 38px;
}
h2 {
	font-weight: 100;
	font-size: 28px;
}
h3 {
	font-weight: 100;
	font-size: 21px;
	color: #376e9f;
}
h4 {
	font-weight: 100;
	font-size: 14px;
	text-transform:uppercase;
	color: #376e9f;
	text-decoration: bold;
}
h5 {
	font-weight: 100;
	font-size: 18px;
	text-transform:uppercase;
	color: #9E292B;
}
h6 {
	font-weight: 100;
	font-size: 24px;
	text-transform:uppercase;
	color: #FFFFFF;
}
strong, table, td, tr {

}
#mainContent h1 {
	color: #9E292B;
	margin: 5px 0 -24px 0px;
}
#mainContent h2 {
	color: #003352;
}
#outro_blue h2 {
	color: #FFFFFF;
}
#mainContent ul li {
	list-style-image: url(../_images/bullet.png);
}

/* ---------------LINKS--------------- */
a:link{
	color: #6699CC;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	background-color:#6699CC;
	text-decoration: none;
}
.caption {
	font-size:10px;
	color: #000000;
	border-top: solid 1px #003352;
	border-bottom: solid 1px #003352;
	display: block;
	text-align: center;
	margin-top:12px;
}
.rightimage {
	float: right;
	width: auto;
	padding: 0 0 20px 20px;
}
.leftimage {
	float: left;
	width: auto;
	padding: 0 20px 20px 0;
}
.topimage {
	float: left;
	width: auto;
	padding: 0 20px 20px 0;
}
