/* Start of CMSMS style sheet 'Ny layout' */
body
{
	background-image: url('images/sub_black_bg_new.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma;
}

a, a:visited, a:link, a:selected, a:active
{
color: #C0C0C0;
text-decoration: normal;
}

strong a{
color: #C0C0C0;
text-decoration: normal;
}

p a{
color: #C0C0C0;
text-decoration: normal;
}

a:hover
{
text-decoration: underline;
}

h1, h2, h3
{
	//font-family: "Times New Roman";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	//background-image: url('images/header_underline.png');
	// background-image: url('images/blank.gif');
	background-position: bottom left !important;
	background-repeat: no-repeat;
	text-decoration: none !important;
	// text-decoration: underline;
}

#calendar h1{
	width: 755px;
	text-align: center;
	font-size: 24px;
}

#calendar h2{
	font-size: 16px;
	margin-bottom: 3px;
}

#calendar h2 .bold{
	font-weight: bold;
}

#calendar div{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .hr{
	background-image: url(images/calendar-line.jpg);
	background-repeat: no-repeat;
	width: 755px;
	height: 2px;
	margin-top: 20px;
}

#calendar a{
	color: #ffffff;
}

div#TopMenu
{
	width: 100%;
	height: 23px;
	background-image: url('images/topbar_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	overflow: hidden;
}

.floatInline
{
	display: inline;
}

div#MainBody
{
	width: 1181px;
	/*height: 900px;*/
	margin-left: auto;
	margin-right: auto;
}

div#ContentWrapper
{
	background-image: url('images/content_transp_bg.png');
	background-repeat: no-repeat;
	min-height: 411px;
	margin-top: 115px;
}
	
div#ContentContainer
{
	padding-top: 30px;
	padding-left: 210px;
	padding-right: 225px;
	padding-bottom: 15px;
	min-height: 355px;
}

div.columns_1
{
	display: inline;
	float: left;
	width: 700px;
	padding-left: 10px;
	padding-right: 25px;
}

div.columns_2
{
	display: inline;
	float: left;
	width: 335px;
	margin-top: 20px;
	padding-left: 25px;
}

div.columns_2 h1, div.columns_2 h2, div.columns_2 h3
{
	background-image: url('images/header_underline_2col.png') !important;
	// background-image: url('images/blank.gif');
}

div.columns_3
{
	display: inline;
	float: left;
	width: 215px;
	margin-top: 20px;
	padding-left: 25px;
}

div.columns_3 h1, div.columns_3 h2, div.columns_3 h3
{
	background-image: url('images/header_underline_3col.png') !important;
	// background-image: url('images/blank.gif');
}

.albumContainer
{
	width: 160px;
	height: 160px;
	float: left;
}

a img{border: 0px solid black;}
/* End of 'Ny layout' */

