/**
 * iVexFrameWork 3.0 Documentation Script
 * 
 * @author Bryan Tong
 * @license Visit http://framework.ivexwcs.com/
 */
 
 
/*Kill Margins*/
*{padding: 0; margin: 0;}
img {border: 0;}

/*Global Stuff*/
.floatRight {float: right;}
.floatLeft {float: left;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

code {
	display: block;
	background: #f1f1f1;
	border: 1px dashed #8db992;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {padding-left: 15px; font-size: 13px;}


/*Links*/
a {color: #4851ff; text-decoration: none;}
a:hover {text-decoration: underline;}
 
html {
	font-size: 12px;
 	font-family: verdana, serif;
 	color: #444444;
}
 
body {
 	background: #d6e3d4;
 	padding: 40px;
 	text-align: center;
}

.wrapper {
	text-align: left;
	margin: auto auto;
	width: 900px;
	border: 5px solid #ffffff;
}

.top {
	background: #74ba77;
	color: #4a6f4c;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.top a { color: #f5f5f5; }

h2.header {
	background: #9fd1a4;
	color: #ffffff;
	font-family: times;
	font-size: 50px;  
	line-height: 100px;
	text-align: center;
}

h2.header small {
	color: #e10000;
	vertical-align: super-bottom;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.topNav {
	background: #51965c;
	height: 30px; 
}

.topNav a {
	float: left;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #efefef;
	color: #ffffff;
}

.topNav a:hover {
	text-decoration: none;
	background: #e8ac07;
	color: #ffffff;
}

.mainTable {width: 100%;}

.mainTable h1 {
	color: #db6a6b;
	font-size: 22px;
	font-family: times;
}

.mainTable h2 {
	color: #6abadb;
	font-size: 17px;
	font-family: arial;
}

.mainTable h3 {
	color: #ffae00;
	font-size: 15px;
	font-family: tahoma;
}

.singleColumn {
	background: #ffffff;
	padding: 10px;
}

.singleColumn p, .twoColumnLeft p {
	line-height: 200%;
	font-family: arial;
	padding-bottom: 10px;
}

.twoColumnLeft {
	background: #ffffff;
	padding: 10px;
	width: 75%;
}

.twoColumnRight {
	background: #f5f5f5;
	padding: 10px;
	width: 25%;
}

.twoColumnRight h2 {
	color: #db6a6b;
	font-family: arial;
}

.twoColumnRight h3 {
	color: #04b50c;
	font-family: arial;
}

.rightContent {
	background: #ffffff;
	border: 1px dashed #999999;
	padding: 5px;
	margin-bottom: 10px;
}

.footer {
	background: #8db992;
	text-align: center;
	color: #ffffff;
	line-height: 50px;
}
 