body {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background-color: #7b7b7b;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none; cursor:pointer;}
h1 {
	color : #7a2e40;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	font-family: quicksand;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color : #7a2e40;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	font-family: quicksand;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	color : #7a2e40;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: quicksand;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color : #7a2e40;
	padding-bottom : 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: quicksand;
	font-size: 14px;
	font-weight: bold;
}

#year a {
	border:none;
	text-decoration:none;
	font-size:14px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a43b55;
}

#year a:hover {
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a43b55;
}

ul {padding:0;margin:0 0 0 17px;list-style: square url(../img/bullet.gif);}
.box {
	border : 1px solid #f0e9eb;
	padding : 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	background-image: url(../img/bg_box.jpg);
	background-repeat: repeat-x;
	background-position: top;
			-box-shadow: 0px 0px 5px #dbdbdb;
-webkit-box-shadow: 0px 0px 5px #dbdbdb;
-moz-box-shadow: 0px 0px 5px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.box2 {
	border : 1px solid #f0e9eb;
	width: 370px;
	margin-left: 150px;
	margin-top: -20px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	background-image: url(../img/bg_box.jpg);
	background-repeat: repeat-x;
	background-position: top;
		-box-shadow: 0px 0px 5px #dbdbdb;
-webkit-box-shadow: 0px 0px 5px #dbdbdb;
-moz-box-shadow: 0px 0px 5px #dbdbdb;
}


#wrapper {
	width : 950px;
	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	-box-shadow: 0px 0px 20px #545454;
-webkit-box-shadow: 0px 0px 20px #545454;
-moz-box-shadow: 0px 0px 20px #545454;
-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px;
}
#header {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#bg {height : 36px;background : url(img/bg.gif) repeat-x;}
#nav {
	padding : 10px 20px;
	text-align : right;
	color : #fdfdfd;
	background-image: url(../img/bg_header2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#nav a:visited, #nav a:link {
	text-decoration : none;
	color : #ededed;
}
#nav a:hover {text-decoration : underline;color : #fdfdfd;}
#main-content {margin : 0 auto;}
#logo {
	margin-bottom : 45px;
	margin-top: 5px;
	margin-left: -15px;
}
.logotxt1 {
	color : #fa7393;
	margin : 10px 0 0 15px;
	font-family: quicksand;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.logotxt2 {font : normal 20px quicksand, serif;color : #7a2e40; }
.logotxt3 {
	color : #7a2e40;
	font-family: quicksand, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: super;
}
#left-column {
	width : 600px;
	float : left;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#right-column {width : 300px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {
	border-top : 1px solid #f0e9eb;
	clear : both;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
	height: 70px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_copy {
	float:left;
	margin-top:24px;
}

#footer_links {
	float:right;
	margin-right:20px;
}

#footer_links img {
	border:none;
}


.sidebar img {
	border:none;
}


#main-image {
	text-align : center;
	margin-top: 15px;
	padding: 4px;
	-box-shadow: 0px 0px 5px #dbdbdb;
	-webkit-box-shadow: 0px 0px 5px #dbdbdb;
	-moz-box-shadow: 0px 0px 5px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 240px;
	width: 240px;
	margin-left: 30px;
}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(img/shadow.jpg) no-repeat top;}

@font-face { font-family: quicksand; src: url('../css/quicksand.otf'); } @font-face { font-family: quicksand; font-weight: bold; src: url('../css/quicksand.otf'); }

#menu{
	list-style: none;
	width: 220px;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0px;
}
#menu li{
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
#menu a{
	display: block;
	color: #666666;
	background-color: #eeeeee;
	font-weight: lighter;
	text-decoration: none;
	width: 207px;
	padding-top: 0.4em;
	padding-right: 0.3em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	}

#menu a:hover{
	color: #fff;
	background-color: #333333;
	font-weight: lighter;
	-box-shadow: 0px 0px 7px #696969;
	-webkit-box-shadow: 0px 0px 7px #696969;
	-moz-box-shadow: 0px 0px 7px #696969;
		background-image: url(../img/bg_menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border:none;
	}	
	
	
#selected {
	font-weight: lighter;
	border:none;
	}
  
#selected a {
	color: #fff;
	background-color: #585858;
	font-weight: lighter;
	-box-shadow: 0px 0px 7px #696969;
	-webkit-box-shadow: 0px 0px 7px #696969;
	-moz-box-shadow: 0px 0px 7px #696969;
		background-image: url(../img/bg_menu_selected.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border:none;
}  

#easyTooltip{
	border:1px solid #a1a1a1;
	color:#fff;
	box-shadow: 0px 0px 6px #333333;
-webkit-box-shadow: 0px 0px 6px #333333;
-moz-box-shadow: 0px 0px 6px #333333;	
-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	background-color: #5e5e5e;
	background-image: url(../lib/easytooltip/bg.gif);
	background-repeat: repeat-x;
	}
	
	
strong {
	font-size: 13px;
	color: #a43b55;
}

a.normal-link {
display: inline !important;
background: none !important;
color: #A43B55 !important;
text-decoration: underline !important;
margin: 0 !important;
padding: 0 !important;
}

a.normal-link:hover {
text-decoration: none !important;
}