/* Main Format */
body {
	width: 1000px;
	background-color:#CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #14416D; 
	text-decoration: none; 
}
a:visited {
	color: #14416D; 
	text-decoration: none; 
}
a:hover {
	color: red; 
	text-decoration: underline; 
}
a:active {
	color: blue; 
} 
img {  
	border-style: none;
}
.text1 {
	font-weight: bold;
}
#wrapper { 
	width: 1000px;
	margin:0 auto; /*center hack*/
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.header {
	background-color: #CCCCCC;
	height: 250px;
	width: 1000px;
}
#navbar {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #164879;
}
#navbar ul {
	list-style: none;
	width: 520px;
	margin: 0 auto;
	padding: 0;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #033261;
}
#navbar li:first-child a {
	border-left: 1px solid #033261;
}
#navbar li a:hover {
	color: #000;
	background-color: #fff;
} 
.left_column {
	float: left;
	height: 3700px;
	width: 699px;
	background-color: #FFFFFF;
	border-right-style:solid;
	border-right-color:#CCC;
	border-right-width:1px;
	text-align: center;
}
.right_column {
	float: right;
	height: 3700px;
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.urbangreymenu{
	width: 200px; /*width of menu*/
	padding-left: 45px;
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: #164879;
	background: #f2f47c url(links/girlicon.png) no-repeat 8px 2px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align: left;
}

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 13px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background: #164879;
}
.footer {
	clear: right;
	text-align:center;
	height: 22px;
	width: 1000px;
	background-color: #999999;
}
