@charset "ISO-8859-1";
body {
	background-image: url(../media/ii_bg_main.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Palatino, Times New Roman;
	color: #555555;
	padding: 0px;
	font-size: 13px;
}

a:active, a:focus {
	outline:0;
}
#WrapperNav {
	background-image: url(../media/ii_nav_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 80px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
}
#Wrapper {
	width: 750px;
	margin-left: 50%;
	position: absolute;
	left: -375px;
	margin-top: 33px;
}
#WrapperLeft {
	float: left;
	width: 340px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BBBBBB;
	padding-right: 20px;
}
#WrapperRight {
	float: right;
	width: 350px;
}
a:Link, a:Visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #FF3366;
	text-decoration: none;
	font-weight: bold;
}
a:Hover {
	text-decoration: underline;
}
a.GreyButton:Link, a.GreyButton:Visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../media/btn_1.png);
	height: 31px;
	width: 250px;
	line-height: 31px;
	display: block;
	text-indent: 10px;
	background-position: -2px 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
}
a.GreyButton:Hover {
	
	background-image: url(../media/btn_2.png);
}

.NavTitle {
	float: left;
	width: 220px;
	text-align: right;
	height: 78px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 20px;
	left: 0px;
}
.NavSmall {
	font-size: 11px;
}
h1 {
	font-size: 55px;
	font-weight: bold;
	color: #BBBBBB;
	margin-top: 15px;
	margin-bottom: 2px;
}
h2 {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
p {
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#WrapperContent {
	width: 730px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#WrapperBase {
	width: 720px;
	clear: left;
	margin: 0px;
}

.divider {
	border-bottom: 1px dotted #BBBBBB;
	height:1px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}