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

body {
	margin:0px;
	height:100%;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #DF043E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DF043E;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #DF043E;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 12px;
	color: #DF043E;
	margin:0px;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
}
.header-repeat {
	background-image: url(images/header-repeat.png);
	background-repeat: repeat-x;
	height: 104px;
}
.grey-collumn {
	background-color: #E2DFDF;
	height: 300px;
}
.nav-collumn {
	padding:10px;
	background-color:#000000;
	width:134px;
}	
.toggler {
	background-color:#000000;
	
}
.toggler :link {
	color: #ffffff;
	text-decoration: none;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.toggler :visited {
	text-decoration: none;
	color: #ffffff;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.toggler :hover {
	text-decoration: none;
	color: #DF043E;
	background-image:url(images/arrow-white.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.toggler :active {
	text-decoration: none;
	color: #ffffff;
	background-image:url(images/arrow-red.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}	
.no-toggler :link {
	color: #ffffff;
	text-decoration: none;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.no-toggler :visited {
	text-decoration: none;
	color: #ffffff;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.no-toggler :hover {
	text-decoration: none;
	color: #DF043E;
	background-image:url(images/arrow-white.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.no-toggler :active {
	text-decoration: none;
	color: #ffffff;
	background-image:url(images/arrow-red.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:10px;
	display:block;
	width:85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}	
.element2 {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}	
#footer {
	width: 95%;
	height:100%;
	margin-top: 5px;
	margin-left:5px;
	padding:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #dad7d7;
	color:#999999;
}
#container {
	height: 100%;
	width: 100%;
}

#container2 {
	margin-left:auto;
	margin-right:auto;
	width:699px;
}

#col {
	background-color: #CCCCCC;
	height: 20px;
}
.content {
	background-color: #211d1d;
	padding: 10px;	
}	
.red-text {
	color:#DF043E;
}	
.thumb {
	margin-bottom:20px;
	margin-left:10px;
}	