/* CSS Document */




/* navigation */

div.menu a {
	display:block;
	margin:0;
	width:auto;
	height: 18px;
	padding-top:0.2em;
	padding-left:0.1em;
	padding-right:0.1em;
	padding-bottom:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#666666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

div.menu a:hover {color:#000000;}


a.grey:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #666666; text-decoration: none;}
a.grey:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #666666; text-decoration: none;}
a.grey:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #666666; text-decoration: none;}
a.grey:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #660066; text-decoration: none;
}

a.lightgrey:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #999999; text-decoration: none;}
a.lightgrey:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #999999; text-decoration: none;}
a.lightgrey:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #999999; text-decoration: none;}
a.lightgrey:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; color: #660066; text-decoration: none;
}

a.greypad:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; padding-right: 10px;}
a.greypad:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
}

a.greypad:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; padding-right: 10px;}
a.greypad:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; padding-right: 10px;
}

a.black:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.black:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.black:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.black:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; text-decoration: none; font-weight: bold;
}

.toplinks {
	float: left;
	height: 20px;
	width: 350px;
	margin-top: 5px;
	padding-left: 15px;
}

.menuboxgrey {
	background-color: #EAEBEB;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}



/* text */



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #660066;
	margin: 0px;
	padding: 0px;

}

.copybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}

.copybodygrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: 13px;
}

.copypad{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
	vertical-align: text-top;
}


/* layout */

#layoutcontainer {
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

#width {
	width: 768px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header_container {
	float: left;
	height: 128px;
	width: 768px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#bodycontainer {
	float: left;
	width: 768px;
}
#right_body_container {
	float: right;
	width: 583px;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footerarea {
	background-color: #660066;
	float: left;
	height: 30px;
	width: 768px;
	padding-top: 10px;
}



#leftmenucontainer {
	float: left;
	width: 183px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


.header_left {
	float: left;
	width: 183px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 128px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.headerright {
	float: right;
	width: 583px;
	text-align: left;
	height: 128px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#headerright_col_01 {
	float: left;
	width: 560px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 128px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#banner {
	background-image: url(../images/blog_banner2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 150px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontainer_right {
	float: left;
	width: 560px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



.clearfix {
	display: inline-block;
}

.boxpurplepadding7 {

	background-color: #660066;
	padding: 7px;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

body {
	background-image: url(../images/bgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

.header_left_new {
	float: left;
	width: 183px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.right_col_01 {
	float: left;
	width: 530px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.copy_column_left {
	float: left;
	width: 60%;
	text-align: left;
}

#copy_column_right {
	float: right;
	width: 30%;
	text-align: right;
}


.footerright {
	float: right;
	width: 570px;
	text-align: left;
	height: 20px;
}
h2{
	color:#660066;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	margin-top:0px;
}
#label-list{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	list-style-image:none;
	/*list-style:	url(../images/blank_bullet.gif) outside;*/
}
#label-list ul{
	/*margin-left: 18px;*/
	/*list-style:	url(../images/blank_bullet.gif) outside;*/

	list-style: none;
	list-style-image:none;
}
#label-list li{
	/*margin-left: 18px;*/
	/*list-style:	url(../images/blank_bullet.gif) outside;*/
	list-style: none;
	list-style-image:none;
}
#label-list a{
	color: #999999;
	text-decoration: none;
}
#label-list a:link{
	color: #999999;
	text-decoration: none;
}
#label-list a:hover {
	color: #999999;
	text-decoration: underline;
}
a.optionleft{
	color: #999999;
	text-decoration: none;
}
a.optionleft:link{
	color: #999999;
	text-decoration: none;
}
a.optionleft:hover {
	color: #999999;
	text-decoration: underline;
}
