@charset "utf-8";

/*---------------------Main Setup------------------------*/
body{
	background-color:#0a1320;
	margin:0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 18px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 24px;
	color:#7589a9;
	font-style: normal;
}
a {
	text-decoration:none;
	color:#7589a9;
}
a:hover {
	text-decoration:none;
	color:#cccccc;
}
.headerimg{
	margin-bottom:10px;
}

/*---------------------Homepage Setup------------------------*/
.homenav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#182b49;
	text-decoration:none;
}
.homenav a:hover{
	color:#243f69;
	text-decoration:underline;
}
#homewrapper{
	margin:0 auto;
	width:900px;
}
#homeflash{
	width:900px;
	height:720px;
	margin:0 auto;
}
#homenav{
	width:360px;
	height:25px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: right;
}	
/*---------------------Subpage Setup------------------------*/
#wrapper{
	background-image:url(../images/pagebg.jpg);
	background-repeat:no-repeat;
	width:900px;
	min-height:750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	width:900px;
	height:201px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:-12px;
}
#contenttop{
	background-image:url(../images/content-top.png);
	height:70px;
	width:900px;
}
#contentwrapper{
	background-image:url(../images/content-middle.png);
	background-repeat:repeat-y;
	width:900px;
}
#content{
	width:760px;
	margin:0 auto;
}
#contentbottom{
	background-image:url(../images/content-bottom.png);
	height:70px;
	width:900px;
}
#navwrapper{
	width:760px;
	margin-top:-12px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}
#nav{
	width:340px;
	height:25px;
}
#copyright{
	width:350px;
	height:25px;
	float:right;
}
#footer{
	background-image:url(../images/insight-action-entertain.png);
	width:388px;
	height:38px;
	margin:0 auto 25px auto;
}
/*---------------------Subpage Styles Setup------------------------*/
.nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7589a9;
}
.nav a{
	text-decoration:none;
}
.nav a:hover{
	color:#cccccc;
}
.copyright{
	text-align:right;
	color:#7589a9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.memberImg {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 8px;
}
.moreinfo{
	margin-top:5px;
	margin-left:-8px;
}
#fulldetails{
	width:500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.programImg {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 8px;
	border:none;
}