﻿body
{
	font-family: "Arial, Trebuchet MS" , Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5625em;
	color: #7B7B7B; /*background: url(../../Images/Background.gif) repeat-y center;*/
	background-color: #fcfcfc;
	padding-top: 0px;
	margin-top: 0px;
}

.wrapper
{
	width: 742px;
	background-color: #fcfcfc;
	margin: auto;
	display: block;
	height: 1%;
}
.border
{
	width: 738px;
	border: solid 1px #E8E8E8;
	margin: 0px;
}

.women
{
	width: 127px;
	height: 247px;
	float: left;
}
.background
{
	width: 449px;
	height: 181px;
}
.number
{
	width: 742px;
	height: 20px;
	display: block;
	margin: 0px;
}
.headerright
{
	width: 449px;
	float: left;
	height: 209px;
	margin-top: 38px;
}
/* Content */
#colOne
{
	width: 700px;
	padding: 40px 15px 15px 15px;
	display: block;
	float: left;
}
#colTwo
{
	width: 430px;
	padding-left: 20px;
	padding-top: 40px;
	display: block;
	float: left;
}
#colThree
{
	width: 230px;
	padding-left: 20px;
	padding-top: 40px;
	float: left;
	display: block;
	border-left: solid 1px #e4e4e4;
	margin-left: 15px;
	background-color: #FCFCFC;
}
/* Tags */
a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

.texta a
{
	color: #C690E3;
	font-weight:bold;
}


img
{
	border: none;
}

.button
{
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: solid 1px gray;
	border: 1px solid;
	cursor: pointer;
}
.button:hover
{
}

div.footerHr
{
	display: none;
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-top: 40px;
}

div.footerHr hr
{
	display: none;
}

.hidden
{
	display: none;
}


/*----- header css -----*/
.header
{
	width: 742px;
	display: block; /*background: #fff url(Images/bannerbackground.gif) repeat-x;*/
	background-color: #fcfcfc;
	height: 110px;
}
.headerlogo
{
	float: left;
	margin-top: 15px;
	height: 89px;
	width: 166px;
}
.search
{
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.search .button
{
	margin-left: 10px;
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: solid 1px red;
	border: 1px solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
	cursor: pointer;
}
.search .button:hover
{
	background-color: white;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.SearchBox
{
	padding-right: 10px;
	border: 1px solid;
	height: 17px;
	background-color: #fff;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

/*----- float css -----*/
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
	height: 0px;
}
.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


/*----- list css -----*/

tr
{
	font-size: 0.9375em;
}
ul
{
	list-style-type: square;
	font-size: 100%;
}
ol
{
}
li
{
	font-size: 0.6875em;
	line-height: 1.35em;
	padding: 0px;
	margin: 0;
}
li a:link
{
	color: #333;
}
li a:visited
{
	color: #333;
}
li a:hover
{
	color: #333;
}
li a:active
{
	color: #333;
}


/*----- heading css -----*/
h1
{
	font-size: 1.0em;
	color: #C690E3;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
}
h2
{
	font-size: 1.0em;
	font-weight: lighter;
	color: #3B3B3B;
	padding: 0;
	margin: 0;
}
h3
{
	font-size: 1em;
	color: black;
	padding: 0;
	margin: 0;
}
h4
{
	font-size: 0.875em;
	color: black;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 0.75em;
	color: black;
	padding: 0;
	margin: 0;
}


/*----- paragragh css -----*/
p
{
	font-size: 0.75em;
	line-height: 1.5625em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
p a:link
{
	color: #C690E3;
}
p a:visited
{
	color: #C690E3;
}
p a:hover
{
	color: #C690E3;
}
p a:active
{
	color: #C690E3;
}




/*----- navigation css -----*/
.nav
{
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
.navigationlink
{
	text-decoration: none;
}
.navigationlink a:link
{
	color: #333;
}
.navigationlink a:visited
{
	color: #ccc;
}
.navigationlink a:hover
{
	color: #333;
}
.navigationlink a:active
{
	color: #333;
}
.navigationlinkselected
{
	color: #000;
}



/* Footer */

#footer
{
	width: 742px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

.footerleft
{
	font-size: 0.7100em;
	display: block;
	text-decoration: none;
	float: left;
	padding-left: 10px;
}

.footerright
{
	font-size: 0.7000em;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	float: right;
}

.footerRight a
{
	color: Gray;
}


/*----- validation links css -----*/
#validation
{
	list-style: none;
	text-decoration: none;
	float: right;
	clear: right;
	margin-top: 0px;
	padding-right: 14px;
	width: 300px;
}

#validation li
{
	list-style: none;
	text-decoration: none;
	float: right;
}

#validation a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
}

#validation #c2klink
{
	font-size: 0.7000em;
	text-decoration: none;
	text-align: right;
	color: #aaaaaa;
	width: 200px;
	margin-top: 2px;
}
#validation #c2klink:link
{
	color: #aaaaaa;
}
#validation #c2klink:visited
{
	color: #aaaaaa;
}
#validation #c2klink:hover
{
	color: #666666;
}
#validation #c2klink:active
{
	color: #aaaaaa;
}


#xhtml20
{
	background: url(      "../../images/xhtml20.gif" ) 0 0 no-repeat;
}


#xhtml20:hover
{
	background-position: 0 -15px;
}

#css
{
	background: url(      "../../images/css.gif" ) 0 0 no-repeat;
}


#css:hover
{
	background-position: 0 -15px;
}

/*----- log out css -----*/
.logout
{
	font-size: 0.6999em;
	color: #666666;
	text-decoration: none;
	float: left;
	clear: left;
	margin-top: -10px;
	padding-left: 10px;
}
.logout:link
{
	color: #aaaaaa;
}
.logout:visited
{
	color: #aaaaaa;
}
.logout:hover
{
	color: #666666;
}
.logout:active
{
	color: #aaaaaa;
}

.loginpanel
{
	background-color: #eeeeee;
	border: solid 1px silver;
	width: 315px;
	font-size: 1.0625em;
	text-align:  left;
	padding-left:20px;
}
.loginsmtxt
{
	font-size: 0.9375em;
}
.forgottenmtxt
{
	font-size: 0.9375em;
	padding-left:50px;	
}
/*----- Privacy & Terms -----*/
.LegalText
{
}

.courselink
{
	font-size:0.75em;
}


