/* CSS Document */

HTML {
	height: 100%;
}
BODY {
	background-image: url(../img/layout/star-background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F0F0FF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

#wrapper {
	background-image: url(../img/layout/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#browser-holder {
	width: 1000px;
}

#col_01 {
	width: 425px;
	float: left;
}


#col_02 {
	float: left;
	width: 565px;
	padding-bottom: 25px;
}

#header {
	text-align: right;
	padding-top: 19px;
	padding-bottom: 18px;
}
#header H1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#menu {
	color: #FFFFFF;
	vertical-align: top;
}
#menu A {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align: top;
}
#menu A:HOVER {
	color: #DAD1EA;
}
#menu .dropmenu {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	background-color: #805399;
	padding: 0px;
	text-align: left;
	margin: 0px;
	background-image: url(../img/layout/drop-down-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu A.dropmenulink {
	font-size: 11px;
	display: block;
	padding: 3px 5px 3px 15px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#menu A.dropmenulink:HOVER {
	background-color: #7C27A5;
	color: #FFFFFF;
}

#breadcrumb {
	margin-top: 25px;
	margin-left: 15px;
}
#breadcrumb H6 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#breadcrumb A {
	color: #5B1F75;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb A:HOVER {
	text-decoration: underline;
}

#content {
	margin-top: 40px;
	margin-left: 15px;
}

#content H1 {
	font-size: 26px;
	font-weight: normal;
	color: #5B1F75;
	margin-top: 0px;
	padding-top: 0px;
}
#content H2 {}
#content H3 {}

#content P {
	font-size: 11px;
	color: #555555;
	line-height: 15px;
}

#content A {
	color: #5B1F75;
}
#content A:HOVER {
	text-decoration: none;
}

#content UL, #content OL {
	font-size: 11px;
	color: #555555;
}
#content UL LI {
	list-style-image: url(../img/layout/bullet-3.gif);
	list-style-type: none;
}
#content OL LI {}

#footer {
	clear: both;
	font-size: 11px;
	color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 550px;
	margin-left: 440px;
}
#footer P {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer A {
	color: #555555;
}
#footer A:HOVER {
	text-decoration: none;
}
