/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
}

a.title {
	text-decoration:none;
}

a.title: hover {
	text-decoration:none;
}

h1 {
	color: #000099;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	color: #000099;
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-weight: normal;
}

li {
	padding-bottom: 20px;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}

input.chekbox {
	padding: 0px;
	margin: 0px;
}

.test {
	height: 28px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	text-decoration: None;
	font-size: 12px;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000099;
}

input.checkTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size:14px;
	text-align:center;
}

a.test:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	color: #000099;
}


.strengthMeter {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#mainWrapper {
	width: 660px;
	margin: 0px auto;
}

#titleWrapper {
	height:50px;
	font-size: 25px;
	font-style: italic;
	padding-top: 20px;
	font-weight: bolder;
}

#mainSection {
	width: 640px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#menuWrapper {
	padding: 10px 0px 10px 0px;
	width: 660px;
}

#passWrapper {
	margin: 0 auto;
	font-size: 26px;
	font-weight: bolder;
	border: 1px solid #CCCCCC;
	background-color:#EDEDFC;
	width: 250px;
	text-align:center;
	padding: 15px;
}

#underPass {
	margin: 0 auto;
	width: 250px;
	text-align: right;
	width: 280px;	
}

#optionBox {
	width: 250px;
	padding: 15px;
	height: 120px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	margin: 0px auto;
}

#obCol1 {
	float: left;
	width: 50px;
	height:120px;
}

#obCol2 {
	float: right;
	width: 180px;
	height:120px;
}

#strengthBox {
	width: 400px;
	padding: 15px;
	height: 120px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	margin: 0px auto;
}

#genBut {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}