/* Start of CMSMS style sheet 'css' */
/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-family : verdana, arial;
	background-color : #FFFFFF;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	color : #333333;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

#container a {
	text-decoration : none;
	color : #666666;
	padding-bottom : 1px;
	border-bottom : 1px solid #999999;
}

#container a:hover {
	padding-bottom : 1px;
	border-bottom : 2px solid #999999;
}

#container {
	width : 900px;
	margin : 0 auto;
}

#links img {
padding : 10px;
}

#links a {
padding : 0;
border : 0;
}

#links a:hover {
padding : 0;
border : 0;
}

#container * {
	margin : 0;
	padding : 0;
	border : 0;
	line-height : 20px;
}

#container h1 , #container h2, #container h3 {
	margin : 0;
	padding : 0;
	font-weight : normal;
}

#container h1 {
	line-height : 25px;
	font-size : 22px;
	margin-bottom : 4px;
}

#container #content #left h2 {
	line-height : 23px;
	font-size : 19px;
	margin-bottom : 3px;
}

#container p {
	margin-bottom : 20px;
	color : #666666;
}

	#container #header {
		height : 158px;
		background-image : url(images/header.jpg);
		background-repeat : no-repeat;
	}
	
	#container #banner {
		position : relative;
		top : 5px;
height : 366px;
background-color : #FFFFFF;
	}
	
	#container #menu {
		float : right;
		position : relative;
		top : 18px;
		font-size : 15px;
height : 40px;
	}
		
		#container #menu a {
			border : 0;
			color : #FFFFFF;
			margin-left : 22px;
display : block;
float : left;
		}

#container #menu .selected {	
border-bottom: 2px solid #FFFFFF;
		}
		
	#container #content {
		margin-top : 20px;
	}
		
		#container #content #left {
			width : 560px;
			padding-right : 50px;
			border-right : 1px solid #CCCCCC;
		}
		
		#container #content #right {
			width : 250px;
			float : right;
		}
			
			#container #content #right h2 {
				color : #000000;
				margin : 0;
				font-size : 24px;
				margin-bottom : 4px;
			}
			
	#container #footer {
		clear : both;
		position : relative;
		top : 40px;
		padding-bottom : 20px;
		text-align : center;
		font-size : 10px;
		color : #999999;
	}
		
		#container #footer a {
			color : #666666;
			padding-bottom : 1px;
			border-bottom : 1px solid #999999;
		}
			
			#container #footer a:hover {
				padding-bottom : 1px;
				border-bottom : 2px solid #CCCCCC;
			}
			
	.example {
		float : right;
		position : relative;
		right : 10px;
		display : block;
	}



#container input, #container textarea, #container buttom {
	border : 1px solid #CCCCCC;
	font-size : 12px;
	margin : 3px;
	width:120px;
	padding : 3px;
	font-family : verdana, arial;
}
#container textarea{
	width:220px;
}
/* End of 'css' */

