@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #DCDCDC;
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#Wrapper {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#MainContainerTopLeft {
	background-image: url(../Designs/mainContainerTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 30px;
	width: 36px;
}
#MainContainerTopRight {
	background-image: url(../Designs/mainContainerTopRight.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height: 30px;
	width: 36px;
}
#MainContainerTopmiddle {
	background-image: url(../Designs/mainContainerTopMiddle.jpg);
	height: 30px;
	width: 100%;
	background-repeat: repeat-x;
}
#MainContainerSideLeft {
	background-image: url(../Designs/mainContainerSideLeft.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 100%;
}
#MainContainerSideRight {
	background-image: url(../Designs/mainContainerSideRight.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	width: 100%;
}
#MainContainerBottomLeft {
	background-image: url(../Designs/mainContainerBottomLeft.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 21px;
	width: 36px;
}
#MainContainerBottomRight {
	background-image: url(../Designs/mainContainerBottomRight.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height: 21px;
	width: 36px;
}
#MainContainerBottomMiddle {
	background-image: url(../Designs/mainContainerBottomMiddle.jpg);
	height: 21px;
	width: 100%;
	background-repeat: repeat-x;
	float: left;
}
#MainContentContainer {
	margin-right: 36px;
	margin-left: 36px;
	background-color: #FFF;
}






#Nav {
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #42000F;
}
#NavLeft {
	background-image: url(../Designs/NavLeft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 30px;
	width: 8px;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding: 0px;
	list-style-type: square;
	display: block;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#NavRight {
	background-image: url(../Designs/NavRight.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	background-position: right;
	width: 8px;
}
#Navmiddle {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #42000F;
}
#MenuMiddle {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 68%;
}

#MenuMiddle ul {
	margin: 0px;
	padding: 0px;
	list-style-type: 30;
}
#MenuMiddle li {
	color: #FFF;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	float: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.MenuMiddleSeperator {
	background-image: url(../Designs/MenuSeperator.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 15px;
	width: 1px;
	background-position: center center;
}

#MenuMiddle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F90;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #42000F;
}
#indexbanerContainer {
	height: 240px;
	background-image: url(../Designs/IndexBanerBg.jpg);
	background-repeat: repeat-x;
}
#RightSideContainer a:hover {
	color: #F90;
}

#indexBanerTitle {
	background-image: url(../Designs/Title.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 240px;
	width: 100%;
}

#indexBanerImage {
	background-image: url(../Designs/indexBanerImage.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 240px;
	width: 100%;
}
#LeftSideContainer {
	float: left;
	width: 220px;
}
#RightSideContainer {
	float: right;
	width: 220px;
	background-color: #FFF;
	padding-top: 28px;
}

#RightSideContainer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7A1310;
	text-decoration: none;
	display: block;
	width: 95%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#MiddleContainer {
	width: 47%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 8px;
}

#MiddleContainer h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#MiddleContainer1 {
	background-image: url(../Designs/seminarPoster.jpg);
		width: 47%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 8px;
}

#MiddleContainer1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#MiddleContainer2 {
	background-image: url(../Designs/logo-sap.jpg);
	background-repeat: no-repeat;
	width: 47%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 8px;
}

.Container2 {
	border: 1px dotted #42000F;
	margin-right: auto;
	margin-left: auto;
}
#Container2 {
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#Container2 ul {
	margin: 0px;
	padding: 0px;
}
#Container2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline;
	width: 200px;
	padding-top: 2px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}
#MenuMiddle a:hover {
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#FooterContainer {
	height: 49px;
	margin-right: 36px;
	margin-left: 36px;
}
#Footer {
	background-image: url(../Designs/FooterBg.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 100%;
}
#Footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F90;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFF;
}


#FooterLinks {
	width: 45%;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	height: 12px;
}
.seperation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #C30;
	text-decoration: none;
}

#Powered {
	width: 22%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
.textfield  {
	background-color: #FFF;
	height: 14px;
	width: 120px;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
form  {
	margin: 0px;
	padding: 0px;
}
#FormQuote {
	margin: 0px;
	padding: 0px;
}
#FormQuote ul {
	margin: 0px;
	padding: 0px;
}
#FormQuote li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 2px;
	float: left;
	width: 100%;
	list-style-type: none;
}

.label  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
	display: inline;
	height: 12px;
	width: 180px;
	padding: 2px;
	float: left;
}
.button  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 2px;
	width: 60px;
	border: 1px solid #333;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
fieldset  {
	padding: 8px;
	margin: 0px;
}
.textarea {
	background-color: #FFF;
	height: 50px;
	width: 180px;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

