/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bujinkan Dojo Plauen Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {text-decoration: underline; color: #123E81; font: 11px verdana, arial, sans-serif;}
a:visited {color: #123E81;}
a:hover {color: #64104E;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a.moreInformation {cursor: pointer; text-decoration: none; color: #123E81; font: 11px verdana, arial, sans-serif; border-bottom: 3px double #123E81;}
a.moreInformation:visited {color: #123E81;}
a.moreInformation:hover {color: #64104E; border-bottom: 3px double #64104E;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 11px verdana, arial, sans-serif;
	line-height: 18px;
	color: #3D3D3D;
	background-image: url(images/background_body.gif);
	background-position: top left;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

hr {
	clear: both;
	background-color: #F1F1F1;
	height: 2px;
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font: 18px verdana, arial, sans-serif;
	color: #870101;
	margin: 0px 0px 4px 0px;
	}

h2 {
	font: bold 14px verdana, arial, sans-serif;
	color: white;
	margin: 0px 0px 4px 0px;
	padding: 4px 0px 4px 20px;
	background-image: url(images/background_h2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #88236C;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bujinkan Dojo Plauen Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.rightFeatures {
	float: right;
	width: 184px;
	position: relative;
	left: 42px;
	padding: 2px 2px 2px 2px;
	border:2px solid #999999
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.purpleText {
	font-weight: bold;
	color: #870101;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #123E81
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	.links li {
		padding: 0px 0px 10px 25px;
		background: transparent url(images/bullet_globe.gif) no-repeat left 3px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.grayBox {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px dashed #B4B4B4;
	margin: 15px 0px 15px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #F1F1F1;
	background-color: none;
	width: 550px;
	}

	.formattedTable th {
		background-color: #C7C7C7;
		font: bold 13px arial, verdana, sans-serif;
		color: #64104E;
		vertical-align: top;
		text-align: left;
		}
		
	.formattedTable .grey {
		background-color: #F1F1F1;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.quoteArea {
	width: 250px;
	float: right;
	border-left: 17px solid white;
	font: italic 20px arial, verdana, sans-serif;
	color: white;
	background-image: url(images/background_quotearea.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #133E81;
	}
	
	.quoteArea div {
		padding: 15px;
		}
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Bujinkan Dojo Plauen Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: white;
	border: 5px solid white;
	background-image: url(images/background_mainarea.gif);
	background-position: 29px top;
	background-repeat: repeat-y;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	padding: 0px 0px 2px 0px;
	background-image: url(images/background_toparea.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #C7C7C7;
	background-color: white;
	}
	
	#topArea #logo {
		position: relative;
		margin: 0px 0px -61px 20px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 135px;
	padding: 15px 0px 0px 26px;
	}
	
	#menuArea a {text-decoration: none; color: #000000; font: bold 12px verdana, arial, sans-serif; display: block; padding: 6px 0px 6px 9px;}
	#menuArea a:visited {color: #5C5B5B;}
	#menuArea a:hover {color: #5C5B5B; background-image: url(images/background_menuitem.gif); background-position: left 16px; background-repeat: no-repeat;}
	
	#menuArea a.subNav {color: #123E81; font-weight: normal; padding-left: 15px;}
	#menuArea a.subNav:hover {background-position: 6px 8px;}
	#menuArea a.subNav:hover {color: #64104E;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 520px;
	margin: 16px 17px 16px 17px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	clear: both;
	height: 18px;
	position: relative;
	margin: 26px 0px -26px 0px;
	font: 10px verdana, arial, sans-serif;
	color: #A7A7A7;
	}
	
	#footerArea #toltechLink {
		float: right;
		}
	
	#footerArea a {text-decoration: none; color: #A7A7A7; font: 10px verdana, arial, sans-serif;}
	#footerArea a:visited {color: #A7A7A7;}
	#footerArea a:hover { text-decoration: underline; color: white;}
