
html {
	height: 100%;
 	/*overflow: hidden; /*Hides scrollbar in IE */
	overflow:visible;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#CECECE;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#696969;
}

h1 {
	font-size:30px;
	font-weight:bold;
	line-height:20px;
	margin:40px 0 35px 0;
}

#logo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	font-weight:bold;
	color:#002034;
	margin:0 0 12px 0;
	letter-spacing:-4px;
}

#subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#696969;
}

p {
	padding:0;
	margin:0 0 20px 0;
	font-size:16px;
	line-height:26px;
}

a:link, a:visited {
	color:#464646;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

img, a img {
	border:none;
}


/* */

#flashcontent {
 	height: 100%;
}

.clear {
	clear:both;
	height:1px !important;
	overflow:hidden;
}

/* -------------------- Structure -------------------- */

#myAlternativeContent {
	height: 100%;
	background-image:url(../images/html/bkgd-gradient.jpg);
	background-repeat:repeat-x;
}

#wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	padding-top:50px;
}

#noFlash
{
	padding:10px;
	background-color:#878787;
	color:#ffffff;
	font-size:10px;
}

#noFlash a 
{
	color:#780000;
}

.logo 
{
	width:32px;
	height:32px;
	margin-right:10px;
	float:left;
}

.flashMessage
{
	float:left;
}
	

#footer div.rightcol {
	width:300px;
	float:left;
}


/* -------------------- Footer -------------------- */

#footer {
	font-size:11px;
	color:#666666;
	padding:0 20px 0 50px;
	margin-bottom:20px;
}

#footer div.leftcol {
	width:400px;
	margin-right:50px;
	float:left;
}

#footer div.rightcol {
	width:300px;
	float:left;
}

#footer div.rightcol a:link, #footer div.rightcol a:visited {
	color:#666666;
}

#footer div.rightcol a:hover, #footer div.rightcol a:active {
	color:#C61d58;
}

/* -------------------- Nav -------------------- */

#menu {
	margin:30px 0 0 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	padding: 4px 0 0 0;
	font-size:18px;
	font-weight:bold;
}

#menu li.selected a:link, #menu li.selected a:visited {
	color:#ffffff;
}

#menu li a:link, #menu li a:visited {
	font-weight:bold;
	color:#696969;
	text-decoration:none;
}

#menu li a:hover, #menu li a:active {
	color:#4D4D4D;
	text-decoration:underline;
}





