@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Lucida Grande, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	background: #232323;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-image:url(../images/tile.jpg);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top;
}
#container {
	width: 1000px;
	min-height: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0 0 0 0;
	height: 430px;
}
#headerLeft {
	float: left;
	width: 500px;
	height: 355px;
	padding-top: 65px;
	/*
	background-image:url(../images/main.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	*/
	background-image:url(../images/21ParadigmLogo.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
}
#headerRight {
	float: right;
	width: 495px;
	height: 380px;
	padding-top: 50px;
}
#flashcontent {
	width: 480px;
	height: 355px;
}
#navigation {
	width: 510px;
	padding: 10px 0 10px 0;
	vertical-align:bottom;
}
#content {
	padding: 0 10px 0 10px;
}
#contentLeft {
	padding: 20px 0 0 10px;
	float: left;
	width: 400px;
}
#contentRight {
	padding: 20px 0 20px 0;
	float: right;
	width: 560px;
}
#press {
	padding: 10px 10px 10px 10px;
	background-image:url(../images/darkTile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
#leftDivider {
	padding: 20px 0 0 0;
}
#footer {
	padding: 0 0;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
a:link {
	color: #99CCFF;
	text-decoration: underline;
}
a:visited {
	color: #99CCFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navDivider {
	font-size:18px;
	font-wieght:normal;
	color:#FFFFFF;
	line-height: 22px;
}
a.navLInk {
	font-size:14px;
	font-weight:normal;
}
a.navLInk:link {
	color:#99CCFF;
	text-decoration: underline;
}
a.navLInk:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.navLInk:visited {
	color:#99CCFF;
	text-decoration: underline;
}
a.navLInk:hover {
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	font-size: 30px;
}
.titleText {
	font-size: 22px;
	color: #3399FF;
}
.subTitleText {
	font-size: 14px;
	color: #3399FF;
}
.headerText {
	font-size:16px;
	font-wieght:normal;
	color:#333333;
	line-height: 22px;
	font-style:italic;
}
.eventText {
	font-size:16px;
	font-wieght:normal;
	color:#99CCFF;
	line-height: 20px;
}
.eventSubText {
	font-size:14px;
	font-wieght:normal;
	color:#FFFFFF;
	line-height: 20px;
	font-style:italic;
}
.newsTitleText {
	font-size:16px;
	font-wieght:normal;
	color:#FFFFFF;
}
.newsText {
	font-size:12px;
	font-wieght:normal;
	color:#CCCCCC;
}
.newsDateText {
	font-size:11px;
	font-style:italic;
	font-wieght:normal;
	color:#666666;
}
.dateText {
	font-size:14px;
	font-wieght:normal;
	color:#FFFFFF;
	line-height: 20px;
	font-style:italic;
}
