/* CSS Document */
/* ---------------MAIN LAYOUT ELEMENTS------------ */
* {
	margin: 0;
	padding: 0;
	outline: none;
	}

body {
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	color: 183394;
	font-size: 11px;
	margin-top: 0px;
	}

#wrapper, #footer {
	width: 835px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}
	
#wrapper {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}

#masthead {
	float: left;
	z-index: 1;
	width: 832px;
	background-image: url(../images/masthead.jpg);
	height: 140px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#footer {
	height: 80px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #6699FF;
	text-align: center;
	vertical-align: bottom;
	margin-top: -20px;
	clear: both;

	}

/* ---------------end MAIN LAYOUT ELEMENTS------------ */

/* ---------------MAIN NAVIGATION ELEMENTS------------ */
/* ------------------inside the masthead-------------- */

#nav {
	position: absolute;
	width: 832px;
	float: left;
	margin-top: 115;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 20px;
	z-index: 2;
	}
	
#nav li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;

	}

#nav li a {
	color: #6b1687;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	}
	
#nav li.special {
	font-weight: bolder;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	}

#nav li.special a {
	line-height: 20px;
	}

#nav li a:hover, #nav li.special a:hover {
	color: #fff;
	}

/* ---------------end MAIN NAVIGATION ELEMENTS------------ 
	
#container {
	margin: 0px;
	width: 830px;
	background-image: url(images/wrapper2_bg.jpg);
	background-repeat: repeat-y;

	}*/
/* ------------------MAIN CONTENT ELEMENTS - THREE COLUMN ---------------- */

#priContent {
	float: left;
	width: 385px;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 0px;
	z-index: 5;
	padding-left: 20px;
	}
#priContent h1 {
	margin: 0 0 10 -15px;
	z-index: 99;
	}
#priContent h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	}
#priContent a {
	color: #183394;
	text-decoration: none;

	}

#priContent a:hover {
	border-bottom: 1px dotted #183394;
	}
	
#priContent ul {
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#priContent li {
	list-style-image: url(../images/bluePillowBullet.gif);
	margin-top: 2px;
	margin-bottom: 15px;
	}
#message {
	position: absolute;
	bottom: auto;
	right: auto;
	}
#sideContent {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 15px;
	}
#sideContent p {
	font-style: normal;
	line-height: 125%;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;

	}

#sideVideo {
	padding-left: 5px;
	z-index: -1;
}
	
#secContent {
	float: left;
	width: 200px;
	margin-top: 25px;

	}
#secContent h2{
	font-size: 12px;
	font-weight: bold;
	}
	
#secContent p{
	padding: 10px 10 0px 0;
	}

#tertContent {
	width: 830px;
	margin: 0px 0px 0px 1px;
	padding: 0px;

}




#footer {
	}
	
	
#footer a {
	text-decoration: none;
	color: #6699FF;

	}
	
#footer a:hover {
	text-decoration: none;
	color: #003399;

	}

.necesary {
	clear: both;
	}

