* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	padding: 0px 0px 0px 0px;
	color: #ddd;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	text-align: center;
	min-width: 993px;
}

a {
	color: #bb6699;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #ddd;
	background-color: inherit;
}

span {
}

.invis { display: none; }
img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 5px;
	text-align: justify;
	line-height: 15px;
}


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#full_header {
	width: 100%;
	text-align: right;
	background-color: #6b0182;
	margin: 0px auto;
	padding:5px 0px 10px;
	}

#full_breadcrumb {
	width: 100%;
	text-align: right;
	background-color: #6b0182;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb_background {
	background-image: url('/images/breadcrumb_left.jpg'); 
	height:30px; 
	width: 270px; 
	position:absolute; 
	left:-55px;
}

.dummy_breadcrumb {
        height: 26px;
        padding: 2px;
        text-align:right;
        color: #ddd;
        font-size: 1em;
        font-style: italic;
}
.full_h2 {
	width: 100%;
	height: 50px;
	text-align: right;
	background-image: url('/images/bar.gif');
	margin:0pt 0pt 1em;
	}


h1.page_title {
	font-size:2em;
	letter-spacing:-2px;
	padding:0.2em 0 0.3em;
	}

h2.page_section {
	font-size 1.7em;
	letter-spacing:-1.7px;
	padding:1.5em 0 0.5em;
	}


.content {
	margin: 0px auto;
	width: 965px;
	clear: both;
	text-align: left;
	position: relative;
}

.content_background {
	position: absolute;
	left: -55px;
	background-repeat:no-repeat;
	background-position:top left;
}

.container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}


.container .content_header {
	float: left;
	margin: 25px 0px 20px 0px;
	width: 780px;
	height: 40px;
}

.container .content {
	margin: 0px 20px 0px 28px;
	width: 540px;
	text-align: left;
}

	
#comment {
	font-size: 14px;
	display: inline;
	padding: 10px 0px 10px 0px;
	width: 700px;
	float: left;
	text-align: center;
	color:	#dddddd;
}

/* Page Header */

#page_header {
}

#page_header h1 {
}


/* Navigational Menu */

#nav_menu {
	margin-left: 9px;
	padding: 0 0px 0  19px;
	float: right;
	width: 370px;
	background: transparent url('images/header_leftborder.gif') repeat-y 0% 0%;
	color: #000000;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
}

#nav_menu a {
	color: #fff;
	background: inherit;
}

#nav_menu a:hover {
	color: #000000;
	background: inherit;
}

#nav_menu ul {
	width: 390px;
	height: 125px;
	overflow: hidden;
}

#nav_menu li {
	float: left;
	border-width: 0px 1px 1px 0px;
	border-color: #fff;
	border-style: solid;
	font-size: 17px;
}

#nav_menu li#menu3b, #nav_menu li#menu {
	border-right: none;
}

#nav_menu li#menu7 {
	border-right: none;
	font-size: 13px;
}

#popup {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 45%;
	top: 0;
	color: black;
	z-index: 10;
	background-color: white;
	border: 1px solid #000;
	padding: 10px;
	}
#popup_close {
	float: right;
}


#nav_menu li a {
	display: block;
	width: 95px;
	height: 62px;
	text-decoration: none;
	background-color: transparent;
}

#nav_menu li a:hover {
	color: #bbbbbb;
	background-color: #000;
}

#nav_menu li a span {
	padding-top: 17px;
	display: block;
}

#page_footer {
	background-image: url('/images/bar.gif');
	background-repeat: repeat-x;
	padding: 15px 0px 15px 0px;
	font-size: 0.8em;
	font-weight: bold;
	float: none;
	clear: both;
}

#twitter_update_list {
	list-style-position: outside;
	font-size: 1.1em;
	margin: 0 !important;
}

#twitter_update_list li {
	list-style: square outside;
	padding: 5px;
}
